Skip to main content
Glama

delta_digest

New grants + new trials in a filter over the last N days (the weekly-digest payload). Best for BD teams.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
icNoNIH Institute/Center abbreviation, e.g. 'NCI'.
piNoPrincipal investigator name substring.
daysNoLookback days (default 7).
kindNo'grant' or 'trial' to restrict.
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

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only states the output type (new grants and trials) but omits critical details like whether results are paginated, how 'new' is defined (e.g., by creation date), any rate limits, or side effects. This leaves significant ambiguity for an AI agent.

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 very concise (one sentence plus audience note) and front-loaded with the core action. However, given 13 parameters, it could be slightly more detailed without losing conciseness.

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

Completeness2/5

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

The tool has 13 optional parameters and no output schema. The description fails to mention output format, ordering, limits, pagination, or how 'new' is determined. Compared to sibling 'whats_changed_since', it lacks clarity on what differentiates this digest from other change-tracking tools.

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?

The schema covers 77% of parameters with descriptions, so the baseline is 3. The tool description does not add any parameter-specific context beyond what the schema provides, missing an opportunity to highlight key filters like 'kind' or 'days'.

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 what the tool does: it returns 'New grants + new trials' filtered over a number of days, and specifies the use case as 'weekly-digest payload' for BD teams. This differentiates it from sibling tools like 'search_records' (general search) and 'new_funding' (likely broader).

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 description provides context by stating 'Best for BD teams' and 'weekly-digest payload', implying it is used for periodic reporting. However, it does not explicitly specify when not to use this tool or mention any alternative tools among the siblings.

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