Skip to main content
Glama

congress_bill_detail

Get detailed bill information including sponsors, status, committees, text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberNoBill number
congressNoCongress number (default: 118)
bill_typeNohr, s, hjres, sjres (default: hr)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses what the tool returns (sponsors, status, committees, text) but does not mention potential side effects, authentication requirements, or behavior with invalid/absent parameters. It is a minimal but not misleading description.

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 a single, well-structured sentence that front-loads the core action ('Get detailed bill information') and then lists key content categories. Every word earns its place, with no redundancy.

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 detail-retrieval tool with 3 parameters and no output schema, the description adequately communicates what to expect (bill details including the listed fields). However, it omits guidance on how to specify a bill beyond the schema and does not reference the search sibling, leaving minor gaps in operational context.

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?

The input schema provides 100% coverage for the three parameters (number, congress, bill_type) with descriptions including defaults. The tool description adds no additional parameter semantics beyond the schema, so the baseline score of 3 is appropriate.

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 ('Get detailed bill information') and enumerates the specific content (sponsors, status, committees, text). This distinguishes it from sibling tools like congress_bill_search, which is for searching bills.

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 implies this tool is for retrieving details about a specific bill, but it does not explicitly state when to use it versus congress_bill_search. There is no mention of prerequisites or alternatives, leaving usage context implied rather than explicit.

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