Skip to main content
Glama

help

Read-onlyIdempotent

Get full tool documentation by specifying a tool_name, with usage, parameters, and actions. Corrects misspellings to suggest the closest tool.

Instructions

获取任意工具的完整文档。可用工具名:analysis, android, animation, animation_track, animtree, asset, audio, audit, blender, confirm_and_execute, cpp, csv_to_resources, dap, debug, docs, editor, engine, game, godot_advanced_tool, godot_get_context, godot_list_dynamic_routes, godot_list_instances, godot_select_instance, help, load_skill, manage_tools, material, nav, particles, physics, profiler, project, qa, runtime, runtime_assert, scene, screenshot, script, self_update, signal, testing, tilemap, translation, ui, uid, validation, workflow。传 tool_name 获取该工具的详细用法、参数、action 列表。拼写纠错自动提示最接近的工具名。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tool_nameYes要查询的工具名

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv0.33.1
    • changedInput schema / properties / tool_name / enum
      Previous value: -[
      -  "analysis",
      -  "android",
      -  "animation",
      -  "animation_track",
      -  "animtree",
      -  "asset",
      -  "audio",
      -  "audit",
      -  "blender",
      -  "confirm_and_execute",
      -  "cpp",
      -  "csv_to_resources",
      -  "debug",
      -  "docs",
      -  "editor",
      -  "engine",
      -  "game",
      -  "godot_advanced_tool",
      -  "godot_get_context",
      -  "godot_list_dynamic_routes",
      -  "godot_list_instances",
      -  "godot_select_instance",
      -  "help",
      -  "load_skill",
      -  "manage_tools",
      -  "material",
      -  "nav",
      -  "particles",
      -  "physics",
      -  "profiler",
      -  "project",
      -  "qa",
      -  "runtime",
      -  "runtime_assert",
      -  "scene",
      -  "screenshot",
      -  "script",
      -  "self_update",
      -  "signal",
      -  "testing",
      -  "tilemap",
      -  "translation",
      -  "ui",
      -  "uid",
      -  "validation",
      -  "workflow"
      -]New value: +[
      +  "analysis",
      +  "android",
      +  "animation",
      +  "animation_track",
      +  "animtree",
      +  "asset",
      +  "audio",
      +  "audit",
      +  "blender",
      +  "confirm_and_execute",
      +  "cpp",
      +  "csv_to_resources",
      +  "dap",
      +  "debug",
      +  "docs",
      +  "editor",
      +  "engine",
      +  "game",
      +  "godot_advanced_tool",
      +  "godot_get_context",
      +  "godot_list_dynamic_routes",
      +  "godot_list_instances",
      +  "godot_select_instance",
      +  "help",
      +  "load_skill",
      +  "manage_tools",
      +  "material",
      +  "nav",
      +  "particles",
      +  "physics",
      +  "profiler",
      +  "project",
      +  "qa",
      +  "runtime",
      +  "runtime_assert",
      +  "scene",
      +  "screenshot",
      +  "script",
      +  "self_update",
      +  "signal",
      +  "testing",
      +  "tilemap",
      +  "translation",
      +  "ui",
      +  "uid",
      +  "validation",
      +  "workflow"
      +]
  2. Changed1 schema field changedv0.32.11
    • changedInput schema / properties / tool_name / enum
      Previous value: -[
      -  "android",
      -  "animation",
      -  "animation_track",
      -  "animtree",
      -  "asset",
      -  "audio",
      -  "blender",
      -  "cpp",
      -  "csv_to_resources",
      -  "docs",
      -  "editor",
      -  "game",
      -  "godot_advanced_tool",
      -  "godot_get_context",
      -  "godot_list_dynamic_routes",
      -  "godot_list_instances",
      -  "godot_select_instance",
      -  "help",
      -  "load_skill",
      -  "manage_tools",
      -  "material",
      -  "nav",
      -  "particles",
      -  "physics",
      -  "profiler",
      -  "project",
      -  "runtime",
      -  "runtime_assert",
      -  "scene",
      -  "screenshot",
      -  "script",
      -  "self_update",
      -  "signal",
      -  "testing",
      -  "tilemap",
      -  "ui",
      -  "validation",
      -  "workflow"
      -]New value: +[
      +  "analysis",
      +  "android",
      +  "animation",
      +  "animation_track",
      +  "animtree",
      +  "asset",
      +  "audio",
      +  "audit",
      +  "blender",
      +  "confirm_and_execute",
      +  "cpp",
      +  "csv_to_resources",
      +  "debug",
      +  "docs",
      +  "editor",
      +  "engine",
      +  "game",
      +  "godot_advanced_tool",
      +  "godot_get_context",
      +  "godot_list_dynamic_routes",
      +  "godot_list_instances",
      +  "godot_select_instance",
      +  "help",
      +  "load_skill",
      +  "manage_tools",
      +  "material",
      +  "nav",
      +  "particles",
      +  "physics",
      +  "profiler",
      +  "project",
      +  "qa",
      +  "runtime",
      +  "runtime_assert",
      +  "scene",
      +  "screenshot",
      +  "script",
      +  "self_update",
      +  "signal",
      +  "testing",
      +  "tilemap",
      +  "translation",
      +  "ui",
      +  "uid",
      +  "validation",
      +  "workflow"
      +]
  3. First observedv0.25.7

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description does not contradict them. The description adds useful behavioral context beyond annotations: it promises to return full documentation including parameters and action lists, and it notes that spelling errors automatically yield the closest tool name. This is genuinely informative without being excessive.

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 compact and front-loaded: it opens with the core purpose, then lists scope, invocation, and an extra feature. The long list of tool names is necessary to define valid inputs and mirrors the schema enum without being redundant prose. Every sentence contributes useful information.

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

Completeness5/5

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

Given a single required parameter with full enum coverage, clear annotations, and no output schema needed (the tool returns documentation), the description is complete. An agent can correctly invoke 'help' for any listed tool and know exactly what to expect. There is no missing critical context.

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?

Schema description coverage is 100%: the parameter 'tool_name' has a clear description ('要查询的工具名') and a full enum of valid values. The description reiterates the parameter's purpose but does not add significant new semantics beyond what the schema already provides, so a baseline of 3 is appropriate.

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 states a specific verb ('获取') and resource ('任意工具的完整文档'), making it immediately clear this is a meta-tool for retrieving documentation. It also enumerates all supported tool names to define scope and differentiates itself from sibling tools like 'docs' by being the entry point for any tool's usage details.

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 explicitly explains how to use the tool ('传 tool_name 获取该工具的详细用法、参数、action 列表') and lists the exact set of valid tool names. It does not explicitly discuss when not to use it or contrast with alternatives like 'docs', but the context is clear enough that an agent would know this is the primary documentation lookup.

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