Skip to main content
Glama

search_audit_case

Search financial supervisory audit case examples for accounting violations. Use keyword variants to find cases when you only know approximate details.

Instructions

금융감독원 심사·감리지적사례(회계처리 위반 지적 사례집)를 검색합니다. 결과의 nttId로 get_audit_case를 호출하면 첨부 PDF의 실제 지적 사유·판단근거까지 확인할 수 있습니다. 회사명·정확한 쟁점을 모르고 사건 내용만 대략 아는 경우 keyword_variants로 여러 각도의 검색어를 함께 넣으면 재현율이 올라갑니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo검색기간 종료일 YYYY-MM-DD
pageNo
startNo검색기간 시작일 YYYY-MM-DD
keywordNo검색어 (예: 특수관계자, 우발부채, 수익인식). 미지정 시 최신순 전체
keyword_variantsNokeyword 하나로 못 찾을 때 병렬로 함께 검색할 추가 검색어(최대 5개) — 사건을 paraphrase로만 알 때 회사명 추정/관련기준서/쟁점 키워드 등으로 쪼개서 넣으면 재현율이 올라간다. 예: keyword='통화선도 중도해지 상계' + keyword_variants=['하나은행 통화선도', 'K-IFRS 1109 파생상품', '부당 회계처리']. 지정 시 각 검색어는 1페이지만 조회하고 결과를 합친다(page 파라미터 무시).
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals that search results contain nttId and that get_audit_case is needed for actual reasons and judgment bases, implying results are summaries. It also explains that keyword_variants increases recall, adding beyond the schema. The page-ignoring behavior for keyword_variants is not mentioned here but is in the input schema, so the description does not contradict nor fail to disclose any critical behavior.

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 sentences, both purposeful. The first sentence front-loads the main purpose, and the second sentence efficiently covers the follow-up call and keyword_variants guidance. There is no fluff or repetition of schema details.

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?

For a search tool with no output schema and 5 parameters, the description covers the essential flow: search, then use the returned nttId with get_audit_case for full details. It also addresses a specific edge case (approximate knowledge) and how to handle it. It does not describe the result list structure or pagination, but the schema provides parameter details, so the description is sufficiently complete for a non-destructive search operation.

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 coverage is 80%, so the baseline is 3. The description adds genuine meaning to keyword_variants: when to use it, why (recall), and provides a concrete example with multiple search terms. This elaborates on the schema's description, which already detailed the parameter, but the main description makes the use case clearer, elevating it to 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's function with a specific verb and resource: '금융감독원 심사·감리지적사례(회계처리 위반 지적 사례집)를 검색합니다' (searches FSS review/supervision noted cases). It also differentiates from siblings by immediately linking to get_audit_case, showing the follow-up workflow and peculiar use.

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 provides explicit context for when to use keyword_variants: '회사명·정확한 쟁점을 모르고 사건 내용만 대략 아는 경우' (when you don't know the company name or exact issue and only roughly know the case). It also advises to call get_audit_case with the nttId for full PDF details, giving a clear next step. However, it does not explicitly mention when not to use this tool or contrast it with alternative search tools like search_sanction.

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