Skip to main content
Glama

Govparse Government Data Gateway

trials_feed_starts

Which companies just opened a new clinical trial or site? Bulk feed over NIH ClinicalTrials.gov interventional, industry-sponsored studies, newest-first by registry-posting date (the R&D / commercial-growth signal). Cursor-paginated up to 1000/page, filterable by sponsor, phase, status, condition, intervention type, site state, or since. Rows carry sponsor, phase, status, conditions, enrollment, dates, site count, and the US states sited. Observational registry records, never a prediction. [price: $0.05/row]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoRows per page (default 500, cap 1000).
phaseNoTrial phase(s), CSV: PHASE1 | PHASE2 | PHASE3 | PHASE4 | EARLY_PHASE1 | NA.
sinceNoOnly trials first posted to the registry on or after this date (YYYY-MM-DD).
stateNoHas a trial site in these US state code(s), CSV.
cursorNoOpaque page cursor — pass the previous page's next_cursor unchanged.
statusNoOverall status, CSV: RECRUITING | NOT_YET_RECRUITING | COMPLETED | TERMINATED...
sponsorNoLead sponsor company name fragment.
conditionNoIndication / condition fragment (matched against the trial's conditions).
intervention_typeNoIntervention type(s), CSV: DRUG | DEVICE | BIOLOGICAL | PROCEDURE...

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries full responsibility. It discloses the data source (NIH ClinicalTrials.gov), data type (interventional, industry-sponsored), ordering, pagination (cursor-based, up to 1000/page), and that it is an observational registry (not a prediction). It also mentions pricing. It does not mention authentication or rate limits, but these are not critical for a read-only feed.

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

Conciseness4/5

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

The description is a single, well-structured sentence that efficiently front-loads the purpose and then details pagination, filters, and output. It is concise yet comprehensive, with no unnecessary words. Minor improvement could be splitting into two sentences for readability.

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

Completeness5/5

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

Given 9 parameters with full schema coverage and no output schema, the description provides all necessary context: data source, scope, filtering options, pagination details, and the fields included in rows. It is sufficient for an agent to understand the tool's capabilities and invoke it correctly.

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

Parameters4/5

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

Schema coverage is 100%, meaning all 9 parameters have descriptions. The description adds value by explaining the broader context: the feed is over interventional industry-sponsored studies, provides specific fields (sponsor, phase, status, conditions, enrollment, dates, site count, US states), and is cursor-paginated. This contributes meaning beyond the schema's per-parameter descriptions.

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

Purpose5/5

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

The description clearly states the tool's function: identifying companies that just opened a new clinical trial or site, using a bulk feed from NIH ClinicalTrials.gov. It specifies the resource (clinical trial feed), scope (interventional, industry-sponsored), and ordering (newest-first by registry-posting date). This distinguishes it from sibling tools like trials_trials_search and trials_sites_search, which are search-oriented.

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

Usage Guidelines4/5

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

The description provides clear context: it's a cursor-paginated feed suitable for monitoring new trial starts. It lists filterable criteria (sponsor, phase, status, condition, intervention type, site state, since). However, it does not explicitly mention when to use this tool versus alternatives like trials_trials_search, nor does it state when not to use it. This is a minor gap.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct domain and specific action (e.g., FDA approvals vs clearances vs recalls; firmstanding business360 dossier vs search vs screen). Even overlapping concepts like 'business360' vs 'business360_lookup' are distinguished by input (UUID vs name+state). No two tools appear to do the same thing.

Naming Consistency5/5

All tools use a consistent lowercase snake_case pattern with domain prefix (e.g., fda_*, firmstanding_*, fmcsa_*, govcon_*). Action words (search, lookup, screen, feed, stats) follow predictable usage. The naming is uniform and easy to parse.

Tool Count4/5

38 tools is on the higher end but appropriate for a comprehensive government data gateway spanning multiple agencies and datasets. Each domain has a reasonable number of tools (e.g., FMCSA: 7, OFLC: 6). Could potentially be trimmed slightly, but overall well-scoped for the stated purpose.

Completeness5/5

The tool surface covers the major government data sources comprehensively: FDA (approvals, clearances, recalls), FMCSA (carrier census, safety, insurance, etc.), FSIS, DOJ/OFLC, OSHA/EPA/DOL enforcement, SEC insider filings, clinical trials, VA facilities/opportunities/vendors, and federal contracting. No obvious gaps for the stated gateway purpose.

Resources