Skip to main content
Glama

get_legal_detail

Read-onlyIdempotent

Get the complete official text and metadata for Korean defense acquisition legal documents by providing the documentId and sourceType obtained from a previous search.

Instructions

search_legal에서 받은 documentId로 공식 문서 상세를 조회합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentIdYes검색 결과의 documentId
sourceTypeYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare read-only, idempotent, open-world, and non-destructive behavior. The description adds that this is a detail retrieval for official documents but does not explain error handling, missing-document behavior, or whether sourceType must match the search result. With annotations covering the safety profile, this is adequate but not rich.

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?

A single compact sentence with the key precondition front-loaded and no filler. It is appropriately minimal while still conveying the core behavior and input origin.

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

Completeness3/5

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

The tool is simple and annotations cover safety, but the required sourceType parameter is effectively unexplained in both schema and description, and no output shape is described. An agent could likely attempt the call, but the description leaves enough inferential gaps that correct invocation is not fully guaranteed.

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 description adds useful meaning to documentId by tying it to search_legal's result, though this largely echoes the schema's '검색 결과의 documentId'. sourceType has only enum values and no described semantics or relation to documentId, and with 50% schema coverage the description does not fully compensate for that gap.

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 verb ('조회합니다' – retrieves), the resource ('공식 문서 상세' – official document detail), and the input source ('search_legal에서 받은 documentId'). This makes it distinguishable from sibling content/list tools by anchoring it to search_legal's output.

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?

It provides a clear precondition: the documentId must come from search_legal, which tells the agent the appropriate calling sequence. However, it does not explicitly mention alternative tools or when not to use this tool, so it stops short of full guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ai-studying-man/DAPA-MCP'

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