Skip to main content
Glama
amurshak

CongressMCP-full

by amurshak

Treaties and Summaries - Legislative treaties and bill summaries

treaties_and_summaries

Find and access U.S. Congress treaties and bill summaries. Retrieve treaty text, actions, committee details, and search summaries by keywords.

Instructions

Treaties and Summaries Tool - Focused access to treaties and bill summaries.

TREATIES OPERATIONS:
• Search & Discovery: search_treaties
• Legislative Process: get_treaty_actions, get_treaty_committees
• Content: get_treaty_text

SUMMARIES OPERATIONS:
• Search & Discovery: search_summaries

TREATIES:
- search_treaties: Find treaties by congress and parameters
- get_treaty_actions: Legislative actions on treaties
- get_treaty_committees: Committee assignments for treaties
- get_treaty_text: Full treaty text and resolutions

SUMMARIES:
- search_summaries: Search bill summaries by keywords and congress

REQUIRED PARAMETERS (the schema marks every parameter optional because
one shared schema covers every operation -- these operations fail
without the values below):
• congress + treaty_number -- get_treaty_actions, get_treaty_committees,
  get_treaty_text
(search_treaties, search_summaries need none of the above)

Args:
    operation: Specific operation to perform (see list above)
    congress: Congress number (118 for current, 119 for next)
    treaty_number: Specific treaty number within congress
    treaty_suffix: Treaty suffix identifier
    keywords: Search keywords for content
    topic: Topic filter for summaries
    bill_type: Bill type filter for summaries (e.g., 'hr', 's')
    limit: Results limit (max 250 for API compliance)
    sort: updateDate+desc (newest first) or updateDate+asc
    fromDateTime/toDateTime: Date range (YYYY-MM-DDTHH:MM:SSZ)
    
Returns:
    Formatted results specific to requested operation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo
limitNo
topicNo
formatNo
offsetNo
congressNo
keywordsNo
bill_typeNo
operationYes
toDateTimeNo
fromDateTimeNo
treaty_numberNo
treaty_suffixNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does usefully disclose that the schema marks every parameter optional while certain operations fail without congress and treaty_number. It also surfaces the max limit of 250 for API compliance and sort/date format expectations. It does not address read-only status, auth, or error behavior, but it adds substantive operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loaded with purpose, but the operation list is repeated almost verbatim in the 'TREATIES OPERATIONS' and 'TREATIES/SUMMARIES' sections. This redundancy adds length without new information, though the rest of the structure is organized and scannable.

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 complex 13-parameter, multi-operation router with an output schema, the description covers the operation dispatch model, required parameter combinations, API limits, and date formats. The main gaps are unmentioned format/offset parameters and lack of sibling routing guidance, but the core calling contract is well explained.

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?

Schema description coverage is 0%, so the description must compensate, and the Args section defines 11 of 13 parameters with concrete meaning, including congress numbering, keyword/topic/bill_type filters, limit, and date format. It omits format and offset and is vague on treaty_suffix, but overall it provides far more parameter context than the bare schema.

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 identifies the tool as focused access to treaties and bill summaries and enumerates five specific sub-operations with one-line purposes. It is distinguishable from sibling bill, law, and member tools by its domain, though the verb 'access' is somewhat generic for a multi-operation router.

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?

The description provides operation-specific parameter requirements but gives no explicit guidance about when to prefer this tool over siblings such as search_bill_text, bills, or laws. There are no when-to-use or when-not-to-use statements relative to alternatives, leaving routing decisions to inference.

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

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/amurshak/congressMCP'

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