Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

[
  {
    name: "drugbank-expert",
    type: "reference",
  }
]
The DrugBank expert retrieves structured drug information from the DrugBank API. It is suited for product concept lookups, product details, drug profiles, and drug-drug interaction queries, and returns source-grounded results without speculation.
Use this expert when you need authoritative, identifier-grounded medication data — for example pharmacology, dosing, or interaction details — to support a prescribing or review workflow.

Authentication

The DrugBank expert connects to the DrugBank MCP server using bearer-token authentication, which means you must supply a DrugBank API key when registering or invoking this expert. The API key is issued by DrugBank and is provided to the MCP server as a bearer token at runtime. See MCP Authentication for the full list of supported auth modes and how to wire credentials through to an expert. If you do not yet have a DrugBank API key, request one from DrugBank before enabling this expert.

Capabilities

The DrugBank expert can:
  • Find product concepts and retrieve product concept profiles
  • Look up drug profiles and product details by name
  • Retrieve detailed drug-drug interaction information
  • Return identifiers and key fields preserving the original DrugBank wording when quoting

Use cases

  • Drug-drug interaction checks during medication review
  • Medication information and monograph lookups
  • Pharmacological research and reference workflows
  • Clinical decision support for prescribing

Detailed information

The DrugBank expert connects to DrugBank’s MCP server and exposes tools such as find_product_concepts, get_product_concept_profile, get_drug_profile, find_product_by_name, get_product_details, and get_drug_interaction_details. Operating as a sub-agent within the Corti Agentic Framework, it follows orchestrator instructions precisely and avoids speculative medical interpretation. If DrugBank returns no results or errors, the expert reports that explicitly rather than guessing.