Skip to main content
Glama

create_curve

Create a Godot curve .tres resource with custom control points and bake resolution for use in animations and procedural content.

Instructions

Create Curve .tres.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesOutput path (e.g. "curves/ease_in.tres")
pointsNoArray of [x, y] control points
bake_resolutionNoBake resolution
Behavior2/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It merely states 'Create Curve .tres.' without revealing whether it overwrites existing files, what file format specifics are involved, or any side effects. The agent is left in the dark about critical behavior.

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 is under-specification rather than effective conciseness. A sparse sentence like 'Create Curve .tres.' fails to provide enough informative content, similar to the 'Process' example that scored low.

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?

For a tool with 3 parameters, no annotations, and no output schema, the description is minimal. It doesn't explain the relationship between points and the resulting curve, the bake resolution purpose, or any creation behavior. The description is inadequate for an agent to understand the tool's full impact.

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 descriptions cover 100% of parameters, so the schema already provides basic meaning for 'path', 'points', and 'bake_resolution'. The tool description adds no additional semantic value beyond the schema. The parameter descriptions themselves are terse but present, warranting the baseline score.

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 'Create Curve .tres.' names a specific verb ('Create') and resource ('Curve .tres'), which is clear enough to differentiate it from generic create_resource and other creatable types. However, it doesn't explicitly distinguish itself from write_path_curve or read_curve siblings, and could be more descriptive about what a Curve resource entails.

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 gives no guidance on when to use this tool versus alternatives like create_resource or write_resource. There is no context, prerequisites, or exclusions mentioned.

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