Skip to main content
Glama

YouCam for Fashion & Retail

Get Running Task Status

Get-Running-Task-Status
Read-onlyIdempotent

Retrieves the current status and results of a previously initiated AI processing task. Use this tool when you need to check on a task that was started earlier but hasn't completed yet, or when a user returns to inquire about a task they initiated previously. WHEN TO USE THIS TOOL:

  • When a user provides a task_id from a previous session and wants to check if their result is ready

  • When a user asks about a task they started earlier (e.g., 'Is my hairstyle ready?', 'Check my previous request')

  • When resuming a conversation where a task was left processing

  • When a task exceeded the initial polling timeout and the user wants to see if it has completed

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pollingNoIf true (default), keep polling until the task finishes, returning the final result. If false, return immediately without waiting for the task to finish.
task_idYesID of this task.
task_typeYesThe type of the task.
is_preprocessNoWhether this is called from preprocess tool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, fully covering the safety profile. The description reinforces this consistency by framing the operation as retrieval. It does add one useful behavioral nuance beyond the schema — the notion of a task that 'hasn't completed yet' and the polling-timeout scenario — but the core polling semantics are already documented in the polling parameter. With strong annotations covering the burden, a mid score is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The opening paragraph and the bullet-point list are redundant — the first sentence already covers 'check on a task started earlier' and 'user returns to inquire,' both restated in bullets. The purpose is front-loaded, which is good, but the content could be tightened by roughly half without losing information. Reasonably organized via headers, but not tight.

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 read-only idle/polling tool with a rich output schema, strong safety annotations, and full parameter documentation, nothing critical is missing for correct invocation. The description adds the polling-timeout context and previously-initiated-task framing that the schema cannot convey. Slightly more depth on response returns could be added, but the output schema already covers that.

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 100%, so all four parameters (task_id, task_type, polling, is_preprocess) are already well documented in the schema. The description references task_id conceptually in its usage bullets but adds no new syntax or format details beyond what the schema provides. This matches the baseline-3 case where the schema does the heavy lifting.

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 uses a specific verb and resource ('Retrieves the current status and results of a previously initiated AI processing task') that unambiguously defines the tool's function. It clearly distinguishes this status-checking tool from its siblings, which are all concrete task initiators like AI-Bag-Virtual-Try-On and upload_file — an agent can immediately tell this is the polling/status companion to those task 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 dedicated 'WHEN TO USE THIS TOOL' section supplies four concrete trigger scenarios, including 'When a user provides a task_id from a previous session,' 'When resuming a conversation where a task was left processing,' and the polling-timeout edge case. This is clear contextual guidance, though it never explicitly names alternatives or states when NOT to use the tool, so it stops short of the top score.

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

B3/5.0
Disambiguation5/5

Each AI virtual try-on tool targets a unique product category (bag, bracelet, clothes, etc.) with clear descriptions. The utility tools for upload, cost, and status are distinct in purpose despite some overlap in the upload workflow.

Naming Consistency3/5

The majority of tools follow a consistent 'AI-Product-Virtual-Try-On' pattern, but utility tools break this with mixed styles (e.g., 'File-Upload', 'Get-Upload-API-Info' vs 'upload_file'), creating inconsistency across the entire set.

Tool Count4/5

18 tools is slightly above the ideal range but justified given the diverse product categories. Each try-on tool serves a distinct need, and the utility tools are necessary for the workflow, so the count feels appropriate.

Completeness5/5

The surface covers all major fashion and retail categories for virtual try-on, includes utility tools for file upload, task status, pricing, and templates/patterns, and leaves no obvious gaps for the intended use case.

Resources