Skip to main content
Glama
rezaahmadn

godot-mcp-bridge

by rezaahmadn

setup_navigation_region

Adds a NavigationRegion2D or NavigationRegion3D under a specified parent node, configuring a navigation polygon/mesh with agent settings like max slope.

Instructions

Add a NavigationRegion2D or NavigationRegion3D under a parent node with a configured navigation polygon or mesh (agent_max_slope in degrees)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoauto
nameNo
cell_sizeNo
node_pathYes
cell_heightNo
agent_heightNo
agent_radiusNo
agent_max_climbNo
agent_max_slopeNo
navigation_layersNo
source_geometry_modeNo
Behavior2/5

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

No annotations exist, so the description carries the full burden. It discloses that it adds a node and configures a nav mesh, but omits side effects: whether it overwrites existing nodes, requires an existing parent, mutates the scene graph, or how it handles errors. The unit clarification for agent_max_slope is minor and insufficient for 11 parameters.

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?

One sentence, front-loaded with the action, no redundant words. Efficient and clear within its limited scope.

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?

The tool has 11 parameters, no output schema, and no annotations, yet the description provides only a high-level overview. It fails to address many parameters, edge cases, or expected outcomes, making it incomplete for a setup operation of this complexity.

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

Parameters2/5

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

Schema coverage is 0%, and the description only clarifies the unit for agent_max_slope ('in degrees'). It does not explain key parameters like mode, source_geometry_mode, cell_size, or navigation_layers, leaving the agent to rely solely on the schema for meaning.

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 clearly states the action ('Add') and the specific resource ('NavigationRegion2D or NavigationRegion3D') and intended placement ('under a parent node'). It also specifies the key configuration ('configured navigation polygon or mesh'), distinguishing it from sibling tools like bake_navigation_mesh or setup_navigation_agent.

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 explicit guidance on when to use this tool versus alternatives, prerequisites, or exclusions. The phrase 'under a parent node' hints at context but provides no decision framework or comparison to other navigation tools.

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/rezaahmadn/godot-mcp-bridge'

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