Skip to main content
Glama

Add schematic text label

easyeda_schematic_add_text

Add cosmetic text like section headers or notes to an EasyEDA schematic sheet. Specify position, content, and optional styling with font, color, and alignment.

Instructions

Place free-standing text on the schematic sheet (section headers, notes, block labels) — cosmetic/organizational, not a net label. color must be a hex string and fontName a real font (e.g. "Arial") — untyped placeholders create nothing despite returning ok.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
boldNo
colorNo
italicNo
contentYes
fontNameNo
fontSizeNo
rotationNo
alignModeNo
underlineNo
confirmWriteYesMust be the literal boolean true (not the string "true") to allow this write.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Beyond annotations (readOnlyHint=false), the description warns about silent failure when color/fontName are invalid, adding critical behavioral context.

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, no filler: first states purpose with examples, second adds essential behavioral warning. Front-loaded and efficient.

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?

Given the output schema exists, return values are covered. The tool has 12 parameters but description only addresses two; however, the core functionality (placing text) is adequately described, and sibling tools are distinct.

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?

With only 8% schema coverage, the description adds meaning to color and fontName parameters (hex string requirement, real font example, and failure warning), but 10 other parameters remain undocumented.

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 places free-standing text on the schematic sheet and explicitly distinguishes it from net labels, providing specific use cases (section headers, notes, block labels).

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?

It clarifies when to use (cosmetic/organizational) and when not to use (not a net label), but does not explicitly compare to other schematic text tools or provide alternatives.

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/oaslananka/easyeda-mcp-pro'

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