Skip to main content
Glama

get_color_ramp

Read all color stops from a ColorRamp node in a Blender material. Use this to inspect current stop indices, positions, and colors before editing.

Instructions

Read every stop on a ColorRamp node.

Use this before editing to learn the current indices and positions, since add and move operations reorder stops.

Args: material_name: Name of the material. node_name: Name of the ColorRamp node.

Returns: Dict with elements (index, position, color), interpolation, color_mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_nameYes
material_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are present, so the description carries the full burden. It clearly indicates a read-only operation and describes the return structure. However, it does not explicitly state idempotency or safety of multiple calls, though it is implied.

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 concise with three distinct sections: purpose, usage guidance, and Args/Returns. It is front-loaded with the core verb and resource, and every sentence contributes value.

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?

For a simple read tool with an output schema, the description covers purpose, usage context, parameters, and return structure. It lacks mention of error handling (e.g., when material or node doesn't exist), but overall is fairly complete.

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?

Input schema has 0% description coverage, so the description's Args section adds essential meaning: 'material_name: Name of the material' and 'node_name: Name of the ColorRamp node'. This compensates for the missing schema descriptions, though it could include constraints like 'must exist'.

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 'Read every stop on a ColorRamp node', which is a specific verb+resource. It distinguishes from sibling tools like add_color_ramp_element and remove_color_ramp_element, which mutate stops.

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 explicitly recommends using this tool before editing to capture current indices and positions, explaining why (add/move operations reorder stops). It provides clear context but does not name alternative tools explicitly.

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/HoldMyBeer-gg/blend-ai'

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