object_style
Set any XML attribute or CSS property on selected SVG objects to apply custom styles, filters, effects, or extensions directly.
Instructions
Set ANY XML attribute or CSS property on a selection (object-set-attribute / object-set-property). No other Inkscape MCP server exposes this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which variant to run. See the tool summary for valid values. | |
| name | No | Name of the attribute, property, filter, effect or extension. | |
| value | No | Value to set. | |
| input_path | No | Source file to read. | |
| object_ids | No | SVG element ids to act on. Explicit ids always win over select_all. | |
| select_all | No | Act on every object. Ignored when object_ids is given. | |
| output_path | No | File to write. Overwritten if it exists. |