Skip to main content
Glama

gimp_path

Create, select, stroke, fill, or delete vector paths in GIMP images using line and bezier strokes, then apply them to layers with color and width.

Instructions

Vector paths. action='create' (image_id, strokes=[{type:'line'|'bezier', points:[[x,y],...], closed:bool}]; bezier points after the first are control1, control2, anchor triples), 'select' (path to selection), 'stroke' (draw it on layer_id with color and width), 'fill' (fill it on layer_id), 'delete'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opNoreplace
nameNo
colorNo
widthNo
actionNocreate
path_idNo
strokesNo
image_idNo
layer_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full disclosure burden. It does state the effect of each action: creating from strokes, converting a path to selection, drawing/filling on a layer, and deleting. But it does not mention side effects such as whether 'select' replaces an existing selection, whether stroke/fill permanently modifies pixels, whether deletion is irreversible, or whether path_id is returned after creation.

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 dense and efficient, with no filler. Each action's signature is packed into a compact clause, and the stroke structure is illustrated inline. The semicolon-heavy format is slightly less scannable than bullets, but it is appropriate for a multi-action tool with several parameter combinations.

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?

Given the tool has 9 parameters and 5 actions with zero schema descriptions, the description covers the core calling pattern for create, stroke, and fill well. It is incomplete for select/delete because it never explicitly says which parameter identifies the path, and 'op'/'name' remain unexplained. With an output schema present, return values need not be documented, but the missing path_id clarity means an agent may have to guess.

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?

Since schema_description_coverage is 0%, the description must supply parameter meaning, and it does for the main parameters: action, image_id, strokes with detailed bezier format, layer_id, color, and width. However, it does not explain the 'op' or 'name' parameters, and it never explicitly names path_id when describing 'select' or 'delete', which leaves important invocation details under-specified.

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 identifies the resource as 'Vector paths' and enumerates five distinct operations (create, select, stroke, fill, delete) with compact signatures. An agent can tell this is the path manipulation tool, though it lacks a single top-level verb like 'Manage' and does not explicitly differentiate from siblings such as gimp_select or gimp_pdb_call.

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 action list implies when the tool is relevant: creating vector paths, converting them to selections, stroking/filling on layers, or deleting. However, there is no explicit guidance about when to prefer this tool over alternatives, and prerequisites like needing an existing image or layer are only indirectly implied through parameters such as image_id and layer_id.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/SarutobiSasuke8/gimp-agent-mcp'

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