Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_annotation_text

Place a 3D text label at any position in Blender to annotate models or create callouts. Specify text, location, size, and color to generate a font object directly in the scene.

Instructions

Add a 3D text annotation at a specific location. Creates a font/text object that can be used as a label or callout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoText size. Default: 1.0
textYesThe text content to display
colorNoText color as [R, G, B, A] with values 0-1. Default: [1, 1, 1, 1] (white)
locationYesPosition as [x, y, z] where the text should be placed

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It clearly states the core behavior—creating a font/text object—but leaves gaps such as object naming, orientation/units, and whether it appears in the active collection.

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?

Two sentences with no filler, front-loaded with the action and resource. Every clause adds value.

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

Completeness3/5

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

For a simple parameterized creation tool, the essentials are present and the schema covers the inputs. It falls short on return value/object name and on disambiguation from the several sibling annotation tools, so a bit more context would help.

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?

The schema already documents all four parameters, including defaults for size and color, so the description adds no extra parameter meaning. Baseline 3 applies because schema coverage is 100%.

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?

States a specific verb and resource ('Add a 3D text annotation at a specific location') and clarifies that it creates a font/text object. It is clearly about text annotations rather than generic annotations, but it does not explicitly differentiate from nearby siblings like blender_annotation_add or blender_grease_pencil_create.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'label or callout' phrase gives an implied use case for when this tool is appropriate. However, it provides no explicit guidance on when to choose this over blender_annotation_add, blender_annotation_dimension, or grease pencil tools.

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/SekaiNoOwari77/mcp-3d-modeling-agent'

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