Get a clinical trial
get_clinical_trialFetch a single clinical trial by NCT id (or internal id), including eligibility criteria and locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nctId | Yes | NCT id or internal id, e.g. "NCT01234567". |
get_clinical_trialFetch a single clinical trial by NCT id (or internal id), including eligibility criteria and locations.
| Name | Required | Description | Default |
|---|---|---|---|
| nctId | Yes | NCT id or internal id, e.g. "NCT01234567". |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; description says 'Fetch' (read operation) and specifies output contents. Does not mention authorization, rate limits, or side effects, but is adequate for a simple fetch.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence with clear verb and front-loaded information. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, but description specifies what is included (eligibility criteria and locations). For a simple fetch with one parameter, this is sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with parameter description including example. Description adds no new parameter information beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states it fetches a single clinical trial by NCT id or internal id, and lists included content (eligibility criteria and locations). Distinguishes from sibling 'get_' and 'list_' tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implied usage: use when you need one trial by ID. No explicit guidance on when not to use or alternatives like list_clinical_trials or search tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a clearly distinct purpose: separate get/list for different data types (blog posts, clinical trials, research papers), distinct prediction tools (clintox, dti, ppi), and separate search tools (compounds vs. broad search). No two tools appear to overlap.
Most tools follow the verb_noun pattern (e.g., get_blog_post, list_clinical_trials, predict_dti). The only outlier is mammal_health, which uses a different structure (noun_noun), causing minor inconsistency.
With 15 tools, the server covers a broad oncology research domain without being overwhelming. Each tool serves a clear role, and the count feels well-scoped for the stated purpose.
The tool set covers retrieval and prediction for key domains (papers, trials, drugs, compounds) and includes a cross-dataset search. Minor gaps exist, such as the lack of a dedicated get_compound tool, but search_oncology can partially compensate.