Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

congress_search_members

Read-only

Search for members of Congress by state, district, or congress number, and filter by current status or update date. Get results for current or historical members.

Instructions

Search for members of Congress by state, congress number, district, or get all current members. Supports: /member (all), /member/{stateCode} (by state), /member/{stateCode}/{district} (by district), /member/congress/{congress} (by congress), /member/congress/{congress}/{stateCode}/{district} (combined).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default: 50)
stateNoTwo-letter state code to filter by, e.g. 'CA', 'TX'. Can be used alone or with district.
congressNoCongress number. When used with state+district, filters to that congress. Use alone to list all members of a congress.
districtNoHouse district number (use with state). Returns all historical members for that seat.
toDateTimeNoFilter by update date end (YYYY-MM-DDT00:00:00Z)
fromDateTimeNoFilter by update date start (YYYY-MM-DDT00:00:00Z)
currentMemberNoFilter by current member status. true = current members only, false = former only
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the agent knows this is a safe read operation. The description adds value by listing the endpoint shapes, which clarify how parameters combine (e.g., district requires state, congress can be used alone). It does not disclose return format or pagination behavior, but the added endpoint details are meaningful 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: the first states the core purpose with key filters, and the second lists the exact endpoint patterns in a compact, scannable format. Every sentence earns its place, and it is front-loaded with the most important information.

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?

With 7 optional parameters and no output schema, the description covers the main usage patterns comprehensively via the endpoint list. However, it does not mention behavior when currentMember is omitted (i.e., whether results include both current and former members) or pagination details beyond the limit parameter. Given the tool's moderate complexity, the description is reasonably complete.

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% (all 7 parameters have descriptions). The description's 'Supports:' list echoes parameter combinations but does not add substantive new meaning beyond what the schema already provides (e.g., schema already notes state can be used with district, and congress 'Use alone to list all members'). Per the rubric, baseline 3 is appropriate 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: 'Search for members of Congress by state, congress number, district, or get all current members.' It uses a specific verb ('search') and resource ('members of Congress'), and enumerates filter dimensions, which distinguishes it from sibling tools like congress_member_details (which fetches details for a specific member) and congress_member_full_profile.

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 how to use the tool via the supported endpoint patterns (e.g., '/member/{stateCode}', '/member/congress/{congress}'), and mentions the 'get all current members' use case. It does not explicitly name alternatives or exclusions, but the supported patterns imply when each filter combination is appropriate. This meets the 'clear context, no exclusions' bar.

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