get_document_content
Retrieve detailed patent document content with chemical annotations using a document ID to access SureChEMBL’s chemical patent database.
Instructions
Get complete patent document content with chemical annotations by document ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
document_id | Yes | Patent document ID (e.g., WO-2020096695-A1) |
Input Schema (JSON Schema)
{
"properties": {
"document_id": {
"description": "Patent document ID (e.g., WO-2020096695-A1)",
"type": "string"
}
},
"required": [
"document_id"
],
"type": "object"
}