Skip to main content
Glama

Tegas

Draw hero sheets

tegas_draw_heroes

PAID. Draw hero sheets for the brief items chosen by index (from tegas_find_heroes, up to 3). Cost = price_each_tokens x number of items; pass price_each_tokens from tegas_find_heroes to avoid recomputing the brief. With confirm=false (default) nothing is drawn: the tool returns needs_confirmation=true and the price - show it to the user and ask for consent. Only after an explicit "yes" call again with confirm=true. Drawn sheets are attached to the scenario and used automatically by tegas_start_video with the same scenario_id. The result carries idempotency_key: if the call times out or fails with a network error, retry with the same idempotency_key - never start twice without it. On insufficient_tokens ask the user to top up; on no_active_plan ask them to activate a plan in the cabinet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
confirmNo
scenario_idYes
idempotency_keyNo
price_each_tokensNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Annotations only say the tool is not read-only and not destructive, but the description adds substantial behavioral detail: paid operation, dry-run behavior with confirm=false, side effects of attaching sheets to the scenario, idempotency_key retry semantics, and specific error handling for insufficient_tokens and no_active_plan. No contradiction with annotations.

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 dense but front-loaded with 'PAID' so the cost-sensitive nature is the first word, and every sentence carries operative guidance: cost formula, confirmation flow, attachment behavior, retry key, and error handling. There is no filler or repetition.

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?

The description fully compensates for the sparse schema by covering pricing, the mandatory confirmation workflow, integration with tegas_start_video, idempotent retry behavior, and the two expected error states. Since an output schema exists, further return-value documentation is unnecessary.

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?

With 0% schema description coverage, the prose explains all parameters: items are brief indexes from tegas_find_heroes, price_each_tokens should come from the prior call, confirm controls whether anything is drawn, scenario_id links to the scenario, and idempotency_key is for retries. Minor ambiguity remains: the description says 'chosen by `index`' while the schema parameter is the array `items`.

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?

States a specific verb and resource ('Draw hero sheets') and ties it to a concrete input source (brief items from tegas_find_heroes, up to 3). This clearly distinguishes it from sibling tools by positioning it as the paid drawing step that feeds tegas_start_video.

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?

Spells out a complete invocation protocol: call first with confirm=false, show the price, ask for consent, then call with confirm=true after explicit approval. It also names the sibling functions it coordinates with and explains when not to proceed (before confirmation), so usage is fully explicit.

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.