Clinicaltrials Get Study Count
clinicaltrials_get_study_countRetrieve total trial counts without downloading full study data. Filter by condition, intervention, or phase to generate statistics and build comparative breakdowns.
Instructions
Get total study count matching a query without fetching study data. Fast and lightweight. Use for quick statistics or to build breakdowns by calling multiple times with different filters (e.g., count by phase, count by status, count recruiting vs completed for a condition).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | General full-text search. | |
| conditionQuery | No | Condition/disease search. | |
| interventionQuery | No | Intervention/treatment search. | |
| sponsorQuery | No | Sponsor search. | |
| statusFilter | No | Filter by study status. Values: RECRUITING, COMPLETED, ACTIVE_NOT_RECRUITING, NOT_YET_RECRUITING, ENROLLING_BY_INVITATION, SUSPENDED, TERMINATED, WITHDRAWN, UNKNOWN, WITHHELD, NO_LONGER_AVAILABLE, AVAILABLE, APPROVED_FOR_MARKETING, TEMPORARILY_NOT_AVAILABLE. | |
| phaseFilter | No | Filter by trial phase. Values: EARLY_PHASE1, PHASE1, PHASE2, PHASE3, PHASE4, NA. | |
| advancedFilter | No | Advanced AREA[] filter expression. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| totalCount | Yes | Total studies matching the query/filters. | |
| searchCriteria | No | Echo of query/filter criteria used. | |
| noMatchHints | No | Suggestions when no studies match (totalCount is 0). |