Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Optional: specify port for HTTP server | 3000 |
USE_HTTP | No | Optional: run as HTTP server | false |
CORTELLIS_PASSWORD | Yes | Your Cortellis API password | |
CORTELLIS_USERNAME | Yes | Your Cortellis API username |
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_drugs | Search for drugs in the Cortellis database. If the amount of drugs returned do not match with the totalResults, ALWAYS use the offset parameter to get the next page(s) of results. |
explore_ontology | Explore the ontology or taxonomy terms in the Cortellis database |
get_drug | Return the entire drug record with all available fields for a given identifier from Cortellis API |
get_drug_swot | Return SWOT analysis complementing chosen drug record for a submitted drug identifier from Cortellis API |
get_drug_financial | Return financial commentary and data (actual sales and consensus forecast) for a submitted drug identifier from Cortellis API |
get_company | Return the entire company record with all available fields for a given identifier from Cortellis API |
search_companies | Search for companies in the Cortellis database. If the amount of companies returned do not match with the totalResults, ALWAYS use the offset parameter to get the next page(s) of results. |