Skip to main content
Glama

Federal Grants — find funding you are actually eligible for

Server Details

Find US federal grants your organization is actually eligible to apply for. Free, no API key.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool addresses a distinct aspect: checking a specific opportunity, searching eligible opportunities, and examining historical awards. No overlap exists between them.

Naming Consistency4/5

Two tools follow a clear verb_noun pattern (check_grant_eligibility, find_federal_grants), while grant_program_history uses a noun phrase. The style is consistent with snake_case and descriptive names, but the slight deviation prevents a perfect score.

Tool Count5/5

Three tools are well-scoped for the domain, covering search, eligibility verification, and historical context without redundancy. The count fits the server's focused purpose.

Completeness5/5

The tool surface fully supports the stated purpose: find eligible grants, check a specific one, and validate funding expectations. No critical gaps or dead ends exist for this workflow.

Available Tools

3 tools
check_grant_eligibilityAInspect

Given a Grants.gov opportunity ID and an organization type, return a definitive eligibility verdict with the reason. ELIGIBLE / INELIGIBLE / NEEDS_REVIEW. Never guesses: an opportunity that publishes no applicant types, or only 'Others (see text)', returns NEEDS_REVIEW rather than a false green light.

ParametersJSON Schema
NameRequiredDescriptionDefault
opportunityIdYesNumeric Grants.gov opportunity id, e.g. '357305'.
organizationTypeYesThe federal applicant category to test against.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the 'Never guesses' behavior and the specific NEEDS_REVIEW handling for missing/ambiguous applicant types, which is valuable. It also states the output includes a reason. This goes beyond basic purpose, though it doesn't detail error handling for invalid IDs.

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 two sentences, front-loaded with the core action, and every clause adds value (verdict categories, no-guess behavior). No redundancy.

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?

Given the simple tool with 2 parameters and no output schema, the description adequately covers inputs, output format, and an important edge case. It omits potential error states but is otherwise complete for an agent to use correctly.

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 coverage is 100%, so the schema already documents both parameters. The description restates the inputs but doesn't add new parameter-level detail beyond the schema. Therefore 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 uses a specific verb ('return') with a clear resource ('a definitive eligibility verdict') and specifies inputs (opportunity ID, organization type). It clearly distinguishes from sibling tools like find_federal_grants and grant_program_history, which are about discovery and history, not eligibility.

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 states the input conditions ('Given...') and output, making the use case clear. However, it doesn't explicitly mention when not to use it or recommend alternative tools. Since sibling tools are named, it would benefit from an explicit contrast.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

find_federal_grantsAInspect

Find open U.S. federal grant opportunities an organization is ACTUALLY eligible to apply for. Filters by the machine-readable applicant-type code Grants.gov publishes on every opportunity, so ineligible opportunities are excluded rather than ranked low. Returns deadlines, award ceilings, cost-sharing requirements, and what prior winners of the same program actually received. Free, no key, live federal data.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax opportunities to return (default 10).
keywordNoMission or topic, e.g. 'housing', 'mental health', 'workforce'. Broad single terms return more.
organizationTypeYesThe federal applicant category the organization files under, e.g. nonprofit_501c3, small_business, tribal_government, school_district.
includeForecastedNoInclude opportunities announced but not yet open — useful for preparing early.
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that data is free, requires no key, is live, and uses machine-readable applicant-type codes. It also states what is returned (deadlines, ceilings, cost-sharing, prior winner amounts), adding useful behavioral context beyond the schema.

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 three sentences, front-loaded with the primary value, and every clause adds information. It avoids repetition and is highly scannable.

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

Completeness4/5

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

The tool has four parameters and no output schema, but the description covers key output elements (deadlines, awards, cost-sharing) and the filtering logic. It doesn't fully describe the response format or edge cases like zero results, but the description is strong enough for a search tool.

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 context by explaining how organizationType maps to Grants.gov's applicant-type code, how keyword affects results (broad terms return more), and the purpose of includeForecasted. This enhances understanding beyond the schema.

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 finds open federal grant opportunities specifically filtered by applicant eligibility, with a concrete verb ('Find') and resource ('U.S. federal grant opportunities'). It distinguishes itself from siblings by emphasizing eligibility-based filtering and providing outcome details like deadlines and award amounts.

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 implies when to use the tool (when seeking open grants for a specific organization type) and explains the unique filtering approach. It doesn't explicitly mention alternatives or when not to use it, but the eligibility emphasis makes the use case clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

grant_program_historyAInspect

What a federal grant program has actually awarded before, by CFDA/assistance-listing number: median award, largest award, and recent recipients from USAspending.gov. Use it to sanity-check whether a request is realistic — a $150k ask against a program with a $40M median means competing with major institutions.

ParametersJSON Schema
NameRequiredDescriptionDefault
cfdaYesCFDA / assistance listing number, e.g. '93.243'.
Behavior4/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 this is a historical read from USAspending.gov and lists the specific data returned. It does not mention limitations like missing data or errors, but the read-only nature and purpose are evident.

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?

Two sentences with no filler. The first defines the tool's output and data source, the second provides a powerful usage example. 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?

For a simple one-parameter tool with no output schema, the description adequately explains what is returned (median, largest, recipients) and how to interpret it. It is complete enough for an agent to invoke and use correctly.

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 coverage is 100% and the description repeats the CFDA/assistance-listing example already in the schema. It does not add meaning beyond the structured field definition, so baseline 3 applies.

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 shows historical award data for a federal grant program by CFDA number, including median award, largest award, and recent recipients. This distinguishes it from sibling tools by focusing on past awards rather than eligibility or finding grants.

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 explicitly says to use it to sanity-check whether a request is realistic, providing a concrete scenario. It does not name alternatives or state when not to use it, but the context 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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Provides access to open federal grant opportunities from Grants.gov without authentication. Enables querying and exploring grant data through natural language via Pipeworx gateway.
    5
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables searching and retrieving California state grant opportunities, including filters by status, category, and agency, without requiring an API key.
    15
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources