Server Details
Provide structured access to ClinicalTrials.gov data for searching, retrieving, and analyzing clin…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
12 toolsanalyze_trial_phasesInspect
Analyze the distribution of trial phases for given search criteria.
| Name | Required | Description | Default |
|---|---|---|---|
| sponsors | No | Sponsors to analyze | |
| conditions | No | Medical conditions to analyze | |
| max_studies | No | Maximum number of studies to analyze | |
| interventions | No | Interventions to analyze |
get_available_fieldsInspect
Get organized list of available fields for customizing search results, grouped by category.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional: specific category to return (identification, status, conditions, design, interventions, arms, outcomes, eligibility, locations, sponsors, descriptions, contacts, results) |
get_field_statisticsInspect
Get statistical information about field values in the ClinicalTrials.gov database.
| Name | Required | Description | Default |
|---|---|---|---|
| field_names | No | Field names to get statistics for | |
| field_types | No | Field types to filter by (ENUM, STRING, DATE, INTEGER, NUMBER, BOOLEAN) |
get_trial_detailsInspect
Get comprehensive details for a single clinical trial by NCT ID.
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return | |
| nct_id | Yes | NCT ID of the trial to retrieve |
get_trial_details_batchedInspect
Retrieve detailed clinical trial records in batches. Use after search tools for in-depth review.
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return | |
| nct_ids | Yes | NCT IDs to retrieve in batches | |
| batch_size | No | Batch size for each API call |
search_trials_by_acronymInspect
Search clinical trials by study acronym (e.g., 'TETON'). Matches acronyms exactly (case-insensitive) by default.
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return | |
| acronyms | Yes | Trial acronyms to search for | |
| exact_match | No | If true, match acronym exactly; if false, allow partial matches | |
| max_studies | No | Maximum number of studies to return |
search_trials_by_conditionInspect
Search clinical trials by medical condition(s). Returns trials matching any of the specified conditions.
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return | |
| conditions | Yes | Medical conditions to search for | |
| max_studies | No | Maximum number of studies to return |
search_trials_by_interventionInspect
Search clinical trials by intervention/treatment.
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return | |
| max_studies | No | Maximum number of studies to return | |
| interventions | Yes | Interventions/treatments to search for |
search_trials_by_nct_idsInspect
Retrieve specific clinical trials by NCT ID(s).
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return | |
| nct_ids | Yes | NCT IDs to retrieve |
search_trials_by_sponsorInspect
Search clinical trials by sponsor/organization.
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return | |
| sponsors | Yes | Sponsor organizations to search for | |
| max_studies | No | Maximum number of studies to return |
search_trials_combinedInspect
Search clinical trials using multiple criteria (conditions, interventions, sponsors, terms, NCT IDs).
| Name | Required | Description | Default |
|---|---|---|---|
| terms | No | General search terms | |
| fields | No | Specific fields to return | |
| nct_ids | No | Specific NCT IDs to include | |
| acronyms | No | Study acronyms to search within titles/acronyms | |
| sponsors | No | Sponsor organizations to search for | |
| conditions | No | Medical conditions to search for | |
| max_studies | No | Maximum number of studies to return | |
| interventions | No | Interventions/treatments to search for |
search_trials_nct_ids_onlyInspect
Lightweight search returning only NCT IDs and minimal metadata for discovery.
| Name | Required | Description | Default |
|---|---|---|---|
| terms | No | General search terms | |
| sponsors | No | Sponsor organizations to search for | |
| conditions | No | Medical conditions to search for | |
| max_studies | No | Maximum number of studies to return | |
| interventions | No | Interventions/treatments to search for |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!