Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

rec_areas

Read-only

Find federal recreation areas by keyword or state. Returns area names, descriptions, and locations for planning outdoor visits.

Instructions

Search federal recreation areas by keyword or state. Recreation areas are larger regions that may contain multiple facilities.

Returns area names, descriptions, and locations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default: 20, max: 50)
queryNoSearch keyword (e.g. 'national forest', 'wilderness')
stateNoTwo-letter state code (e.g. 'CO', 'CA', 'WY')
offsetNoStarting offset for pagination (default: 0)
Behavior4/5

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

Annotations provide readOnlyHint: true, and the description adds behavioral context by specifying the search dimensions (keyword, state) and the return payload ('Returns area names, descriptions, and locations'). This goes beyond the annotation by explaining the data scope, although it does not discuss edge cases or limitations, which is acceptable for a simple read operation.

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 extremely concise: two sentences deliver purpose, scope, and return info. It is front-loaded with the primary verb and resource, and every sentence earns its place without redundancy or fluff.

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 search tool with no output schema and fully documented parameters, the description covers the essential aspects: what it searches, the conceptual hierarchy, and the return fields. It lacks details like default ordering or pagination behavior, but the schema covers limit/offset, and the read-only nature is annotated. Complete enough for low-complexity tool.

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 all parameters are already documented. The description adds conceptual clarity by linking 'keyword' and 'state' to the search behavior, but does not provide additional syntactic or value-level detail beyond what the schema gives. Baseline 3 is appropriate when the schema carries the load.

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: 'Search federal recreation areas by keyword or state.' It uses a specific verb (search) and resource (federal recreation areas), and explicitly distinguishes this tool from siblings by noting that 'Recreation areas are larger regions that may contain multiple facilities,' which differentiates it from rec_facilities and rec_campsites.

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 usage context by stating the tool searches by keyword or state and that recreation areas are larger regions. This hints that for specific facilities, one should use a facilities tool, but it does not explicitly name alternatives or provide exclusion criteria. Clear context but lacks explicit when-not-to-use guidance.

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