Skip to main content
Glama

get_document

Extract the body text of an original Korean disclosure document using its receipt number, with truncation for lengthy documents.

Instructions

공시서류 원문 조회 (document.xml). rcept_no 는 접수번호 (search_disclosures 결과의 rcept_no). 원본 문서의 본문 텍스트를 추출해 반환하며, max_chars 초과 시 truncated=true. 1차 원본 인용용.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rcept_noYes
max_charsNo
Behavior3/5

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

With no annotations, the description carries full burden. It discloses text extraction behavior and truncation when max_chars exceeded (with truncated=true flag). It also mentions the purpose (1차 원본 인용용). However, it does not cover error handling, missing documents, or authorization requirements, leaving some behavioral gaps.

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 two concise sentences with front-loaded main action. Every part is meaningful: the tool's purpose, parameter hint, return behavior, and use case. There is no redundant information.

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 (2 parameters, no output schema), the description covers the essential aspects: what it does, how to get the required parameter, and truncation behavior. It does not detail error cases or response structure, but for a simple retrieval tool, this is reasonably complete.

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?

The input schema has 0% description coverage, so the description adds significant meaning. For rcept_no, it explains it is the receipt number from search_disclosures results. For max_chars, it implicitly explains its role via the truncation behavior. This adds value beyond the raw schema fields.

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 the tool retrieves the original text of a disclosure document using a receipt number. It specifies the resource (공시서류 원문) and the action (조회). It also distinguishes itself from siblings by linking rcept_no to search_disclosures, clarifying it is a follow-up tool for document text retrieval.

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 explicitly states that rcept_no comes from search_disclosures results, providing clear context for when to use this tool (after search_disclosures). However, it does not mention when not to use it or provide alternative scenarios, but the context is clear enough for appropriate selection.

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/nss133/dart-mcp'

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