Skip to main content
Glama

search_standards

Find which Korean accounting standards (K-IFRS, K-GAAP, etc.) mention a keyword and how many times. Expands common abbreviations automatically and retries with synonyms when no matches found.

Instructions

키워드가 어느 기준서(K-IFRS/K-GAAP/감사기준서/내부회계관리제도 등)에 몇 건 나오는지 전체 검색합니다. KTBi/ECL/CSM 같은 업계 약칭은 자동으로 표준 용어로 확장해 검색합니다. 결과의 stdNum으로 get_standard_index(목차)나 get_paragraph(본문)를 이어서 호출하세요. 0건이면 자동으로 유사어 재시도를 1회 수행합니다. 미의결 초안은 기본적으로 제외됩니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYes검색어 (예: 리스, 손상, 이연법인세, KTBi, ECL, CSM 같은 약칭도 가능)
include_draftsNo아직 의결되지 않은 초안/제정안도 결과에 포함할지(기본 false — 확정 기준서만)
Behavior5/5

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

With no annotations provided, the description fully carries the behavioral disclosure burden. It discloses three non-obvious behaviors: automatic expansion of industry abbreviations, automatic synonym retry on zero results, and default exclusion of unapproved drafts. This goes well beyond the schema.

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 concise and well-structured: it opens with the main purpose, then covers key behaviors and follow-up usage. Every sentence provides useful information without padding.

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?

For a search tool with no output schema, the description provides sufficient context: it mentions the result contains stdNum, explains the zero-result retry behavior, and clarifies draft filtering. This is complete enough for an agent to invoke and chain the tool correctly.

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 baseline is 3. The description adds semantic value by explaining that abbreviations in the keyword are automatically expanded to standard terms, and it echoes the include_drafts behavior. This extra context justifies a 4.

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 searches across standard types (K-IFRS, K-GAAP, etc.) and returns counts of keyword occurrences. It specifies the exact behavior (whole search, counts) and even provides follow-up tool guidance, distinguishing it from sibling search tools.

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 implies usage context clearly: use this to find which standards contain a keyword, then chain with get_standard_index or get_paragraph. It does not explicitly mention when not to use it relative to alternatives like search_qna, but the context is unambiguous.

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