Run a comprehensive probe of the Inkscape runtime to return an updated capability matrix, including version, actions, and tool registry, after environment changes.
Return the cached runtime capability matrix of the Inkscape MCP server, including tool count, tool names with purpose, and a curated goal-to-tool map. Provides fast read-only access without reprobing.
Check which live transports are available on the host before connecting. A read-only probe that tests extension-socket and DBus support across operating systems.
Apply validated fill, stroke, opacity, or transform (move, scale, rotate) to the current selection. Requires explicit approval token for safe, reversible edits.
Run one perceive-decide-act-observe cycle for live SVG editing. Perceive the current scene, optionally apply styles or insert content, and return the updated frame and diff.
Duplicate an object or group in place, inserting a self-consistent clone with unique IDs right after the original. Use for copying a single object; for grids or instances use other tools.