search_by_patent_number
Find patents in the SureChEMBL chemical patent database by entering a specific patent or publication number to retrieve detailed information.
Instructions
Search for patents by specific patent numbers or publication numbers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
patent_number | Yes | Patent or publication number |
Input Schema (JSON Schema)
{
"properties": {
"patent_number": {
"description": "Patent or publication number",
"type": "string"
}
},
"required": [
"patent_number"
],
"type": "object"
}