Skip to main content
Glama
rezaahmadn

godot-mcp-bridge

by rezaahmadn

analyze_signal_flow

Map all connected signals in the current Godot scene, grouped by emitter node with target and method to understand signal flow.

Instructions

Map every connected signal in the currently edited scene, grouped by emitter node with target and method

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, description carries full burden. It discloses scope and output grouping, but doesn't explicitly state it's read-only/no side effects, which is left to inference from the name 'analyze'. Lacks explicit safety or error behavior.

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?

Single, well-structured sentence that front-loads the action and delivers all key information without waste.

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

Completeness4/5

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

For a zero-parameter, no-output-schema tool, the description is quite complete: it specifies scope ('currently edited scene'), coverage ('every connected signal'), and output structure ('grouped by emitter node with target and method'). Minor gap: no return type details, but acceptable.

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?

No parameters exist; schema coverage is 100% with zero params, so baseline 4. Description doesn't need to explain parameters.

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?

Clear, specific verb+resource: maps signal connections in the current scene, with explicit output grouping (by emitter node, target, method). Distinct from siblings like find_signal_connections by scope and stated structure.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies usage for analyzing scene signals, but doesn't explicitly state when to use vs alternatives like find_signal_connections or watch_signals. No exclusions or alternative guidance provided.

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