Skip to main content
Glama
code-and-crypto

inkscape-mcp-server

path_effect

Apply live path effects like spiro, bspline, lattice, or knot to SVG elements, or list available effects, all without opening Inkscape's GUI.

Instructions

The 8 live path effects with no other headless route: sketch, rough_hatches, spiro, bspline, dynastroke, lattice, knot, vonkoch. Parameters and defaults taken from Inkscape's lpe-*.cpp. operation: list | apply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
effectNoWhich live path effect to apply.
new_idNoid to give the object this tool creates.
paramsNoExtra parameters, passed through to the underlying effect.
object_idNoA single SVG element id.
operationNoWhich operation to run. See the tool summary for valid values.
input_pathNoSource file to read.
output_pathNoFile to write. Overwritten if it exists.
Behavior2/5

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

No annotations are present, so the description carries the full burden, but it does not disclose side effects, file overwriting behavior, object creation, or the result/return behavior of applying a path effect. The only behavioral signal is the terse 'operation: list | apply,' which is too thin for a mutation-capable tool with no structured safety hints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the key distinguishing information: the eight supported effects. The grammar is telegraphic and the final 'operation: list | apply' line could be more integrated, but every sentence earns its place without filler.

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 7 parameters, nested objects, no output schema, and no annotations, this description is not complete enough to invoke correctly. It omits how input_path, output_path, and object_id relate, what list returns, whether apply mutates in place or creates a new object, and how params should be structured for each effect.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3, but the description adds real value by enumerating the allowed effect values and operation values (list | apply) that the open-ended schema fields do not provide. It also indicates that params and defaults come from Inkscape's lpe-*.cpp source, helping an agent understand where parameter semantics originate.

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

Purpose4/5

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

The description names a specific resource—live path effects—and enumerates the exact supported set (sketch, rough_hatches, spiro, etc.), while exposing the two operations list and apply. It partially differentiates from siblings by claiming these effects have no other headless route, though it does not state in full-sentence form what the tool does to an SVG object or file.

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 phrase 'no other headless route' provides clear context that this tool exists specifically for these eight effects, which helps an agent choose it over object_transform or path_boolean. However, it gives no guidance on when to use list versus apply, nor how operation choices interact with object_id, input_path, and output_path.

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/code-and-crypto/inkscape-mcp-server'

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