Skip to main content
Glama

Search project

search

Locate symbols, node types, signals, and TODOs across Godot scripts, scenes, and resources. Returns file:line for each match.

Instructions

Grep across scripts, scenes and resources. Finds symbol definitions, node types used in scenes, signal names, TODOs. Returns file:line with the matching line.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoRestrict which file kinds are searched.all
limitNo
queryYesLiteral text to find (not a regex).
offsetNo
projectNoGodot project folder (the one with project.godot). Optional if the server was started with --project.
case_sensitiveNo
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It mentions the return format (file:line) but does not explicitly state read-only nature, pagination behavior, or any auth/permission requirements. The non-destructive nature is implied but not stated.

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 three concise sentences, front-loaded with the core action. Every sentence adds relevant information, and there is no repetition of schema details.

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 search tool, the description adequately covers the purpose, search scope, and output format. It does not explain pagination or case sensitivity defaults, but these are represented in the schema, and the missing output schema is partially offset by 'Returns file:line'.

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 description coverage is 50% (kind, query, project documented), but limit, offset, and case_sensitive are undocumented. The description does not compensate for these missing parameters, adding little beyond naming the file kinds that map to the kind parameter.

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 it greps across scripts, scenes, and resources, and lists what it finds (symbol definitions, node types, signal names, TODOs). This distinguishes it from siblings like list_files and scene_tree.

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?

Usage is implied by the verb 'Grep' and the description of what it searches, but there is no explicit guidance on when to use it versus alternatives like list_files. No exclusions or alternative tool mentions are 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/jmsansan/godot-assistant'

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