Skip to main content
Glama

whats_changed_since

Return grants/trials that are NEW or MODIFIED since a cursor token (cursor = your bookmark / CRM-sync point). Pass the cursor from a prior call to get only changes since then. Same filters as new_funding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
icNoNIH Institute/Center abbreviation, e.g. 'NCI'.
piNoPrincipal investigator name substring.
kindNo'grant' or 'trial' to restrict.
limitNo
phaseNoTrial phase substring, e.g. 'PHASE2'.
stateNo2-letter US state of the org/site.
topicNoCanonical topic slug, e.g. 'oncology', 'neuroscience'.
cursorNoOpaque cursor from a previous response; omit for first call.
keywordNo
sponsorNoTrial sponsor name substring.
maxAmountNo
minAmountNo
institutionNoInstitution name substring.
sponsorClassNoINDUSTRY | NIH | OTHER_GOV | OTHER | INDIV.

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. It discloses that the tool returns new/modified records based on a cursor, implying it is a read operation with state tracking. However, it does not mention any side effects, authentication needs, rate limits, or other behavioral traits, leaving significant gaps for an agent assessing safety.

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 concise at three sentences, front-loading the purpose and cursor usage. It avoids fluff but could be slightly more structured to separate usage guidance from filter reference.

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?

Given 14 parameters, no output schema, and no annotations, the description is incomplete. It explains the cursor mechanism well but does not describe return values, pagination, limits, or any caveats. The cross-reference to new_funding helps but relies on the agent knowing that tool's capabilities.

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 71% (high), so the baseline is 3. The description adds value by stating 'Same filters as new_funding,' which cross-references another tool for context. However, it does not explain individual parameters beyond what the schema already provides, and the reference assumes knowledge of new_funding.

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

Purpose4/5

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

The description clearly states the tool returns grants/trials that are NEW or MODIFIED since a cursor token, with a specific verb and resource. However, it does not explicitly differentiate from sibling tools like delta_digest or entity_watch, relying on the cursor mechanism for implicit differentiation.

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 instructs to pass the cursor from a prior call and notes that filters are the same as new_funding, providing some context on when to use. But it lacks explicit when-not-to-use instructions or alternative tools for different scenarios (e.g., full data retrieval).

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