Skip to main content
Glama
zzmkxd

excalidraw-mcp-obsidian

by zzmkxd

bind_arrows

Bind arrows to existing shapes using rendered dimensions for precise edge-to-edge connections. Connect shapes by specifying start and end element IDs for accurate arrow placement.

Instructions

Bind arrows to shapes using actual rendered dimensions for precise edge-to-edge connections. Call this AFTER batch_create_elements (shapes only) — the shapes must be created first so the server can read their actual rendered sizes before computing arrow edge points. Each arrow needs startElementId/endElementId referencing existing shape IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
arrowsYes
Behavior4/5

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

Despite lacking annotations, the description discloses a key behavioral trait: it uses actual rendered dimensions, which is why shapes must be created first. It also notes that arrow endpoints are computed from these dimensions. While it doesn't cover all side effects (e.g., idempotency, error handling), it adds significant non-obvious behavioral context beyond the schema.

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 three sentences with no fluff. It front-loads the purpose, then gives the critical usage order, and ends with a requirement. Every sentence contributes to understanding the tool.

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 tool with a complex nested parameter and no output schema, the description provides essential context (create shapes first, reference existing IDs). It does not explain behaviors like parallel arrow gaps, but those are covered in the schema's item descriptions. Overall, it is complete enough for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage for the top-level 'arrows' parameter, so the description must compensate. It only mentions that each arrow needs startElementId/endElementId, without explaining the array structure or the richer properties like gap, snap, or labelOffset. The nested property descriptions in the schema are helpful, but the description itself adds minimal parameter-level meaning.

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 'Bind arrows to shapes using actual rendered dimensions for precise edge-to-edge connections,' which specifies the exact action and resource. It also differentiates from sibling tools like create_element by emphasizing the use of actual rendered dimensions and the reliance on pre-existing shapes.

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 instructs to call this tool AFTER batch_create_elements (shapes only), providing clear timing and prerequisite context. It does not explicitly mention when not to use it or name alternatives, but the order dependency is a strong usage guideline.

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/zzmkxd/excalidraw-mcp-obsidian'

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