Skip to main content
Glama
StatPan

AssemblyMCP

by StatPan

legislative_impact_map

Generate a relationship graph showing bills, committees, members, reports, and vote signals around a topic or bill. Specify target_type to focus the analysis.

Instructions

주제 또는 의안을 중심으로 법안, 위원회, 의원, 보고서, 표결 신호의 관계 그래프를 생성합니다.

target_type은 auto/topic/bill을 지원합니다. 결과는 nodes, edges, mermaid, top_followups로 구성됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageNo22
limitNo
targetYes
target_typeNoauto

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

C2.9/5.0
Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure itself. It does reveal the output shape (nodes, edges, mermaid, top_followups) and the supported target_type values, which helps. However, it does not clarify read-only behavior, how target_type=auto resolves, or any limits/edge cases, so behavioral disclosure is partial.

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?

Two sentences with no filler; the core purpose is front-loaded and the result structure is given compactly. It is appropriately short, though the brevity comes at the cost of parameter semantics.

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

Completeness2/5

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

With no annotations and a 0%-described input schema, the agent lacks enough to invoke correctly: target format is unspecified, target_type values are not explained, and limit/age semantics are absent. The output keys in the description help, but the required input contract is incomplete.

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

Parameters2/5

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

Schema coverage is 0%, and the description only adds that target_type supports auto/topic/bill, without defining what each value means or what format target should take. It adds nothing for the required target, limit, or age parameters. This is insufficient compensation for a schema that provides zero parameter documentation.

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?

States a specific verb ('generates') and resource ('relationship graph of bills, committees, legislators, reports, voting signals') centered on a topic or bill. The graph output makes it structurally distinct from sibling search/detail tools, but it never names a sibling or an alternative, so differentiation is implicit rather than explicit.

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?

No guidance on when to choose this tool over siblings like analyze_legislative_issue, search_bills, or analyze_voting_trends. It only lists target_type values, leaving the agent to infer the right context from the tool name.

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