Federal Grant Evidence
Server Details
Find U.S. federal grants and return cited hard-gate and award-history evidence packs.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsanalyze_federal_grantAnalyze a federal grantARead-onlyIdempotentInspect
Use this when the user needs a sourced go/no-go pursuit screen for one U.S. federal grant using a non-personal organization profile and the official opportunity record. The current preview is always free and explicitly marks unresolved project relevance, document, or award-history evidence. Do not use it for discovery only, legal eligibility advice, award prediction, drafting, or submission.
| Name | Required | Description | Default |
|---|---|---|---|
| organization | Yes | ||
| opportunity_id | Yes | Numeric Grants.gov opportunity id from search_federal_grants |
Output Schema
| Name | Required | Description |
|---|---|---|
| funding | Yes | |
| sources | Yes | |
| programs | Yes | |
| hardGates | Yes | |
| chargeable | Yes | |
| unresolved | Yes | |
| limitations | Yes | |
| opportunity | Yes | |
| reasonCodes | Yes | |
| organization | Yes | |
| schemaVersion | Yes | |
| recommendation | Yes | |
| productRelevance | Yes | |
| resultCompleteness | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable behavioral context beyond that: 'the current preview is always free' and it 'explicitly marks unresolved project relevance, document, or award-history evidence.' These details tell the agent what behavior and output characteristics to expect without contradicting the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. The primary use case is front-loaded, followed by cost/behavioral details and explicit negative boundaries. Every clause contributes to correct tool selection and invocation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has two required parameters, an output schema, and strong annotations, the description covers purpose, usage boundaries, and behavioral expectations comprehensively. The schema documents the parameters, the annotations cover safety and idempotency, and the description fills in the strategic when/why context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50%, with opportunity_id documented in the schema and organization not individually described. The tool description adds meaning by specifying that organization is a 'non-personal organization profile' and that the analysis uses the 'official opportunity record,' which maps to the two required parameters. It does not enumerate the nested organization fields, but the property names and enum values in the schema remain self-explanatory.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific, meaningful purpose: a 'sourced go/no-go pursuit screen for one U.S. federal grant' using a non-personal organization profile and the official opportunity record. This clearly distinguishes it from the sibling search_federal_grants and get_federal_grant_evidence_pack tools by emphasizing one-grant screening rather than discovery or evidence retrieval.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells the agent when to use the tool ('when the user needs a sourced go/no-go pursuit screen') and when not to use it ('Do not use it for discovery only, legal eligibility advice, award prediction, drafting, or submission'). It does not name an alternative tool directly, but the exclusions strongly imply search_federal_grants would serve discovery, so usage guidance is clear and actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_federal_grant_evidence_packGet a complete federal grant evidence packADestructiveIdempotentInspect
Use this paid tool only after search or the free preview, when the user wants a complete, versioned hard-gate and award-history evidence pack for one U.S. federal grant. Production launch price is USD 0.09 for a successfully released complete result; the current public rail is Base Sepolia testnet only. It returns no charge when the official record or any Assistance Listing snapshot is incomplete. It does not evaluate semantic project relevance, determine legal eligibility, predict an award, draft, or submit. Reuse request_id for safe retries; a released result replays without another charge.
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | Caller-generated stable idempotency key; reuse it for retries | |
| organization | Yes | ||
| opportunity_id | Yes | Numeric Grants.gov opportunity id |
Output Schema
| Name | Required | Description |
|---|---|---|
| scope | Yes | |
| billing | Yes | |
| funding | Yes | |
| programs | Yes | |
| hardGates | Yes | |
| chargeable | Yes | |
| provenance | Yes | |
| limitations | Yes | |
| opportunity | Yes | |
| reasonCodes | Yes | |
| organization | Yes | |
| schemaVersion | Yes | |
| recommendation | Yes | |
| resultCompleteness | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already carry idempotentHint=true and destructiveHint=true, but the description adds critical context: paid tool with USD 0.09 pricing, Base Sepolia testnet rail, no charge on incomplete records, safe retries with request_id replay, and non-behaviors like not evaluating relevance or eligibility. It doesn't explicitly describe what destructive effect occurs, but the financial charge disclosure covers the main risk.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Five dense sentences, front-loaded with the primary usage condition and outcome. Every sentence earns its place: pricing, testnet limitation, no-charge condition, non-goals, and retry behavior. No tautology or restatement of schema fields.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a paid, side-effectful tool that has an output schema, the description covers usage, exclusions, billing, and retry semantics well. It misses a definition of what 'hard-gate' evidence means and what the organization parameter is required for, but overall an agent has enough to select and invoke it safely.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents request_id and opportunity_id, covering 67% of top-level parameters. The description reinforces request_id reuse but adds no meaning to the organization parameter, which is the only undocumented top-level parameter and the most complex nested object. With no description of entity_type, state, requested_amount_usd, or can_meet_cost_share, the description doesn't compensate for that gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: 'get' a 'complete, versioned hard-gate and award-history evidence pack for one U.S. federal grant.' It clearly distances itself from siblings by saying it is used after search/free preview and by explicitly listing non-goals (no semantic relevance, eligibility, award prediction), which aligns with analyze_federal_grant.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives explicit when-to-use guidance: 'only after search or the free preview, when the user wants a complete, versioned... evidence pack.' It also defines exclusions via non-goals. However, it never names analyze_federal_grant as the alternative for semantic evaluation, so the when-not guidance is implied rather than fully explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_federal_grantsSearch federal grantsARead-onlyIdempotentInspect
Use this when the user needs to find current or forecasted U.S. federal grant opportunities by topic. It returns official identifiers and source URLs for follow-up analysis. Do not use it to decide eligibility, predict an award, write an application, or submit anything.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results, from 1 to 20 | |
| query | Yes | Topic or phrase such as community oral health |
Output Schema
| Name | Required | Description |
|---|---|---|
| count | Yes | |
| query | Yes | |
| opportunities | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds useful behavioral context by noting that results include current or forecasted opportunities and official identifiers/source URLs, going beyond structured metadata.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences front-load the primary use case, follow with the return value, and end with exclusions. Every sentence contributes essential guidance with no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With a rich output schema, clear annotations, and a 2-parameter input schema, the description covers the main decision points: when to use the tool, what it returns, and what it should not be used for. No critical context is missing for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both parameters. The description's phrase 'by topic' aligns with the query parameter but does not add meaningful details beyond what the input schema provides, so a baseline score is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a concrete action ('find current or forecasted U.S. federal grant opportunities by topic') with a clear resource and scope. It also clarifies the tool's output (official identifiers and source URLs), which distinguishes it from siblings like analyze_federal_grant and get_federal_grant_evidence_pack.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly says 'Use this when the user needs to find...' and gives clear when-not cases: 'Do not use it to decide eligibility, predict an award, write an application, or submit anything.' However, it does not name alternative sibling tools, so the routing guidance is strong but not fully complete.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Search verified-open US grants (federal, state, foundation). Read-only MCP for AI agents.
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
US federal contracts, grants, and spending awards
Research U.S. federal contracts, awards, vendors, changes, exclusions, and source documents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables research of federal contract awards and competitive landscape analysis using the USASpending.gov API. Supports searching for contracts, analyzing recipients, tracking spending trends, and identifying market opportunities in government contracting.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching and analyzing Australian Commonwealth grant opportunities and awarded grants from grants.gov.au, including recipient lookups and coverage checks.8MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying and analyzing US federal grant single-audit filings, including audits, findings, and federal awards, using data from the Federal Audit Clearinghouse.13MIT
- AlicenseNot gradedqualityBmaintenanceEnables agents to search and analyze US federal procurement data across SAM.gov opportunities, FPDS awards, SAM entities, FFATA subawards, exclusions, and full-text solicitation attachments, with 53 tools for market research, opportunity discovery, teaming, pricing, and compliance.53MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a distinct role: search for discovery, analyze for a free go/no-go preview, and get pack for a paid complete evidence pack. The descriptions clearly delineate boundaries despite analyze and get pack both dealing with grant evidence.
All tool names follow a consistent verb-first snake_case pattern (analyze_federal_grant, get_federal_grant_evidence_pack, search_federal_grants). Minor singular/plural variation is negligible and does not harm predictability.
Three tools is ideally scoped for a focused grant-evidence domain: search, analyze, and retrieve a full pack. Each tool serves a distinct step in the workflow without redundancy.
The workflow is complete: search identifies opportunities, analyze provides a free screening preview, and get pack delivers the full evidence pack. No obvious missing operations for the stated purpose.