Skip to main content
Glama

lookup_official_doc

Search the official comprehensive guide index for Miliastra Wonderland development documentation. Submit a query to find relevant reference entries.

Instructions

【次要】官方综合指南目录检索

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.0

TDQS

D1.3/5.0
Behavior1/5

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

With no annotations, the description must fully disclose behavior. It only states 'secondary' (priority hint) and 'catalog search'—no information about what happens to the query, output format, side effects, or error cases. This is severely insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short line, which is concise in length but not in content. It is under-specified rather than effectively concise; the brevity provides no value because it omits essential information.

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

Completeness1/5

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

Given the lack of output schema, annotations, and parameter documentation, this description is completely inadequate for an agent to call the tool correctly. Nothing about the tool's behavior, expected inputs, or outputs is communicated.

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?

The single parameter 'query' has no schema description (0% coverage), and the description does not explain what the query should contain, its expected format, or any constraints. The agent has no way to construct a valid query.

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

Purpose2/5

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

The description 'official comprehensive guide catalog search' is nearly a restatement of the tool name 'lookup_official_doc'. It implies a search/retrieval action but gives no specifics about what the catalog contains, how results are returned, or how it differs from sibling tools like search_knowledge or lookup_node.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives. The description does not mention any conditions, prerequisites, or exclusions, leaving the agent without a basis for tool selection.

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