Skip to main content
Glama

get_audit_case

Retrieve audit and review case details, including actual reasons and judgment basis extracted from attached PDF documents.

Instructions

심사·감리지적사례 상세를 조회합니다. include_pdf_text=true(기본)면 첨부 PDF에서 실제 지적 사유·판단근거 본문까지 추출합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ntt_idYessearch_audit_case 결과의 ntt_id
include_pdf_textNo첨부 PDF 본문(실제 지적사유·판단근거)까지 추출할지
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It discloses that include_pdf_text defaults to true and extracts the actual finding reason and judgment basis from attached PDFs. However, it does not mention potential performance implications, the return structure, or behavior when include_pdf_text is false.

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: the first states the primary purpose, the second clarifies the key optional parameter. It is front-loaded and contains no filler.

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 simple detail-lookup tool with two parameters and no output schema, the description covers the core functionality and the notable PDF extraction option. It falls short of explaining the response format or cautioning about potentially large PDF text outputs, but it is adequate for an agent to make an initial call.

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 has descriptive text for both parameters, including the default value and purpose of include_pdf_text. The description's second sentence merely restates the schema's information without adding new semantic detail, so it adds no value beyond the schema.

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 uses the specific verb '조회합니다' (retrieves) and identifies the resource as '심사·감리지적사례 상세' (audit/review finding case details), clearly distinguishing it from sibling search tools like search_audit_case. The mention of PDF text extraction further clarifies its scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for retrieving a specific audit case detail, but does not explicitly state when to use it over alternatives such as search_audit_case or get_qna. The schema's parameter description for ntt_id hints at the prerequisite search, but the tool description itself offers no usage guidance or exclusions.

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