Skip to main content
Glama

find_nodes_in_scenes

Search Godot scenes for nodes by type, property, group, or signal to quickly locate specific elements in your project.

Instructions

Search nodes across scenes by type/property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNoFilter by node group
node_typeNoFilter by node type (e.g. "CharacterBody2D", "Timer")
max_resultsNoMax results (default: 100)
signal_nameNoFilter scenes with this signal connection
property_keyNoFilter by property key (e.g. "position", "script")
property_valueNoFilter by property value (partial match, e.g. "player.gd")
Behavior2/5

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

With no annotations, the description carries the full burden. It implies a read-only search but does not disclose return format, pagination, or how multiple filters are combined. The behavior of partial matching for property_value is only present in the schema, not the description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence, front-loaded with the verb and resource. It wastes no words, though it is arguably terse given the tool's complexity.

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?

For a tool with six optional filters and no output schema, the description is incomplete. It does not explain result shape, default max_results behavior, filter combination logic, or how it compares to similar search tools.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The description adds no extra meaning beyond mentioning 'type/property' as filter dimensions; it does not explain parameter relationships or defaults beyond what the schema already states.

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 'Search' and the resource 'nodes across scenes', with filtering by type/property. It distinguishes itself from siblings like list_scenes and search_in_scripts, though it may overlap somewhat with search_scene_content.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or comparisons to similar search tools like search_scene_content or list_all_signals, leaving the agent to infer usage from the name alone.

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/yanhuifair/Godot-MCP'

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