search_patents
Find chemical patents and intellectual property information using PubChem Compound IDs or search queries to discover patent applications and chemical innovations.
Instructions
Search for chemical patents and intellectual property information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | No | PubChem Compound ID (CID) | |
| query | No | Patent search query (alternative to CID) |
Input Schema (JSON Schema)
{
"properties": {
"cid": {
"description": "PubChem Compound ID (CID)",
"type": [
"number",
"string"
]
},
"query": {
"description": "Patent search query (alternative to CID)",
"type": "string"
}
},
"required": [],
"type": "object"
}