Skip to main content
Glama

Federal Grant Evidence

Read a grant's requirements from its official documents

analyze_nofo_requirements

Use this after the document manifest, when the user needs the requirements stated inside a U.S. federal grant's official announcement — eligibility, cost share, deadlines, page limits, required submissions and evaluation criteria — each with the document, page and exact source text it came from. It returns CONFIRMED, CONFLICT, UNKNOWN or EXTRACTION_INCOMPLETE per requirement and never fills a gap with an inference. It does not determine legal eligibility, predict an award, draft, or submit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
claim_typesNoOptional filter; omit for every requirement class.
opportunity_idYesOfficial Grants.gov opportunity ID, for example 332894

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYes
claimsNo
detailNo
coverageNo
revisionNo
observed_atNo
snapshot_idNo
opportunity_idYes
unread_documentsNo
manifest_completenessNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the sparse annotations, the description discloses a precise output taxonomy (CONFIRMED, CONFLICT, UNKNOWN, EXTRACTION_INCOMPLETE per requirement), a source-attribution guarantee (document, page, exact source text), and a refusal-to-infer policy ('never fills a gap with an inference'). The no-inference guarantee meaningfully complements openWorldHint=true by explaining what happens when source data is missing.

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?

Three sentences, each with a distinct job: when-to-use and scope, output behavior and honesty guarantee, then scope exclusions. The trigger condition is front-loaded and nothing repeats the schema or annotations, so every sentence earns its place.

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?

With only 2 parameters (one required), 100% schema coverage, annotations present, and an output schema available, the description fills the remaining gaps: workflow sequencing relative to the manifest, output semantics, and behavioral limits. The CONFLICT class even implicitly covers the amendment scenario handled by compare_grant_amendments, so no essential invocation knowledge is missing.

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%, so the baseline is 3; the description adds domain grounding by enumerating the likely claim_types values (eligibility, cost share, deadlines, etc.), which the schema leaves generic as 'Optional filter; omit for every requirement class.' It does not add format or constraint details beyond what the schema already provides.

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 names a specific action (extracting requirements from a U.S. federal grant's official announcement) and enumerates the covered requirement classes: eligibility, cost share, deadlines, page limits, required submissions, and evaluation criteria. It also distinguishes itself from siblings by stating it runs 'after the document manifest' and by declaring what it does not do (legal eligibility, award prediction, drafting, submission).

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?

It gives a clear trigger and sequencing instruction ('Use this after the document manifest, when the user needs the requirements'), which orients an agent on both intent and workflow order. It does not, however, explicitly name sibling tools as alternatives for the exclusion cases — it says what it won't do but not which sibling to route to instead.

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.