Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

fws_species

Read-only

Search US Fish & Wildlife Service data for threatened and endangered species. Filter by species name, listing status, state, or taxonomic group to get relevant listings.

Instructions

Search threatened and endangered species from the US Fish & Wildlife Service. Filter by name, status, state, or taxonomic group. Status codes: E=Endangered, T=Threatened, C=Candidate, PE=Proposed Endangered, PT=Proposed Threatened. Groups: Mammals, Birds, Reptiles, Amphibians, Fishes, Clams, Snails, Insects, Arachnids, Crustaceans, Flowering Plants, Ferns, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNoTaxonomic group: Mammals, Birds, Fishes, etc.
limitNoMax results (default 25)
queryNoSpecies name (common or scientific)
stateNoTwo-letter state code
statusNoListing status: E, T, C, PE, PT
Behavior3/5

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

Annotations already provide readOnlyHint, so safety is covered. The description adds useful domain context (status code meanings and taxonomic groups) but does not disclose pagination, default behavior with no filters, or result format. Adequate but not rich beyond annotations.

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?

Three concise sentences: purpose, filter options, and domain explanations. Every sentence contributes unique information, and it is front-loaded with the main action.

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?

Covers purpose, filters, and domain vocabulary adequately. Could mention the existence of fws_species_detail for follow-up details or the default limit behavior, but for a search tool with five optional parameters, it is largely complete.

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 covers 100% of parameters, but the description adds value by expanding the status codes (E, T, C, PE, PT) and providing taxonomic group examples, which are only tersely mentioned in the schema. Enhances understanding beyond parameter names.

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 function: 'Search threatened and endangered species from the US Fish & Wildlife Service.' The verb 'search' and resource are specific, and it distinguishes from sibling fws_species_detail by focusing on the search/list capability.

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 clear context on how to use the tool via filterable dimensions (name, status, state, group), but does not explicitly mention alternatives like fws_species_detail for detailed records. Lacks exclusions but gives enough context for typical use.

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