Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

fema_public_assistance

Read-only

Find FEMA Public Assistance grant awards for state, local, tribal governments and nonprofits. Access project-level details for debris removal, emergency work, and permanent repairs.

Instructions

Get FEMA Public Assistance (PA) grant awards. Shows project-level grants to state/local/tribal governments and nonprofits for debris removal, emergency work, and permanent repair.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMax results (default 50)
skipNoNumber of records to skip
stateNoTwo-letter state code
disaster_numberNoFEMA disaster number
Behavior3/5

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

The readOnlyHint annotation already signals a safe read operation, and the description adds useful content context about the grant types and recipients. However, it does not disclose behavior such as pagination, default limits, result ordering, or the absence of filtering, which would provide additional transparency beyond the annotation.

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 word adds value. It efficiently conveys the resource, recipients, and categories without fluff or repetition.

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?

Given the simple parameter set and the absence of an output schema, the description adequately conveys the tool's data scope ('project-level grants') and recipient types. It does not detail return fields or query behavior, but the tool is straightforward enough that this is not a critical gap.

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 input schema provides 100% coverage for all four parameters (top, skip, state, disaster_number), each with a clear description. The tool description does not add parameter-specific semantics beyond the schema, so the baseline of 3 applies since the schema does the heavy lifting.

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's purpose with a specific verb ('Get') and resource ('FEMA Public Assistance (PA) grant awards'). It further distinguishes this tool from sibling FEMA tools by specifying recipient types (state/local/tribal governments and nonprofits) and project categories (debris removal, emergency work, permanent repair), making its scope unambiguous.

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 provides clear context on what the tool is for, but does not explicitly mention alternatives or exclusions. While the recipient types and project categories imply when to use this tool (e.g., for PA grants as opposed to housing assistance), it lacks an explicit 'use X instead' statement typical of the highest score.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyntrica/gov-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server