Skip to main content
Glama

search_dapa_legal_catalog

Read-onlyIdempotent

Search DAPA's official catalog of defense acquisition laws and administrative rules. Locate relevant statutes for compliance and legal research.

Instructions

방위사업청 공식 홈페이지의 법령·행정규칙 카탈로그를 검색합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo
limitNo
queryYes
categoryNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, and the search description is fully consistent with those. The description adds only the source/scope (official DAPA catalog of laws and admin rules) but does not disclose any additional behavioral details such as result pagination or data freshness.

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 entire description is one short sentence with no filler, and the key verb and resource appear immediately. It is efficiently front-loaded and has no redundant content.

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

Completeness2/5

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

For a four-parameter tool with no output schema and several closely related sibling tools, this description is too thin. It fails to clarify parameter semantics, return shape, or how to choose among the sibling search tools, leaving important call decisions underspecified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description provides no parameter semantics. Parameters like query, kind, limit, and especially category are left unexplained, so the description does not compensate for the schema's lack of field documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('searches') and a concrete resource: the DAPA official website catalog of laws and administrative rules. It is clear and tied to the tool name, but it does not explicitly differentiate itself from sibling search tools such as search_legal or search_legal_content.

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

Usage Guidelines2/5

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

No usage guidance is given. The description never states when to choose this catalog search over sibling tools, nor does it name any conditions or exclusions, so the agent is left to infer selection criteria from names alone.

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