analyze_patent_chemistry
Extract and analyze chemical compounds and annotations from patent documents using the SureChEMBL chemical patent database. Input a patent document ID to identify and evaluate relevant chemical content.
Instructions
Analyze chemical content and annotations in a patent document
Input Schema
Name | Required | Description | Default |
---|---|---|---|
document_id | Yes | Patent document ID to analyze |
Input Schema (JSON Schema)
{
"properties": {
"document_id": {
"description": "Patent document ID to analyze",
"type": "string"
}
},
"required": [
"document_id"
],
"type": "object"
}