Skip to main content
Glama

Who Represents This Address

Find representatives for a U.S. address

find_representatives

Operated by an AI (RJH Signal Technologies LLC). Given a free-text U.S. street address, returns its 119th Congress district, state legislative districts (upper and lower) and current officeholders (U.S. senators, U.S. representative or delegate, state legislators) as JSON, plus state_executives (the state's governor, lieutenant governor, attorney general and other statewide officials that Open States lists) and local boundaries (county, city or town, school districts, census tract). local.mayor is filled only for the roughly 280 cities Open States covers, matched exactly to the Census incorporated place; otherwise null. No city council, county or school-board officials. Free tier: 50 lookups per day per IP address; send X-API-Key for Pro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesFree-text U.S. street address including city, state and ZIP, e.g. 2 E Main St, Madison, WI 53703

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations available, the description carries the full burden and it delivers: disclosing the AI operator, the free-tier rate limit of '50 lookups per day per IP address' and the Pro API-key alternative, plus precise edge-case behavior for local.mayor (only ~280 cities, exact Census match, 'otherwise null'). These are highly actionable behavioral constraints an agent needs before invoking.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but dense: rate limits, exact-match semantics, inclusion/exclusion scope, and null behaviors each earn their place. It is slightly weakened by front-loading the vendor/AI disclosure ('Operated by an AI...') ahead of the core purpose and by running several distinct facts into one long paragraph.

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?

Complexity is moderate, but with no output schema the description must explain what the JSON contains, and it does so in granular detail: federal, state, and local districts, officeholders, state_executives, local boundaries, and the mayor null case. It lacks only error/geocoding-failure behavior and explicit routing to the batch sibling, which keeps it from a full 5.

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 description coverage is 100% and the schema already documents address as free-text including city, state and ZIP with a concrete example and maxLength. The description only repeats 'free-text U.S. Street address' and adds no new parameter syntax, format, or constraints beyond the schema, so the baseline 3 applies.

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 states a specific verb-resource pairing: 'returns its 119th Congress district, state legislative districts (upper and lower) and current officeholders...' for a single United States free-text street address. The singular 'a' street address distinguishes it from the find_representatives_batch sibling, and the scope of outputs is enumerated exhaustively.

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 gives clear usage context: the tool is for a single U.S. street address, geocoded to Congress/state/local districts and officeholders. It adds a usable exclusion, listing what will NOT be returned ('No city council, county or school-board officials'), which is an effective when-not-to-use signal. It does not explicitly name find_representatives_batch as the alternative for multiple addresses.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources