Skip to main content
Glama
code-and-crypto

inkscape-mcp-server

object_query

Retrieve real bounding boxes and IDs for all objects in an Inkscape document. Use this to discover object IDs before applying edits or transformations.

Instructions

Real bounding boxes for every object, via Inkscape's --query-all. Use this to discover the object ids in a document before acting on them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
force_fullNoDo the full operation even when a shortcut exists.
input_pathNoSource file to read.
object_idsNoSVG element ids to act on. Explicit ids always win over select_all.
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It usefully discloses that this uses Inkscape's --query-all and returns real bounding boxes, implying a read-only query. However, it does not clarify output structure, whether object_ids changes the 'every object' scope, or how force_full behaves.

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?

Two short sentences deliver the core purpose, implementation detail, and suggested usage without redundancy. The most important information is front-loaded.

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 gives enough to understand the tool's role, and the schema covers parameters. However, with no output schema, the tool does not describe what the returned bounding-box data looks like or how output relates to object_ids, leaving a meaningful gap for an agent deciding whether this tool returns what it needs.

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 the schema already documents all three parameters. The description adds no parameter-specific detail beyond what the schema states, which meets the baseline but does not compensate for any ambiguity around scope.

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 names a specific verb and resource: querying real bounding boxes for every object via Inkscape's --query-all. It also states the practical purpose of discovering object ids before acting on them, which clearly distinguishes it from the object_* mutation siblings.

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 gives clear usage context: use this to discover object ids before acting on objects. It does not explicitly name alternatives or exclusion cases, but the 'before acting on them' guidance makes the intended workflow obvious.

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