Skip to main content
Glama
StatPan

AssemblyMCP

by StatPan

verify_legislative_claims

Validate claims about bills, members, committees, and votes using official National Assembly OpenAPI data. Returns structured results with clear success or failure markers.

Instructions

의안/의원/위원회/표결 주장 또는 인용을 국회 OpenAPI 데이터로 검증합니다.

입력 형식:

  • JSON 배열: [{"type": "bill", "value": "간호법안"}, {"type": "member", "value": "홍길동"}]

  • JSON 객체: {"type": "vote", "bill_id": "PRC_...", "expected": {"yes": 180}}

  • 일반 텍스트: 자동으로 의안/의원/위원회 후보를 순차 확인합니다.

실패는 [NOT_FOUND], [AMBIGUOUS], [VERIFY_FAILED], [API_FAILED] 마커가 포함된 구조화 객체로 반환됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageNo22
limitNo
citations_or_textYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.6.6

TDQS

A4/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 well: it discloses accepted input formats, automatic sequential checking of bill/member/committee candidates, and the exact failure markers ([NOT_FOUND], [AMBIGUOUS], [VERIFY_FAILED], [API_FAILED]). It does not mention rate-limit or side-effect details, but the tool is inherently a read-only verification and the API_FAILED marker covers external dependency.

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

Conciseness4/5

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

The description is compact and organized: one purpose line, a labeled input-format list with examples, and a brief failure-behavior note. Each piece earns its place, though the multiple examples add a little length over a pure one-liner.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers input formats and failure markers, and an output schema exists to carry the return shape, but it leaves age and limit unexplained and gives no success-path description. An agent could call it correctly for simple text input but would be guessing on the optional parameters.

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 0%, so the parameter semantics rest on the description. It gives concrete examples for the required citations_or_text parameter (JSON array, JSON object, plain text) but never explains the age and limit parameters. This partial compensation is useful but incomplete.

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 opens with a specific verb and resource: it verifies claims or citations about bills, members, committees, and votes against National Assembly OpenAPI data. This clearly distinguishes it from sibling retrieval/search tools.

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 first line establishes the intended scenario—there is a legislative claim or citation to check—and the input-format section tells the agent how to package citations. It does not explicitly name alternatives or state when-not-to-use, but the verification purpose supplies clear context.

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

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/StatPan/AssemblyMCP'

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