Skip to main content
Glama
lzinga

US Government Open Data MCP

congress_recent_laws

Read-only

Retrieve recently enacted U.S. laws signed by the President, with options to filter by public or private law type and specify Congress session.

Instructions

Get recently enacted laws (bills signed by the President). Optionally filter by law type (public or private). Shows what legislation has become law.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
congressNoCongress number (default: current)
law_typeNoLaw type: pub (public law) or priv (private law). Default: all
limitNoMax results (default: 20)
Behavior4/5

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

Annotations provide readOnlyHint=true, which the description doesn't contradict. The description adds valuable behavioral context beyond annotations by specifying that it shows 'what legislation has become law' and that it retrieves 'recently enacted' data with optional filtering. However, it doesn't mention pagination behavior, rate limits, or authentication requirements that might be relevant.

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 efficiently structured in two sentences that directly convey the tool's purpose and key functionality. Every word earns its place with no redundancy or unnecessary elaboration, making it easy to parse quickly.

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 read-only tool with complete parameter documentation and no output schema, the description provides adequate context about what data is returned ('recently enacted laws', 'bills signed by the President'). It could be more complete by specifying what 'recent' means or describing the return format, but given the annotations and schema coverage, it's reasonably comprehensive.

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?

With 100% schema description coverage, the input schema already fully documents all three parameters. The description mentions filtering by 'law type (public or private)' which aligns with the law_type parameter, but adds no additional semantic context beyond what's in the schema descriptions. This meets the baseline for high schema coverage.

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 purpose with specific verbs ('Get recently enacted laws', 'filter by law type') and resources ('bills signed by the President'). It distinguishes from sibling tools by focusing specifically on enacted laws rather than bills, amendments, or other legislative actions, making its scope unambiguous.

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 usage context by mentioning 'recently enacted laws' and filtering options, but doesn't explicitly state when to use this tool versus alternatives like congress_search_bills or congress_law_details. It provides basic filtering guidance but lacks explicit comparisons or exclusion criteria.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lzinga/us-government-open-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server