Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

congress_bound_congressional_record

Read-only

Access permanent bound Congressional Record issues by filtering year, month, and day to retrieve official proceedings.

Instructions

Get bound Congressional Record issues — the permanent, final publication of proceedings. Filter by year, month, and day.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayNoDay of month
yearNoYear (e.g., 1990)
limitNoMax results (default: 20)
monthNoMonth (1-12)
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description does not need to state safety. It adds context about the bound nature and filtering capability, but does not disclose behaviors like pagination limits, what happens with no filters, or response format. The added context is useful but limited beyond the annotation.

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, front-loaded with the main action ('Get bound Congressional Record issues'), and includes the key qualifier 'permanent, final publication' without any fluff. Every phrase 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?

The description conveys the essential purpose and distinguishes from the daily edition. While no output schema exists, the description does not specify the return format or pagination behavior, but given the tool's simplicity and full schema coverage, it is reasonably complete for an agent to understand the tool's role.

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 the schema already documents all four parameters (year, month, day, limit). The description adds only a high-level 'Filter by year, month, and day,' which does not enrich parameter semantics 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 clearly states the tool's purpose: 'Get bound Congressional Record issues' with a specific verb and resource. It further clarifies 'the permanent, final publication of proceedings,' distinguishing it from sibling tools like congress_daily_congressional_record.

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

Usage Guidelines4/5

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

The phrase 'permanent, final publication' provides clear context that this tool is for the bound edition as opposed to daily editions, implying the appropriate use case. However, it does not explicitly name alternatives or state when not to use it, so it stops short of a 5.

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

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