Skip to main content
Glama
kyusik-yang

open-assembly-mcp

by kyusik-yang

get_vote_results

Retrieve aggregate plenary vote counts (yes/no/abstain) for Korean National Assembly bills. Use to find a bill and obtain its BILL_ID for per-member vote analysis.

Instructions

의안별 본회의 표결현황을 조회합니다 — 집계 결과(찬성/반대/기권 건수).

Get plenary vote results by bill (aggregate yes/no/abstain counts). This is STEP 1 of the per-member vote analysis workflow.

Typical vote analysis workflow:

  1. get_vote_results(assembly=assembly, bill_name=...) → find the bill, note its BILL_ID

  2. get_member_votes(bill_id=BILL_ID, assembly=assembly) → get per-member votes

  3. Filter votes by party, or compare party breakdowns

NOT this tool: • For individual member votes → use get_member_votes (requires BILL_ID from this tool)

Args: assembly: 대수 (예: "22") — 필수 bill_no: 의안번호로 필터 (선택, 예: "2216983") — BILL_NO(숫자), BILL_ID 아님 bill_name: 의안명 키워드로 필터 (선택, 예: "국민투표법") page: 페이지 번호 (기본값: 1) page_size: 페이지당 결과수 (기본값: 10)

Returns: votes: 표결 목록 — BILL_ID(★ get_member_votes에 필요), BILL_NO, BILL_NAME, PROC_DT(표결일), MEMBER_TCNT(재석), VOTE_TCNT(투표), YES_TCNT(찬성), NO_TCNT(반대), BLANK_TCNT(기권), PROC_RESULT_CD(처리결과), LINK_URL count: 이번 페이지 반환 건수 total_count: 전체 건수 has_more: True이면 page+1로 재호출

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
bill_noNo
assemblyYes
bill_nameNo
page_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so the description carries full burden. It discloses pagination behavior with 'has_more: True이면 page+1로 재호출' and lists all return fields. However, it does not explicitly state that the tool is read-only or mention any authentication requirements. Still, the behavior is well covered overall.

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 long but well-structured: a brief purpose statement, workflow steps, a 'NOT this tool' clarification, then parameter and return sections. It front-loads the purpose and workflow. While it contains useful detail, it could be slightly more concise without losing 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 tool has 5 parameters, no output schema provided, and no annotations, the description is remarkably complete. It explains the workflow, parameter semantics, return fields including pagination, and how it relates to sibling tools. No gaps remain for effective use.

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 coverage is 0%, but the description compensates with detailed parameter explanations: it clarifies that 'assembly' is required, 'bill_no' is BILL_NO (number) not BILL_ID, 'bill_name' is a keyword filter, and provides examples. The return section also helps understand parameter usage. Could be more precise on data types for optional parameters.

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 explicitly states the tool's function: 'Get plenary vote results by bill (aggregate yes/no/abstain counts).' It distinguishes itself from the sibling tool 'get_member_votes' by clarifying that this tool is for aggregate results and that individual member votes require a different tool.

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?

The description outlines a clear workflow: step 1 is this tool, step 2 is get_member_votes. It explicitly states when not to use this tool ('For individual member votes → use get_member_votes') and explains that get_member_votes requires BILL_ID from this tool, providing clear guidance on tool sequencing.

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