Skip to main content
Glama

krita_status

Read-onlyIdempotent

Check Krita bridge availability, exact versions, capabilities, and queue health to confirm readiness without modifying any document.

Instructions

Discover reachable Krita bridges, exact versions, capabilities and queue health. No document changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instance_idNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description reinforces this with 'No document changes.' It adds value by disclosing that the tool discovers reachable bridges and reports versions, capabilities, and queue health, giving the agent a concrete expectation of the result without overpromising. No contradiction with annotations.

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?

A single 13-word sentence packed with all essential information: the action, the target, the returned data categories, and the non-mutating guarantee. Every word earns its place, and the key distinguishing elements are front-loaded.

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?

For a simple one-parameter status tool, the description adequately covers what the tool returns (versions, capabilities, queue health) and that it is safe/read-only. The only notable gap is the lack of guidance on instance_id semantics, but given the optional parameter and simple scope, the description is still reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description never mentions the single instance_id parameter or whether omitting it covers all bridges versus a specific one. The parameter title alone ('Instance Id') gives minimal meaning. With no schema descriptions and no elaboration in the tool description, the agent must guess the parameter's role.

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 starts with a specific verb ('Discover') and names the resource ('Krita bridges') plus the exact information returned: 'exact versions, capabilities and queue health'. It also explicitly scopes the tool as non-mutating with 'No document changes'. This clearly differentiates it from sibling tools like krita_list_documents or krita_diffusion_status.

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 description implies this tool is for checking bridge availability and health, especially before document operations, but it does not explicitly state when to use it versus alternatives or when to omit instance_id. There is no 'use this when' guidance or a named alternative. The context is clear enough for basic use, but explicit routing is absent.

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