Godot API Docs Manager
godot_docsSearch and dump the Godot API including classes, methods, properties, and command-line help for your project.
Instructions
Dump/search the API of the currently configured Godot binary, including classes, methods, properties, and command-line help. dump_api writes an API cache under .godot_mcp/api.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results. | |
| query | No | Class/member search query. | |
| action | Yes | Action to execute. | |
| withDocs | No | Use --dump-extension-api-with-docs. | |
| className | No | Class name for class_info. | |
| timeoutMs | No | Timeout in milliseconds. | |
| memberQuery | No | Optional method/property/signal search query. | |
| projectPath | No | Godot project root. Used to cache the API dump under .godot_mcp/api. | |
| includeMembers | No | Include member names in search results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| logs | No | ||
| meta | No | ||
| error | Yes | ||
| result | Yes | ||
| details | No | ||
| summary | Yes | ||
| warnings | No | ||
| timestamp | No | ||
| correlationId | Yes |