Skip to main content
Glama
kyusik-yang

open-assembly-mcp

by kyusik-yang

discover_apis

Search verified Korean National Assembly API endpoints by keyword. Find endpoint codes to query bills, petitions, and more.

Instructions

열린국회정보 Open API 엔드포인트를 검색합니다.

Search the registry of verified Korean National Assembly API endpoints. Use this to find the endpoint code you need before calling query_assembly.

Typical workflow:

  1. discover_apis(keyword="청원") → find petition endpoint codes

  2. query_assembly(endpoint_code="", params={"AGE": "22"}) → call it

When to use: • To explore what API endpoints are available beyond the 12 dedicated tools. • To find the endpoint code for a specific data type (schedule, petitions, etc.). • Without a keyword to see all verified endpoints organized by category.

Note: This registry covers the verified subset of the 276+ endpoints available at open.assembly.go.kr. If your endpoint is not here, visit the API portal directly: https://open.assembly.go.kr/portal/data/service/selectAPIServicePage.do

Args: keyword: 검색어 (선택, 예: "청원", "일정", "petition", "vote"). Matches against Korean name, English name, category, tool name, and notes. If omitted, returns all verified endpoints grouped by category.

Returns: endpoints: List of matching endpoints with code, names, key_params, and notes by_category: Same endpoints grouped by category (bills, members, votes, ...) count: Number of matching endpoints note: Link to the full API catalog

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations provided, so description carries full burden. It discloses that the registry covers a verified subset of 276+ endpoints, explains matching criteria (Korean/English name, category, etc.), and notes the return format (endpoints grouped by category).

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 well-structured with Korean and English sections, workflow steps, when-to-use, args, and returns. It is slightly longer than necessary but every sentence adds value.

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

Completeness5/5

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

Given the low complexity (1 optional param) and presence of an output schema, the description fully covers purpose, usage, parameter semantics, and limitations (verified subset, link to full catalog). No gaps.

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

Parameters5/5

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

Schema has 0% description coverage, so description must compensate. It explains that keyword matches against multiple fields and that omitting it returns all endpoints grouped by category, adding meaning beyond the simple string/null type.

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 it searches the registry of verified Korean National Assembly API endpoints to find endpoint codes before calling query_assembly. It differentiates from sibling tools by specifying its role in the workflow (discover before query).

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

Usage Guidelines5/5

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

Explicitly describes when to use: to explore available endpoints, find a specific endpoint code, or see all endpoints by category. Also includes a fallback instruction if the endpoint is not found in the registry.

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/kyusik-yang/open-assembly-mcp'

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