Skip to main content
Glama

new_funding

THE GTM-trigger tool. Return the newest NIH grants and newly-registered clinical trials in a territory — the highest-intent buying signal in life-sciences sales (a newly-funded lab has budget and is choosing vendors now). Filter by institution, PI, sponsor, topic, state, IC, phase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
icNoNIH Institute/Center abbreviation, e.g. 'NCI'.
piNoPrincipal investigator name substring.
kindNo'grant' or 'trial' to restrict.
limitNoMax per kind (default 50).
phaseNoTrial phase substring, e.g. 'PHASE2'.
stateNo2-letter US state of the org/site.
topicNoCanonical topic slug, e.g. 'oncology', 'neuroscience'.
keywordNo
sponsorNoTrial sponsor name substring.
maxAmountNo
minAmountNo
institutionNoInstitution name substring.
sponsorClassNoINDUSTRY | NIH | OTHER_GOV | OTHER | INDIV.

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It correctly indicates a read operation (returns data) but does not disclose any behavioral traits such as rate limits, authorization needs, or pagination behavior, which is a notable gap.

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?

The description is exceptionally concise with two sentences. The first sentence front-loads the core purpose and value proposition ('highest-intent buying signal'), and the second lists filters efficiently. No wasted words.

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

Completeness3/5

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

Given 13 parameters and no output schema, the description leaves gaps: it doesn't explain the return structure, pagination, or how results are ordered. For a tool that returns many records, this is a significant omission.

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 77%, already providing decent parameter documentation. The description adds context about filtering by 'institution, PI, sponsor, topic, state, IC, phase' but does not significantly enhance clarity beyond the schema. Baseline 3 is appropriate.

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 returns 'the newest NIH grants and newly-registered clinical trials in a territory', specifying both verb and resource. It explicitly distinguishes itself as a 'GTM-trigger tool' for life-sciences sales, differentiating from sibling tools like delta_digest or search_records.

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 strong context on when to use (high-intent buying signal for sales) but does not explicitly state when not to use or compare to alternatives. It implies usage for initial outreach but lacks direct exclusion criteria.

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
Disambiguation4/5

Tools are mostly distinct. delta_digest and new_funding both retrieve new items but target different use cases (BD teams vs GTM trigger). Descriptions help differentiate. No severe overlap.

Naming Consistency4/5

All names use lowercase underscores. Consistency is good overall, but grammatical patterns vary: verb_noun (search_records), adjective_noun (new_funding), noun_noun (entity_watch). Minor inconsistency.

Tool Count5/5

5 tools is appropriate for the domain. Each tool serves a clear purpose without redundancy.

Completeness4/5

Core operations for monitoring and searching grants/trials are covered. Missing a dedicated tool for retrieving a single record's full details, but search_records can function as such. Minor gap.

Resources