Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_patents | Search patents by text, keywords, or identifiers in SureChEMBL database |
| get_document_content | Get complete patent document content with chemical annotations by document ID |
| get_patent_family | Get patent family members and relationships for a patent |
| search_by_patent_number | Search for patents by specific patent numbers or publication numbers |
| search_chemicals_by_name | Search for chemicals by name, synonym, or common name |
| get_chemical_by_id | Get detailed chemical information by SureChEMBL chemical ID |
| search_by_smiles | Search for chemicals by SMILES structure notation |
| search_by_inchi | Search for chemicals by InChI or InChI key |
| get_chemical_image | Generate chemical structure image from SMILES or other structure notation |
| get_chemical_properties | Get molecular properties and descriptors for a chemical by ID |
| export_chemicals | Bulk export chemical data in CSV or XML format |
| analyze_patent_chemistry | Analyze chemical content and annotations in a patent document |
| get_chemical_frequency | Get frequency statistics for chemicals across the patent database |
| search_similar_structures | Find structurally similar chemicals using similarity search |
| get_patent_statistics | Get statistical overview of chemical content in patents |