Skip to main content
Glama

read_raycast

List RayCast and ShapeCast nodes in Godot projects, with filters for node type and scene path.

Instructions

List RayCast/ShapeCast nodes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ray_typeNoFilter: RayCast2D, RayCast3D, ShapeCast2D, ShapeCast3D
scene_pathNoFilter to scene
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It indicates a read-only 'List' operation but does not mention return format, scope (current scene vs project-wide), or behavior for empty results, leaving the agent under-informed.

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?

The description is a single, efficient sentence that clearly communicates the tool's purpose. It is front-loaded and contains no redundant or filler content, earning its place.

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

Completeness3/5

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

For a simple list tool with full parameter schema coverage, the description is minimally viable. However, because there is no output schema or annotations, it lacks explicit context about return values and the default scope (e.g., current scene if scene_path is omitted), leaving some gaps in completeness.

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?

The schema provides descriptions for both parameters (ray_type and scene_path) with 100% coverage. The main description adds no additional meaning beyond what the schema already conveys, so it meets the baseline without enhancement.

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 tool lists RayCast and ShapeCast nodes, covering all four variants (2D/3D). This specific verb+resource scope distinguishes it from sibling read_* tools like read_scene or read_collision_polygon.

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?

The description provides no guidance on when to use this tool versus alternatives such as find_nodes_in_scenes or read_scene. It only states the basic purpose without any exclusions, prerequisites, or alternative recommendations.

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