Skip to main content
Glama

export_project

Export a Godot project to a file by specifying an export preset and output path.

Instructions

Exports project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputYes
presetYes
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 simply states 'Exports project' without explaining side effects (e.g., file writes, overwrites), whether it requires a scene to be open, or what happens to existing outputs. This is minimal behavioral information, just enough to know it performs an export action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short, but this reflects under-specification rather than concise efficiency. It only restates the tool's action and offers no structured information about inputs, outputs, or usage context. Every word is redundant with the tool name.

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

Completeness1/5

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

Given the tool has two required but undocumented parameters, no output schema, and no annotations, the description is wholly inadequate for an agent to invoke it correctly. There is no mention of preset formats, output paths, or any constraints. The description leaves the agent guessing at every step.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description adds nothing about the two required parameters ('preset' and 'output'). An agent has no idea what values to pass or what these parameters control. The description completely fails to compensate for the schema's lack of documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Exports project' essentially restates the tool name (export_project) with no additional qualifiers. It fails to specify what kind of export, what output format, or how it differs from siblings like list_export_presets or get_project_settings. This is a tautology rather than a clear purpose statement.

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites (e.g., an open project), no mention of when not to use it, and no reference to related tools like list_export_presets that might be needed upstream. The sole description gives the agent no contextual cues for selection.

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

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