Skip to main content
Glama
SuLG-ik

svg2vector-mcp

by SuLG-ik

convert_svg_to_vector

Convert SVG files to Android Vector Drawable XML format. Accepts local file paths or remote URLs for use in Android development.

Instructions

Convert SVG file to Android Vector Drawable XML format. Accepts local file paths or remote URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
svgPathYesPath to SVG file (local path or URL starting with http:// or https://)
outputPathYesOutput path for the generated Vector Drawable XML file
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only covers input types and output format, omitting details like error handling, file overwriting behavior, validation of SVG features, or success/error messages. This lack of depth for a conversion tool with no annotation safety net is insufficient.

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 extremely concise at two sentences, front-loading the purpose and then clarifying input types. Every word adds value, with no redundancy or extraneous information.

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?

Despite lacking an output schema, the description clearly identifies the output format ('Android Vector Drawable XML'). For a simple conversion tool with two required parameters, this covers essential usage context. Minor omission: could mention overwrite behavior or supported SVG version, but not critical.

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 coverage is 100%, both parameters have clear descriptions. The description reiterates that svgPath can be a local path or URL, but adds no new semantics beyond what the schema already provides. Baseline 3 is appropriate as the description is adequate but not additive.

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 verb 'convert' and the specific resource: SVG files to Android Vector Drawable XML format. It explicitly mentions input types (local file paths or remote URLs), which distinguishes it from hypothetical tools that might handle other vector formats.

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 specifies that the tool accepts both local file paths and remote URLs, providing clear input guidance. However, it does not explicitly state when to prefer this tool over potential alternatives (like generic SVG converters), though no siblings exist to require such differentiation.

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/SuLG-ik/svg2vector-mcp'

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