Skip to main content
Glama
AndresMuelas2004

tldraw MCP Server

tldraw_create_text

Add text labels to a tldraw canvas, controlling position, content, font, size, color, alignment, and rotation.

Instructions

Create a text shape on the canvas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wNoWidth
xYesX position on canvas
yYesY position on canvas
fontNoFont styledraw
sizeNoText sizem
textYesText content
colorNoText colorblack
scaleNoText scale
pageIdYesTarget page ID (e.g. 'page:xxx')
opacityNoOpacity from 0 to 1 (default 1)
autoSizeNoAuto-size width to fit text
isLockedNoWhether the shape is locked (default false)
parentIdNoParent frame or group ID for nesting
rotationNoRotation in radians (default 0)
textAlignNoText alignmentstart
Behavior1/5

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

With no annotations, the description bears full responsibility for behavioral disclosure. The one-line description does not mention any behavioral traits such as auto-sizing, default properties, or side effects. The agent learns nothing about the tool's behavior beyond the bare action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise, but it is too terse for a tool with 15 parameters. It front-loads the purpose but sacrifices necessary detail.

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 the tool's complexity (15 parameters, no output schema, no annotations), the description is incomplete. It does not explain the expected outcome, return value, or how the shape behaves after creation, leaving significant gaps for the agent.

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 input schema has 100% description coverage, so the schema already documents each parameter. The tool description adds no additional meaning or usage context beyond the schema, meeting the baseline for full coverage.

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 a text shape on the canvas' clearly states the verb (create) and resource (text shape). It distinguishes the tool from siblings that create other shape types (e.g., geo, arrow) but provides no additional context about what a text shape 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?

No guidance is provided on when to use this tool versus alternatives like tldraw_create_geo or tldraw_create_note. There are no exclusions, prerequisites, or context to help an agent decide.

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/AndresMuelas2004/tldraw-mcp-server'

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