Skip to main content
Glama
sosadly
by sosadly

create_texture

Create a new texture by filling with a solid color or uploading a PNG. Returns the texture's unique ID.

Instructions

Create a new texture. Either fill it with a solid color, or supply a full PNG via data_url. Returns the texture uuid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fillNoSolid fill color, e.g. '#a0703c' (CSS color).
nameNo
widthNoDefaults to project texture width.
heightNoDefaults to project texture height.
data_urlNoOptional 'data:image/png;base64,...' to use as the texture image directly.
particleNoMark as particle texture (some formats).
Behavior2/5

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

No annotations are provided, so the description is the sole source of behavioral info. It states the return value (uuid) but does not disclose side effects, conflict behavior (e.g., both fill and data_url provided), idempotency, or authorization needs.

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 with no filler. It front-loads the verb and resource, making it easy to scan.

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?

Given 6 parameters and no output schema or annotations, the description is too brief. It misses details on parameter interactions, defaults, and edge cases. Agent may not know how to handle conflicting inputs or what the return value contains beyond the uuid.

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

Parameters4/5

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

Schema coverage is high (83%), but the description adds value by clarifying the two creation paths (fill vs data_url) and that they are alternatives. It does not explain the default behavior for width/height or the particle parameter, but still enhances understanding beyond the schema.

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 clearly states the tool creates a texture and specifies two methods (fill color or data_url). It uses a specific verb and resource, but does not explicitly differentiate from sibling tools like import_texture or create_vfx_texture.

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 vs alternatives such as import_texture or apply_texture. It mentions two creation methods but does not explain when to choose one over the other.

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/sosadly/blockbench-mcp'

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