Skip to main content
Glama
agents100x

clinicaltrials-mcp

by agents100x

search_trials

Find clinical trials for a disease or condition on ClinicalTrials.gov. Filter by location, phase, or status, and receive a ranked list with key details.

Instructions

Search ClinicalTrials.gov for trials matching a condition. Returns a ranked list with status, phase, sponsor, site count, and a brief summary. WITHDRAWN and TERMINATED trials are excluded by default — pass status= to override. Results are ordered with RECRUITING trials first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conditionYesDisease or condition to search for, e.g. 'breast cancer', 'Type 2 diabetes'.
locationNoOptional. City, state, or country to filter by, e.g. 'India', 'Boston', 'Germany'.
phaseNoOptional. Trial phase: 'PHASE1', 'PHASE2', 'PHASE3', 'PHASE4'. Omit for all phases.
statusNoOptional. Override the default status filter. Pass a single CT.gov status value e.g. 'RECRUITING', 'COMPLETED', 'TERMINATED'. Default excludes WITHDRAWN and TERMINATED.
max_resultsNoNumber of results to return. Default 10, maximum 50.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that withdrawn/terminated trials are excluded by default and that results are ordered with recruiting first. However, it does not mention rate limits, authentication, or whether the search is paginated, which are relevant for a network search tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, no fluff. Front-loaded with purpose, then key details. Every sentence contributes value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description includes what fields are returned (status, phase, sponsor, site count, brief summary). It covers default filtering and ordering. It lacks mention of error handling or empty results, but is otherwise complete for a search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds context for the 'status' parameter (default exclusion behavior) and mentions result ordering, but does not significantly enhance the meaning of other parameters beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the verb 'Search' and resource 'ClinicalTrials.gov for trials matching a condition', and lists fields returned. It implicitly distinguishes from siblings like 'find_recruiting_near' by mentioning ordering with RECRUITING first, but does not explicitly contrast with other siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states default behavior (exclusion of WITHDRAWN/TERMINATED) and how to override with status, but does not explicitly state when to use this tool versus alternatives like 'compare_trials' or 'find_recruiting_near', nor does it mention prerequisites or context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/agents100x/clinicaltrials-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server