get_patent_family
Retrieve patent family members and relationships for a given patent ID using SureChEMBL MCP Server to identify related patents within the chemical patent database.
Instructions
Get patent family members and relationships for a patent
Input Schema
Name | Required | Description | Default |
---|---|---|---|
patent_id | Yes | Patent ID to find family members for |
Input Schema (JSON Schema)
{
"properties": {
"patent_id": {
"description": "Patent ID to find family members for",
"type": "string"
}
},
"required": [
"patent_id"
],
"type": "object"
}