Skip to main content
Glama

get_exam_answer

[KEY REQUIRED · 3/day free, then 1 credit each] 변호사시험 문항 하나를 금답안 전문과 함께 가져옵니다. 선택형: round+subject+no → 공식 지문·선택지 5개·법무부 정답·해설·선택지별 노트·인용 조문/판례. 사례형·기록형: round+subject+format → 서면 종류·목차·답안 본문. 모든 인용은 게시 전 law.go.kr 검증을 통과했습니다. 호출당 1문항 — 이 코퍼스는 대량 추출 대상이 아닙니다. / Fetch ONE bar-exam question with its full gold answer. MCQ (선택형): pass round + subject + no. Essay (사례형) and record-type (기록형): pass round + subject + format. Every citation passed law.go.kr verification before publishing. One item per call — this corpus is proprietary and not available for bulk export.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noNoQuestion number (선택형 only).
roundYesExam round 1-15 (제N회).
formatNoDefault 선택형 when `no` is given.
subjectYes공법 · 민사법 · 형사법 (선택과목명도 가능).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so: API key required, rate limit (3/day free, then 1 credit each), one item per call, no bulk export, and a provenance guarantee that every citation passed law.go.kr verification. These are exactly the operational constraints an agent cannot infer from schema or annotations.

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?

Front-loads the two things an agent must know first (key + cost), then usage, then guarantees. The bilingual Korean/English pairing doubles the length with translated repetition, which is somewhat redundant but each section still earns its place.

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?

No output schema exists, and the description compensates by enumerating the returned fields per question type, including citation provenance. For a four-parameter retrieval tool with cost implications, nothing material is left unexplained.

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 100%, so the baseline is 3, but the description adds genuine meaning by mapping parameter combinations to output shapes (no → MCQ payload; format → essay/record payload) beyond the schema's field-level docs. Enum values are also reinforced contextually.

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?

States a specific verb and resource ('Fetch ONE bar-exam question with its full gold answer') and enumerates exactly what comes back for each format (prompt, 5 choices, ministry answer, commentary, notes, cited statutes/precedents). The scope statement 'one item per call — not available for bulk export' cleanly separates it from bulk/search siblings like bar_exam_search.

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?

Gives explicit invocation recipes per format: '선택형: round+subject+no' and '사례형·기록형: round+subject+format', so the agent knows which parameters to combine for each question type. It lacks an explicit 'use bar_exam_search to discover question numbers first' pointer, so it is clear on context but silent on the sibling alternative.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources