기준서 문단 원문
get_paragraphMyKIFRS MCP의 get_paragraph 도구는 기준서 문단 전문을 앞뒤 문맥과 함께 반환합니다.
[Purpose]
To quote a found 문단 exactly — the search snippet is never quotable evidence.
To check 조건절·예외 with neighbors — a lone 문단 invites misreading.
[Usage]
"1116호 33문단 원문" → unique_key="1116-33"
"앞뒤로 더 넓게 보여줘" → unique_key="1116-33", context=5
"이 문단만 딱" → unique_key="1115-B58", context=0
[Response]
{ standard:{std_num, title, category}, target, related_qnas:[doc_number], items:[…] }
items[]: { seq, item_type, unique_key, para_num, level, title, ref, content_text }
item_type: "paragraph" = 본문, "title" = 제목 행.
related_qnas: doc_number array (e.g. ["GKQA01-085"]) — feed each to get_qna.
Unknown key returns { error: "문단 없음: {unique_key}" }.
[Rules]
unique_key = "{기준서번호}-{문단번호}". 문단 numbers aren't digits-only (B58·AG12·SP1.2·6.1.1) — pass the value verbatim, never normalize it.
context expands within the same 기준서 part only — boundaries return fewer items; not an error.
Quote content_text, never a search snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | 앞뒤로 포함할 항목 수 (기본 2) | |
| unique_key | Yes | 문단 키 (예: '1116-33') |