Skip to main content
Glama

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.3/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 burden. It discloses the direct-browser interaction model and key behavioral trait: 'Uploads directly from the browser, bypassing sandbox egress restrictions.' It also states return behavior (file IDs for AI tools). It doesn't cover widget failure modes or file-size limits, but for a no-annotation tool this is meaningfully transparent.

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 longer than typical but each sentence contributes: purpose and return, trigger conditions, fallback rule, and mechanism. It is front-loaded with the core purpose. Minor redundancy in enumerating failure reasons could be trimmed, but the organization is clear.

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 widget with one optional parameter and an output schema, the description covers the essential context: accepted file types, destination (AI tools), usage triggers, and why it should be used over the API path (sandbox bypass). It is slightly thin on upload failure behavior of the widget itself, but nothing critical 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?

The schema has 100% description coverage for task_type ('Pre-select a task type. If omitted, the user picks one from the dropdown.'), so the description's silence on parameters is acceptable. The description adds no parameter-level meaning; baseline 3 applies.

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 a specific verb and resource: 'Interactive drag-and-drop widget for uploading images (JPEG, PNG) or videos (MP4)' and states it 'Returns file IDs for YouCam AI tools'. It clearly differentiates itself from AI-* tools and the upload API sibling by positioning it as the widget used before AI tools and as fallback for Get-Upload-API-Info.

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?

It gives explicit triggers: 'Use when the user wants to upload or select an image/video', 'before any AI-* tool requiring src_file_id or ref_file_id when no file ID or URL is available', and 'as the mandatory fallback whenever Get-Upload-API-Info cannot complete'. This is strong routing information with named alternatives and conditions.

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

C2.4/5.0
Disambiguation3/5

Many tools are clearly distinct (e.g., AI-Object-Removal-Pro vs AI-Replace), but there is notable overlap among upload-related tools (File-Upload, Get-Upload-API-Info, upload_file) and among photo enhancement tools (Enhance, Color-Correction, Lighting) that could cause misselection. Template-listing tools are repetitive but each is tied to a specific generator.

Naming Consistency2/5

Naming conventions are inconsistent: some tools use PascalCase with dashes (AI-Avatar-Generator), some use verb-first patterns (Get-Feature-Cost, Get-Running-Task-Status), and one uses lowercase snake_case (upload_file). The AI- prefix is consistent for many tools, but the overall pattern is mixed.

Tool Count2/5

With 34 tools, the server feels overloaded. Many tools are variants of similar operations (e.g., numerous template listing tools) and could be consolidated or eliminated. The count exceeds the 25+ threshold for 'too many'.

Completeness4/5

The tool surface covers a broad range of AI media editing operations: photo and video generation, enhancement, background editing, face swap, object removal, and upload/status management. Minor gaps like video background removal (only replacement available) exist, but core workflows are well-supported.

Resources