Skip to main content
Glama

Ct Sponsor Pipeline

ct_sponsor_pipeline
Read-onlyIdempotent

Summarize a sponsor’s ClinicalTrials.gov portfolio by phase, status, condition, and intervention from a bounded relevance-ranked sample, while reporting the full matching count. Registration does not establish asset ownership, probability of success, or commercial value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phaseNo
statusNo
sponsorYesCompany name, matched against the registered LEAD sponsor by default.
sample_sizeNo
sponsor_matchNoWhich sponsor role the name must fill. "lead" (the default) returns only trials whose registered LEAD sponsor is that company. "lead_or_collaborator" also returns trials led by someone else that list the company as a collaborator — typically academic trials of the company's drug. Every returned study carries sponsor_match_field naming which one matched.

TDQS

A4.2/5.0
Behavior5/5

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

The description explicitly discloses that the summary comes from a bounded relevance-ranked sample while still reporting the full matching count, which is important behavior beyond the annotations. It also adds a meaningful interpretive caveat that registration does not imply ownership, probability of success, or commercial value. No contradiction with the readOnly/openWorld/idempotent annotations.

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?

Two sentences with no filler: the first states the action and scope, the second adds a necessary caveat. The most important distinguishing behavior (bounded sample, full count) is front-loaded and clearly expressed.

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?

The description gives enough context for an agent to understand what the tool returns: a portfolio summary grouped by key dimensions, based on a sample, plus the full matching count. It also covers the key interpretation limitation. It could be slightly stronger by clarifying parameter value formats and explicitly differentiating from similar sponsor-related siblings, but it is largely complete for a read-only summarization 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 description coverage is only 40%, so the description carries some responsibility for parameter meaning. It clarifies the sample behavior and grouping dimensions, but it does not explain valid values or formats for phase, status, or sample_size beyond what the property names already suggest. The sponsor and sponsor_match parameters are already documented in the schema.

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 opens with a specific verb and resource: 'Summarize a sponsor’s ClinicalTrials.gov portfolio' and names the exact grouping dimensions (phase, status, condition, intervention). It also distinguishes the tool from a generic search/list tool by describing the bounded relevance-ranked sample and the full matching count.

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 usage context is inferable: use it when you need a portfolio-level summary rather than individual trial results. However, it never explicitly says when to prefer this over sibling tools like ct_sponsor_trials, ct_compare_sponsors, or ct_sponsor_activity, nor does it name any exclusion conditions.

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

A3.6/5.0
Disambiguation1/5

Several tools appear to do the same thing at the top level: ask_pipeworx, ask_pipeworx_beta (explicitly identical today), and ask_pipeworx_grounded are near-duplicate routing entry points, and deep_research overlaps heavily with them. Among the ct_* tools, ct_count_by_condition, ct_competitive_landscape, ct_sponsor_pipeline, and ct_compare_sponsors all provide overlapping counting/landscape functionality, making correct selection genuinely ambiguous.

Naming Consistency4/5

The overwhelming majority of tools use lowercase snake_case and mostly follow a verb_noun or domain-prefixed pattern (ct_search, ct_get_study, list_subscriptions, validate_claim, resolove_entity). Some names are noun phrases rather than verbs (ct_competitive_landscape, entity_profile, polymarket_edge_tracker) but the overall style is consistent and readable, with only minor deviations.

Tool Count2/5

44 tools is far too many for a server named 'Clinicaltrials'; only 13 tools are actually clinical-trials-specific while the rest span general data lookup, prediction markets, memory, subscriptions, and npm scanning. The count is inflated by redundant entry points (ask_pipeworx/beta/grounded) and overlapping ct tools, making the set feel heavy and unfocused.

Completeness4/5

For the clinical-trials registry domain, the surface is largely complete: search, full study details, results summaries, condition counts, sponsor pipelines, location-based lookup, recent updates, and catalyst tracking are all represented. Minor gaps exist (e.g., historical versions/protocol amendments and advanced filter combinations), but most could be worked around via the universal ask_pipeworx router.