cocos_list_tools
Retrieve current tools from the Cocos Creator MCP server to verify available capabilities and address stale catalog issues by filtering tools by name or category.
Instructions
List the tools actually registered on this MCP server.
Addresses stale-catalog scenarios where a subagent's MCP
session can't reliably see tools registered after the session
started — asking the server directly is the ground truth.
Returns {count, tools: [{name, category, summary}, ...]}
where summary is the first non-empty line of the docstring.
Filters (all optional):
name_contains— case-insensitive substring on the tool name. Pass"joint"to list every Joint2D helper,"scaffold"for the 9 gameplay scaffolds.category— coarse bucket inferred from the name prefix:uuid/project/asset/scene/physics2d/physics3d/rendering/ui/media/build/interact/scaffold/composite/meta/other. Inference is heuristic — a tool shows up in exactly one bucket.
Empty filters return every tool. Use this whenever you need to double-check whether a capability is already baked in before implementing it manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_contains | No | ||
| category | No |