Skip to main content
Glama
lzinga

US Government Open Data MCP

by lzinga

congress_committee_nominations_for_committee

Read-onlyIdempotent

Track judicial and agency nominations by retrieving referrals to a specific Senate committee using chamber and committee code.

Instructions

Get nominations referred to a specific committee. Useful for tracking judicial or agency head nominations before a particular Senate committee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default: 20)
chamberYesChamber (usually 'senate' for nominations)
committee_codeYesCommittee system code (e.g., 'ssju00' for Senate Judiciary)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv2026.9.14
    • addedInput schema / properties / limit / default
      Added value: +20
  2. Changed1 schema field changedv2026.4.11
    • removedInput schema / additionalProperties
      Removed value: -false
  3. First observedv2026.3.9

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive, so the description's burden is lowered. It adds domain context ('judicial or agency head nominations') but does not disclose pagination, response shape, or any query-specific behavior beyond what the schema provides. This is adequate but not rich.

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 with the core action front-loaded and the use case following in one clause. There is no filler or redundancy, making it efficient and easy to parse.

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 list-fetch tool with three parameters and full schema coverage, the description is largely complete. It explains the purpose and use case; the only minor gap is not acknowledging that chamber could be house/joint, but the schema handles that and the Senate focus is appropriate for nominations.

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%, so the baseline is 3. The description's mention of 'specific committee' and 'Senate committee' slightly supplements the meaning of committee_code and chamber, but it does not materially add semantic value beyond the schema's own descriptions and example.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves nominations referred to a specific committee using a specific verb and resource. It distinguishes from generic nomination tools by narrowing to committee referral, though it does not explicitly differentiate from the similar-sounding congress_nomination_committees.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a concrete use case ('tracking judicial or agency head nominations before a particular Senate committee'), which implies when to use it. However, it does not explicitly mention alternatives or exclusions, leaving the agent to infer when to choose this over congress_nominations or congress_nomination_committees.

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

Deploy Server

Other Tools