Skip to main content
Glama

Get paid render status

fvs_get_paid_render_status
Read-onlyIdempotent

Check a no-account paid render created with fvs_create_paid_render_quote.

Provide the full `status_url` or pass both `quote_id` and `claim_token`.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quote_idNo
status_urlNo
claim_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed1 schema field changed
    • removedInput schema / properties / base_url
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "null"
      -    }
      -  ],
      -  "default": null,
      -  "title": "Base Url"
      -}
  2. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds the 'no-account' characteristic and linkage to creation, but no additional behavioral details such as polling behavior or response format (output schema covers that). No contradiction.

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?

Two sentences, minimal waste, front-loaded with the core purpose and usage pattern.

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 output schema exists and annotations describe safety/idempotency, the description is sufficient for selection and invocation. It would benefit from an explicit mention of how this differs from the general fvs_get_render_status, but the 'no-account' qualifier provides enough context.

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 has 0% description coverage, but the description compensates by explaining that status_url alone or quote_id+claim_token pair can be used. This gives functional meaning to the parameters beyond their names and nullability.

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?

Clearly states the tool checks the status of a no-account paid render, referencing the creation tool fvs_create_paid_render_quote. This distinguishes it from the sibling fvs_get_render_status by scope (no-account paid).

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?

Specifies the intended use case ('no-account paid render') and the two alternative input modes, but doesn't explicitly contrast with fvs_get_render_status or state when not to use it. Context is clear but not fully complete.

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.