Skip to main content
Glama

Inspect retained UI sheet for recovery

get_ui_pack_batch_recovery
Read-onlyIdempotent

Read original PNG dimensions, expiring image URL, source hash, and exact delivered/missing slots for an illustrated batch needing review. Inspect artwork before choosing crops.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packIdYesOwned UI Pack ID.
batchIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive, and openWorld, so safety is covered. The description adds genuinely new behavioral context by flagging the image URL as 'expiring,' signaling that the returned resource is time-sensitive, plus the fact that slot delivery status is included.

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?

Two sentences, front-loaded with the returned data and followed by the usage trigger; every phrase carries weight with no filler. It could be marginally tighter but wastes little.

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?

With no output schema, the description does outline the return payload, and annotations cover the safety profile, so an agent can call it. However it omits the undocumented batchId meaning and any mention of the recovery workflow context the name implies.

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 coverage is only 50%: packId is documented ('Owned UI Pack ID.') but batchId has no description in the schema. The description does not explain batchId or the relationship between packId/batchId, so it fails to compensate for the coverage gap.

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?

Specific verb (Read) plus a concrete return set: original PNG dimensions, expiring image URL, source hash, and delivered/missing slot counts. This clearly distinguishes it as an inspection tool from the plain get_ui_pack_batch sibling, though it never names that sibling to sharpen the contrast.

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 clause 'Inspect artwork before choosing crops' supplies a sequencing trigger for using it, but there is no explicit when-not guidance and no alternative tools (e.g., get_ui_pack_batch, recover_ui_pack_components) are referenced for comparison.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources