Skip to main content
Glama

svg_resize

Resize SVG canvas dimensions to specified width and height, with optional content scaling for proportional adjustments.

Instructions

캔버스 크기를 변경합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthYes새 너비 (px)
heightYes새 높이 (px)
scaleContentNo내용도 함께 스케일링할지 여부
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states the action ('changes canvas size') which implies a mutation, but doesn't disclose whether this is destructive to existing content, requires specific permissions, has side effects, or what happens to objects outside the new bounds. For a mutation tool with zero annotation coverage, this is inadequate.

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, efficient sentence in Korean that directly states the tool's function. There's no wasted words or unnecessary elaboration. It's appropriately sized for a simple operation and gets straight to the point.

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 mutation tool with no annotations and no output schema, the description is insufficient. It doesn't explain what 'changing canvas size' means operationally, whether content is cropped or scaled, what the return value is, or error conditions. Given the complexity of resizing operations and lack of structured documentation, more context is needed.

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 all parameters are documented in the schema itself. The description doesn't add any parameter information beyond what's already in the schema (width, height, scaleContent). According to guidelines, when schema coverage is high (>80%), the baseline is 3 even with no param info in description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the action ('캔버스 크기를 변경합니다' - changes canvas size) which is a clear verb+resource combination. However, it doesn't specify what type of canvas (SVG) or differentiate from sibling tools like 'object_scale' or 'svg_set_background' that might also affect dimensions. The purpose is understandable but lacks specificity.

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 about when to use this tool versus alternatives. There's no mention of prerequisites, when this operation is appropriate, or how it differs from similar tools like 'object_scale' or 'svg_set_background' in the sibling list. The description only states what it does, not when to use it.

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/kim62210/svg-canvas-mcp'

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