Skip to main content
Glama

krita_configure_diffusion

DestructiveIdempotent

Persist diffusion generation settings in Krita without starting a job. Update only specified fields, leaving all omitted options unchanged.

Instructions

Persist specified Generate settings without starting a job. Omitted fields stay unchanged. Requires the pinned add-on and active document; style changes require its local backend. Generation requests still supply their own root prompts/strength/seed and request one image. Reuse operation_id on retries; no guaranteed undo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
strengthNo
style_idNo
fixed_seedNo
batch_countNo
document_idYes
instance_idYes
region_onlyNo
use_inpaintNo
inpaint_modeNo
operation_idYes
negative_promptNo
positive_promptNo
use_prompt_focusNo
resolution_multiplierNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the annotations, it explains that omitted fields remain unchanged, no job is started, style changes have an environment requirement, and there is no guaranteed undo. 'Reuse operation_id on retries' also adds relevant idempotency guidance that supports the idempotentHint.

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?

The description is dense but well ordered: purpose, update semantics, prerequisites, behavioral constraints, and retry/rollback caveats. Each sentence adds distinct information without repeating schema or annotation content.

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

Completeness4/5

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

Given the tool's complexity and lack of an output schema, it covers the key operational context: prerequisites, side effects, retry behavior, and no-undo warning. It does not explain the return value or clarify whether explicit nulls behave like omitted fields, but the essential usage requirements are present.

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?

With 0% schema description coverage and 15 parameters, the description adds broad meaning by categorizing them as 'Generate settings' and explaining omission semantics. However, it does not define or clarify many individual fields (e.g., use_inpaint, resolution_multiplier, batch_count), leaving a gap for parameter-level understanding despite the warning about root prompts/strength/seed.

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 opens with a specific verb and resource: 'Persist specified Generate settings' and immediately distinguishes itself from generation tools with 'without starting a job.' This makes the tool's role clear even among the large sibling list.

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?

It gives clear conditions: requires pinned add-on and active document, style changes need local backend, and reuse operation_id on retries. It implies when to use it (persist settings rather than launch generation), though it does not explicitly name alternatives or state when not to use sibling tools.

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/fanzhuyifan/krita6-mcp'

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