Skip to main content
Glama
code-and-crypto

inkscape-mcp-server

export_batch

Batch export Inkscape layers to individual files or render a document at multiple DPIs, with per-item success reporting to isolate failures.

Instructions

Batch export. operation='layers-to-files' writes every Inkscape layer to its own file; operation='multi-dpi' writes one document at several DPIs. Reports per-item success so one bad layer does not hide the rest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dpiNoExport resolution in dots per inch.
dpisNoSeveral DPI values, for a multi-resolution export.
formatNoOutput format: png, svg, pdf, ps, eps.
operationNoWhich operation to run. See the tool summary for valid values.
input_pathNoSource file to read.
output_dirNoDirectory to write multiple files into.
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It explains what each operation does and adds a useful behavior: per-item success reporting so one bad layer does not hide the rest. It does not cover overwrite behavior or return details, but the core write behaviors are disclosed.

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?

Three sentences, front-loaded with 'Batch export,' and every sentence adds distinct value: scope, operation details, and error-reporting behavior. No fluff or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains operations and success reporting, and parameter schemas are complete, but it never clarifies which parameters are required for each operation, how dpi and dpis relate, or what the return/report format looks like. Given no output schema and no annotations, this is a clear gap.

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; the description adds meaningful semantics for the operation parameter by listing the valid values and their effects, which the schema itself defers to the tool summary.

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 names the tool's function ('Batch export') and specifies the two operation modes with concrete behavior, which also helps distinguish it from the single-file siblings like export_file and export_preview.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The context of batch export is clear and operation descriptions imply usage, but the description never explicitly tells the agent when to choose this tool over export_file or export_preview, nor does it state exclusions or prerequisites.

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