Skip to main content
Glama

Lumethic Photo Verification

request_psd_export

Request a layered flicker-comparison PSD for a completed RAW+JPEG verification you own: the original photo, the pixel-registered RAW rendition, and the SSIM difference heatmap as layers, for A/B toggling in Photoshop. Professional plan only (monthly allowance included, metered beyond it). Generation is asynchronous — poll get_psd_export_status until status is 'completed', then download the file from the verification page in the web app. Idempotent: re-requesting returns the existing export's state, and a failed export is retried at no extra charge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verification_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it delivers: it reveals that generation is asynchronous, that the request is idempotent, that failed exports are retried at no charge, and that the final artifact is downloaded from the web app rather than returned by this tool. These are exactly the behavioral traits an agent needs to know before invoking and after invoking.

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?

Every sentence earns its place: the first defines the exact deliverable, the second covers plan/billing eligibility, and the third covers lifecycle, idempotence, and retry policy. The most critical information is front-loaded, and there is no filler or repetition of schema fields.

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

Completeness5/5

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

For a single-parameter tool with an output schema already present, the description covers every contextual angle that matters: eligibility, billing, async behavior, polling target, download location, idempotence, and failure handling. The caller has everything needed to correctly select and invoke the tool without guessing.

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

Parameters4/5

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

Schema coverage is 0%, so the description must compensate for the single parameter, verification_id. While it does not spell out 'verification_id is the ID of your verification', the phrase 'for a completed RAW+JPEG verification you own' functionally explains what the identifier refers to and implies the required ownership and completion constraints. A slightly more explicit mapping to the parameter name would push this to a 5.

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 states a specific verb ('Request'), a concrete resource ('a layered flicker-comparison PSD for a completed RAW+JPEG verification'), and exactly what the export contains (original photo, RAW rendition, SSIM heatmap). It also differentiates from sibling tools by naming get_psd_export_status as the polling endpoint. No ambiguity remains about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit eligibility conditions: the verification must be completed, must be RAW+JPEG, and must be owned by the caller. It also states the Professional-plan restriction and the metered billing model. It tells the agent to poll get_psd_export_status until 'completed' and then download from the verification page, which clearly routes the caller through the async lifecycle. This is as explicit as a caller could reasonably need.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct action and resource: uploads, account usage, listings, verifications, sharing, and the two verification methods are clearly differentiated by input type (single image vs RAW+JPEG). The get_verification and get_verification_share pair is unambiguous due to specific descriptions.

Naming Consistency5/5

All tool names use lowercase snake_case with a verb_noun pattern (create, get, list, share, unshare, verify), making the set predictable and consistent. Even longer names like verify_content_credentials follow the same verb-first convention.

Tool Count5/5

With 11 tools, the server covers uploads, verification, results retrieval, sharing, account usage, and marketplace listing retrieval without redundancy. This is a well-scoped count for the feature set.

Completeness4/5

The verification lifecycle is well covered: create (two methods), upload, get, list, share/unshare, and usage check. The only notable gap is that marketplace listing management is read-only (no create/update/delete), but that's tangential to the core verification purpose.

Resources