Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

nps_alerts

Read-only

Get current alerts for national parks, including closures, dangers, cautions, and general information. Filter by park code to check conditions before visiting.

Instructions

Get current park alerts including closures, dangers, cautions, and general information. Optionally filter by park code. Useful for checking conditions before visiting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 25)
park_codeNoPark code (e.g. 'yose', 'grca'). Omit for all parks.
Behavior3/5

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

Annotations declare readOnlyHint=true, so no safety warning is needed. The description adds the 'current' temporal scope and alert categories, which is useful. However, it doesn't describe the return format or any limitations beyond what the schema already provides.

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, front-loaded with the main verb and resource, and includes a brief usage note without excess. Every sentence earns its place.

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?

For a simple read-only list tool with fully described parameters, the description covers the essential purpose and use case. It could mention that results are returned as a list, but the schema and name make this reasonably clear, so the gap is minor.

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 descriptions cover both parameters fully (limit default, park_code examples). The description reinforces the park_code filter but adds no new semantics beyond the schema, so 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 clearly states the tool retrieves current park alerts and enumerates alert categories (closures, dangers, cautions, general information). It differentiates from sibling NPS tools by focusing on alerts rather than parks, campgrounds, or events.

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 provides a clear use case ('checking conditions before visiting') and explicitly mentions optional park code filtering, which signals when to use park_code. It doesn't explicitly exclude alternatives, but the purpose is distinct enough from sibling tools.

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