Skip to main content
Glama

Roastify Artwork Status

roastify_artwork_status

Check a Roastify artwork job. Free — polling never costs anything.

A finished job carries artwork_url; a failed one carries error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
npubNoRequired. Your Nostr public key (npub1...) for credit billing.
job_idYesThe job id returned by roastify_generate_artwork.
dpop_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It adds useful safety context ('polling never costs anything') and explains the two terminal states of a job ('artwork_url' vs. 'error'). It does not detail rate limits or integration requirements, but the core behavior is transparent.

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 extremely compact and front-loaded: the core action is stated first, followed only by two high-value clarifications (free polling and outcome fields). Every sentence earns its place.

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 status-check tool with an output schema, the description provides enough operational context: it is a safe pollable read, and the key success/failure fields are named. It does not explicitly describe the full workflow or explain dpop_token, but those gaps are minor given the schema and output schema.

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?

Schema description coverage is 67%, and job_id and npub already have meaningful schema descriptions. The tool description itself adds no parameter-level meaning, and dpop_token remains undocumented. The npub 'Required' wording conflicts slightly with the schema's required list, which the description does not clarify.

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 and resource ('Check a Roastify artwork job') and clarifies it is a status/polling operation. The mention of finished vs. failed outcomes further distinguishes it from generation or other roasting tools.

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?

The description clearly implies this is for checking the status of an artwork generation job and explicitly says polling is free, so it can be safely repeated. It does not explicitly name sibling alternatives or state 'use after roastify_generate_artwork', but the schema's job_id description fills that gap.

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.