Skip to main content
Glama

search_assets

Read-onlyIdempotent

Find addons and project templates in the Godot Asset Library. Returns matching assets with their asset_id for installation.

Instructions

Search the Godot Asset Library for addons and project templates. Returns matching assets with the asset_id you pass to install_asset. Read-only network call to the public Asset Library REST API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoZero-based result page for pagination. Default: 0.
sortNoSort order. Default: updated.
typeNoAsset kind: 'addon' (plugin for an existing project) or 'project' (standalone template). Default: any.
queryNoFree-text search filter (matches the asset title).
supportNoFilter by support/trust level.
categoryNoAsset Library category id to filter by.
libraryUrlNoOverride the Asset Library API base URL (default https://godotengine.org/asset-library/api, or the GODOT_ASSET_LIBRARY_URL env var).
maxResultsNoMaximum results to return (1-100). Default: 20.
godotVersionNoOnly return assets compatible with this Godot version, e.g. '4.7'.
Behavior5/5

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

Beyond the annotations (readOnly, openWorld, idempotent, non-destructive), the description discloses that this is a network call to a public REST API, implying latency and external dependency. It also explains the return behavior (matching assets with asset_id for install_asset), adding useful context.

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-loaded with the primary purpose and followed by a relevant integration note. Every sentence adds value with no redundancy or filler.

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 lack of an output schema, the description partially compensates by hinting at the return value (asset_id for install_asset) and the network call nature. However, it doesn't describe the full return format or pagination behavior, which are important for a search tool with 9 parameters.

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%, with all 9 parameters already described in detail. The description's mention of the returned asset_id does not add parameter-level semantics beyond what the schema provides, so the baseline of 3 applies.

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 uses a specific verb ('Search') and resource ('Godot Asset Library'), clearly stating it returns addons and project templates. It also distinguishes its purpose by linking the returned asset_id to install_asset, providing context beyond the tool name.

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 clearly establishes the context for use: searching the public Asset Library and returning IDs for installation via install_asset. It doesn't explicitly exclude any alternative tools, but the reference to install_asset and the read-only network call provide clear guidance.

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/Vollkorn-Games/godot-mcp'

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