Skip to main content
Glama

Renderball

Check an import

deck_status
Read-only

Whether a submitted deck is still importing, ready (with the editor link), or failed (with the reason).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deck_idYes
guest_tokenNoOnly for a deck created WITHOUT an account: the guest_token create_deck returned.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

The readOnlyHint annotation already covers the safe, non-mutating behavior. The description adds useful context about what the agent can expect in the outcome (editor link for ready, reason for failure), but it does not discuss polling frequency, response format, or any edge cases.

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, compact sentence that immediately conveys the tool's purpose and key outcomes. No filler or redundancy.

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 low complexity and no output schema, the description adequately covers the return behavior by naming the three states and what each provides. It could be slightly stronger on usage timing, but the core calling context is clear.

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 50%: guest_token is documented but deck_id is not. The description adds little beyond the schema, though 'a submitted deck' loosely connects to deck_idapiens. It does not clarify how guest_token should be used beyond the schema note.

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?

The description clearly identifies the resource (a submitted deck import) and the operation (checking its status), listing the possible outcomes: importing, ready, or failed. It is distinct enough from siblings like list_decks or see_deck, though it does not explicitly name them.

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 the tool should be called after submitting a deck to poll its import progress, but it does not explicitly state when to use it versus alternatives or indicate that it is the only status-checking tool. No exclusions are provided.

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.