Skip to main content
Glama
Noa3

Godot Universal MCP

by Noa3

Godot Script TODO Index

godot_script_todo_index

Find TODO, FIXME, and HACK comments in Godot scripts to identify pending tasks and potential code issues.

Instructions

Find TODO, FIXME and HACK comments in scripts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It implies this is a read-only search operation but doesn't state whether it only scans .gd files, whether results are returned in a specific format, or whether it searches across all scripts in the project or only a subset. As a read operation the risk is low, but behavior is minimally disclosed.

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?

A single, clear sentence that states exactly what the tool does. Zero wasted words, perfectly front-loaded. The description earns its place entirely.

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?

This is a simple zero-parameter tool, so the description arguably needs less. However, it gives no indication of the return format (list of files? line numbers?), which comments patterns are matched (exact case sensitivity?), or scope (all scripts vs currently open). No output schema exists to fill these gaps.

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

Parameters4/5

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

The tool has 0 parameters, so schema coverage is 100% by definition (nothing to document). With no parameters, the description doesn't need to add parameter semantics; the baseline of 4 is appropriate since there are no params to explain.

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 clearly states the verb (find) and resource (TODO, FIXME, HACK comments in scripts). It distinguishes from siblings like godot_project_grep and godot_script_list by specifying the specific comment types, though it doesn't explicitly differentiate itself from those alternatives.

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 guidance on when to use this tool versus sibling alternatives. There is no clear comparison to godot_project_grep (which could also search for these terms), no exclusions, and no description of what makes this the preferred choice for finding TODO comments specifically.

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

Install Server

Other Tools

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/Noa3/GodotMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server