Skip to main content
Glama

get_paragraph

Retrieve exact paragraph text from K-IFRS, K-GAAP, and auditing standards, with related Q&A numbers, by specifying standard and paragraph numbers.

Instructions

기준서(K-IFRS/K-GAAP/감사기준서 공통)의 특정 문단 원문(HTML/plain text)을 조회합니다. 관련 질의응답 번호도 함께 반환됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
std_numYes기준서 번호 (예: 1116=K-IFRS 리스, 13=K-GAAP 리스, 315=감사기준서)
para_numYes문단번호. K-IFRS/감사기준서는 숫자(예: 9, 315), K-GAAP은 '장.문단' 점 표기(예: '13.1'). get_standard_index 의 ref 필드를 그대로 쓰면 된다.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool returns the original text in HTML/plain text and related Q&A numbers, but it does not clarify output format selection, error behavior for invalid paragraph numbers, or any prerequisites. This is adequate but not rich; a score of 3 reflects minimal transparency for a simple read operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that directly states the tool's primary function and additional return value. It is concise, avoids redundancy, and contains no fluff.

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

Completeness4/5

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

Given the low complexity (two parameters, no output schema), the description is nearly complete: it states the input (through schema) and the output (original text and Q&A numbers). It lacks explicit formatting details or error behavior, but for a straightforward retrieval tool, this is sufficient. It earns a 4 because the description could mention what happens if a paragraph is not found or whether both HTML and plain text are returned simultaneously.

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

Parameters3/5

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

The input schema already provides detailed descriptions for both parameters with examples and cross-references to get_standard_index. With 100% schema coverage, the description adds no additional parameter meaning, so the baseline score of 3 is appropriate.

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 specifies the action ('retrieves the original text') and the exact resource ('specific paragraph from K-IFRS/K-GAAP/Audit Standards'), and it distinguishes itself from siblings like get_standard_index (which lists indexes) and get_qna (which returns Q&A details) by noting it also returns related Q&A numbers.

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?

The description clearly implies when to use this tool: when you need the original text of a specific standard paragraph. It provides context by mentioning the standards covered and the return of related Q&A numbers, but it does not explicitly state exclusions or alternatives (e.g., 'use get_qna for full Q&A details'), which is why it's a 4 rather than 5.

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/ksbseong-commits/my-kifrs-mcp'

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