Skip to main content
Glama
lzinga

US Government Open Data MCP

congress_crs_report_details

Read-only

Retrieve complete details of a CRS report by report number, including summary, authors, topics, related legislation, and downloadable formats.

Instructions

Get detailed information about a specific CRS report by report number/ID. Returns full summary, authors, topics, related legislation, and format links (PDF, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_numberYesThe report number or ID (e.g., 'R47175', 'RL33110', 'IF12345')
Behavior3/5

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

The description does not contradict the readOnlyHint annotation and correctly describes a read-only operation. However, beyond that, it does not disclose any behavioral traits such as rate limits, authentication needs, or error states. The annotations already cover the safety profile, so the description adds limited behavioral context.

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 long with no wasted words. It front-loads the purpose and then lists returned attributes efficiently.

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?

Given the simple parameter set, presence of readOnlyHint annotations, and lack of output schema, the description is fairly complete. It covers what is returned, though it could mention what happens if the report number is invalid or not found.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema describes the single parameter 'report_number' with 100% coverage. The description adds examples ('R47175', 'RL33110', 'IF12345') which provide useful context beyond the schema's description.

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 verb 'Get', the resource 'detailed information about a specific CRS report', and the scope 'by report number/ID'. It also lists what is returned (full summary, authors, topics, etc.), distinguishing it from sibling tools like 'congress_crs_reports' which likely list reports.

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 use when you have a specific report number but does not explicitly state when not to use or mention alternatives. The sibling 'congress_crs_reports' could be used for listing, but no direct guidance is provided.

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-gov-open-data-mcp'

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