clinicaltrials_get_field_values
ActiveTool of clinicaltrialsgov-mcp-server
Discover valid values for ClinicalTrials.gov fields with study counts per value. Use to explore available filter options before building a search — e.g., valid OverallStatus, Phase, InterventionType, StudyType, or LeadSponsorClass values.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"fields"
],
"properties": {
"fields": {
"anyOf": [
{
"type": "string",
"description": "A single PascalCase field name."
},
{
"type": "array",
"items": {
"type": "string"
},
"minItems": 1,
"description": "Multiple PascalCase field names (at least one required)."
}
],
"description": "PascalCase field name(s) to get value statistics for. Examples: OverallStatus, Phase, StudyType, Sex, LeadSponsorClass. Use clinicaltrials_get_field_definitions with a query to find more field names."
}
}
}Parent server
clinicaltrialsgov-mcp-server
https://github.com/cyanheads/clinicaltrialsgov-mcp-server
3/7 registries