Skip to main content
Glama
lzinga

US Government Open Data MCP

by lzinga

govinfo_search

Read-onlyIdempotent

Find official U.S. government publications (bills, laws, reports, Federal Register) by keyword, topic, or bill name, with filters for congress and collection.

Instructions

Search across all government publications — bills, laws, CBO reports, Congressional Record, Federal Register, committee reports, and more.

Collections: BILLS, PLAW (public laws), CRPT (committee reports), CREC (Congressional Record), BUDGET, FR (Federal Register), CRECB (bound CR)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query — bill name, topic, or keyword
congressNoFilter by Congress number (e.g., 119)
page_sizeNoResults per page (default: 10, max: 100)
collectionNoCollection: 'BILLS', 'PLAW' (public laws), 'CRPT' (committee reports), 'CREC' (Congressional Record), 'BUDGET', 'FR' (Federal Register)

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds the collection list and mentions 'across all government publications', which is useful, but it doesn't disclose pagination, rate limits, or response format. The bar is lowered due to annotations, and the added context is modest.

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 with no fluff. The first sentence states the core purpose, the second lists the collections. Information is front-loaded and every word earns its place.

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 simple search tool with four well-documented parameters and no output schema, the description covers the essential scope and collections. It could mention that results are paginated (since page_size is a parameter) or clarify the exact return structure, but these are minor gaps for a search tool of this simplicity.

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 (query, congress, page_size, collection) are already documented. The description repeats the collection values in prose, but this adds little beyond the schema. With full coverage, a baseline of 3 is appropriate.

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 a search action across government publications and lists specific collections (BILLS, PLAW, CRPT, etc.), making the resource and scope explicit. However, it doesn't explicitly differentiate itself from sibling tools like govinfo_bill_text or congress_search_bills, which target specific document types, so it stops short of a 5.

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

Usage Guidelines2/5

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

There is no guidance on when to use this general search versus more specific sibling tools. The description implies broad coverage but doesn't state exclusions or recommend alternatives (e.g., 'for bill text use govinfo_bill_text'). An agent would have to infer usage from the description alone.

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