Skip to main content
Glama
beckettlab

Beckett — MCP for Godot

find_classes

Read-only

Search Godot engine classes and custom project types by name substring. Optionally restrict results to subclasses of a specific base class. Use this to discover classes and pair with describe_class for details.

Instructions

Search classes by name substring — engine classes AND your project's own types (GDScript class_name + C# [GlobalClass]). Optional 'base' restricts to subclasses (e.g. base=Node2D). The discovery entry point — pair with describe_class.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxNomax results (default 50)
baseNoonly subclasses of this class
queryNocase-insensitive name substring
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds value by stating that the search includes engine classes and project types, which is behavioral context beyond the schema. No contradictions.

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 two sentences, front-loading the core purpose and scope, then adding a key parameter detail and a pairing suggestion. Every sentence serves a purpose with no wasted words.

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?

Given the absence of an output schema, the description could say more about the return format, but it effectively communicates the tool's role as a discovery entry point. The annotations cover safety, and the schema covers parameters. Overall, it is fairly complete for a search tool.

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 description coverage is 100%, so the description does not need to add much. It does provide an example for the 'base' parameter ('e.g. base=Node2D') and clarifies that the query is case-insensitive, but these are minor additions beyond the schema. Baseline of 3 is appropriate.

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 searches classes by name substring, specifying it covers engine classes and project's own types. It distinguishes itself by calling itself 'the discovery entry point' and suggests pairing with describe_class, making its purpose unambiguous.

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

Usage Guidelines4/5

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

The description explains when to use the tool (for searching classes) and recommends pairing with describe_class, but does not explicitly exclude specific cases or mention alternatives. This provides clear context without detailed exclusions.

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/beckettlab/beckett-godot-mcp'

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