Skip to main content
Glama
lzinga

US Government Open Data MCP

by lzinga

congress_bill_actions

Read-onlyIdempotent

Get a bill's complete action timeline from introduction to signing, covering committee steps, floor votes, amendments, and roll-call vote numbers. Supply congress, bill type, and bill number to trace its full legislative history.

Instructions

Get the full action history / timeline for a bill — every step from introduction through committee, floor votes, amendments, and signing. Shows recorded roll-call vote numbers when available.

Use congress_search_bills first to find the congress number, bill type, and bill number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax actions to return (default: 100)
congressYesCongress number (e.g., 118)
bill_typeYesBill type
bill_numberYesBill number

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that it returns the full timeline and includes roll-call vote numbers when available, which is useful context about the response content. No contradiction.

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?

Two sentences, no redundancy, and the core purpose is front-loaded. The prerequisite instruction is concise and actionable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only tool with strong annotations and a clear schema, the description fully explains what the tool returns and how to obtain the necessary identifiers. No output schema exists, but the description covers the expected content adequately.

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 all parameters (congress, bill_type, bill_number, limit) are documented in the schema. The description adds a usage hint about using congress_search_bills to find the parameters, but does not add syntax or format details beyond the schema. Baseline 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 states a specific verb ('Get') and resource ('full action history / timeline for a bill'), enumerates the content (introduction, committee, floor votes, amendments, signing) and mentions roll-call vote numbers. It clearly differentiates from sibling tools like congress_bill_amendments and congress_bill_votes by focusing on the whole timeline.

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

Usage Guidelines5/5

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

Explicitly instructs to 'Use congress_search_bills first' to obtain the required parameters, which is a clear when-to-use directive. This also implicitly distinguishes from other bill-related tools that might not need that prerequisite.

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