Skip to main content
Glama
U-C4N
by U-C4N

Create MText

entity_create_mtext

Create multi-line text with word wrap at a specified width and insertion point, supporting paragraph breaks and formatting codes.

Instructions

Create a multi-line text entity (MTEXT) with word-wrap at the specified width.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesInsertion point X
yYesInsertion point Y
textYesText content (supports \P for paragraph breaks, {\H...;} for formatting)
colorNoACI color code
layerNoLayer name
widthNoText box width in drawing units
heightNoCharacter height in drawing units
rotationNoRotation in degrees, CCW from +X

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations already indicate this is a write operation (readOnlyHint=false). The description adds the word-wrap feature but little else. No annotations are contradicted, but the description offers minimal behavioral context beyond creation.

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 a single concise sentence that immediately conveys the tool's function. It is well front-loaded and contains no unnecessary words.

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 creation tool with rich schema coverage and an output schema, the description is fairly complete. It could mention that only one entity is created per call, but overall adequate.

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 description coverage is 100%, so the schema fully documents each parameter. The description adds no extra meaning beyond what is in the schema, justifying the baseline score of 3.

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 the tool creates a multi-line text entity (MTEXT) with word-wrap at specified width. It uses a specific verb-resource pair ('Create MText') and distinguishes from sibling tools like entity_create_text (single-line) and entity_create_table.

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 description implies usage for multi-line text with word-wrap, distinguishing from single-line text tools, but does not explicitly state when to use this vs alternatives or provide any exclusions.

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/U-C4N/Autocad-MCP'

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