Skip to main content
Glama
lulu0119

svg-whiteboard-mcp

by lulu0119

create_canvas

Creates a new SVG whiteboard canvas with a given name and optional dimensions and background color. Returns a canvas ID for subsequent path additions and preview generation.

Instructions

Create a new SVG whiteboard canvas. Returns canvas id for add_path and present_preview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDisplay name
widthNo
heightNo
backgroundColorNo#ffffff
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses creation of an SVG whiteboard canvas and return of an id, but lacks details on permissions, id format, or side effects. Adequate but minimal.

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?

Single sentence with a key note about return value; no wasted words. Front-loaded with the primary action and resource.

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?

For a tool with 4 parameters and no output schema, the description is too sparse. It fails to detail parameter defaults (e.g., 800x600, white background) or the nature of the returned canvas id, leaving the agent underinformed.

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?

With schema description coverage only 25% (only name has description), the description does not add meaning to the parameters (width, height, backgroundColor). It omits explanation of defaults or constraints, failing to compensate for the coverage gap.

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?

Clearly states 'Create a new SVG whiteboard canvas' and specifies the return value as canvas id for use in add_path and present_preview, distinguishing from sibling tools like delete_canvas and list_canvases.

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?

Implies usage context by mentioning that the returned id is used by add_path and present_preview, providing a clear workflow hint. However, no explicit when-not-to-use or alternatives are stated.

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/lulu0119/svg-whiteboard-mcp'

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