Skip to main content
Glama

list_lights

List all light nodes in a Godot scene, filter by light type (OmniLight3D, SpotLight3D, DirectionalLight3D, PointLight2D) or by specific scene path to inspect lighting setup.

Instructions

List light nodes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
light_typeNoFilter by light type: OmniLight3D, SpotLight3D, DirectionalLight3D, PointLight2D
scene_pathNoFilter to a specific scene
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavior, but it only states the action. It does not mention whether it operates on the current scene, requires the editor, returns a list of paths, or has any side effects. While 'list' implies read-only, that is not explicit.

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 short sentence with no filler, front-loaded with the verb. However, it is so terse that it sacrifices informative content, so it earns a 4 rather than a 5.

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 is simple but lacks essential context: it does not specify the operation's scope, whether it searches across all scenes, or what the response contains. Without an output schema or annotations, the description is insufficient for an agent to confidently invoke it, especially with many sibling list 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?

Both parameters have descriptions in the schema (100% coverage), so the schema already explains the filters. The description adds no extra semantic meaning or examples for the parameters.

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 uses the specific verb 'List' and names the resource 'light nodes,' clearly stating the operation. However, it does not specify the scope (e.g., current scene vs. all scenes) or explicitly differentiate from sibling list tools, so it falls short of a perfect score.

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 over related tools like read_light_2d, list_cameras, or other list tools. There is no mention of scenarios, prerequisites, or alternatives.

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