Skip to main content
Glama

YouCam for Fashion & Retail

File upload

File-Upload

Interactive drag-and-drop widget for uploading images (JPEG, PNG) or videos (MP4). Returns file IDs for YouCam AI tools (AI-Fabric, AI-Cloth, AI-Makeup-Vto, AI-Hairstyle-Generator, AI-Skin-Analysis, etc.). /n Use when the user wants to upload or select an image/video (e.g. upload, drag & drop, choose file, pick image/video), or before any AI-* tool requiring src_file_id or ref_file_id when no file ID or URL is available. /n Also use as the mandatory fallback whenever Get-Upload-API-Info cannot complete the upload for any reason (including network restrictions, host_not_allowed, or other failures). Uploads directly from the browser, bypassing sandbox egress restrictions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_typeNoPre-select a task type. If omitted, the user picks one from the dropdown.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that uploads happen directly in the browser ('Uploads directly from the browser, bypassing sandbox egress restrictions'), that it is interactive (drag-and-drop), and that it returns file IDs. It does not fully detail failure modes beyond the fallback scenario, but the key behavioral aspects are covered without contradiction.

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

Conciseness4/5

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

The description is somewhat long but every sentence serves a purpose: formats, output, usage triggers, fallback role, and technical mechanism. It is front-loaded with the core purpose, then usage, then fallback. The line breaks aid readability. Slightly dense but not wasteful — appropriate for a tool that combines UI interaction with an API bridge.

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 explains when to use the tool, what it does, why it overrides alternatives (browser-based, bypasses restrictions), and what it returns (file IDs). It also names the sibling AI tools that consume the output. Since an output schema exists, return-value details are not required. Nothing an agent needs to select or invoke this tool correctly is missing.

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 coverage is 100% — the only parameter, task_type, has a description ('Pre-select a task type. If omitted, the user picks one from the dropdown.') and an enum. The tool description adds little beyond that; it mentions task type implicitly by referencing 'AI-* tools' but does not elaborate on the parameter's semantics more than the schema already does. Per rubric, baseline 3 for high coverage.

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 opens with 'Interactive drag-and-drop widget for uploading images (JPEG, PNG) or videos (MP4)' — a specific verb and resource plus accepted formats. It further states the output ('Returns file IDs for YouCam AI tools') and lists example consumers (AI-Fabric, AI-Cloth, etc.), making the tool's role unmistakable even alongside the many AI-* siblings.

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?

Explicit usage criteria are given: 'Use when the user wants to upload or select an image/video... or before any AI-* tool requiring src_file_id or ref_file_id when no file ID or URL is available.' It also names the alternative Get-Upload-API-Info and declares this tool the 'mandatory fallback' for that API's failures — providing both when-to-use and when-not, with a clear alternative.

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