Skip to main content
Glama

upload_video_resumable

Upload large video files up to 4GB using resumable chunked upload to overcome size limits and network failures.

Instructions

Upload a video file using resumable upload (supports files >100MB up to 4GB).

Use this for large files that fail with upload_video_asset. Automatically chunks the file and uploads sequentially.

Args: account_id: Ad account ID. video_path: Local path to .mp4 or .mov file. title: Optional title (defaults to filename). chunk_size_mb: Chunk size in MB (default 20).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYes
video_pathYes
titleNo
chunk_size_mbNo
Behavior4/5

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

With no annotations, the description carries full burden. It discloses resumable upload, chunking, file types (.mp4 or .mov), default chunk size, and title defaults. Missing return value or error handling details, but covers essential behavior well.

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 concise with a clear structure: purpose line, usage guidance, then parameter list. Each sentence is necessary and informative, no wasted words.

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 no output schema or annotations, the description covers purpose, usage, and parameters adequately. It lacks details on return values or post-upload steps, but the sibling poll_video_processing tool may handle that.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the description provides meaningful explanations for all four parameters: account_id, video_path, title (with default), and chunk_size_mb (with default). This adds significant value beyond the schema types.

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 clearly states it uploads a video file using resumable upload, specifying support for files >100MB up to 4GB. It explicitly distinguishes itself from upload_video_asset, making its purpose specific and unambiguous.

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?

The description directly advises to use this tool for large files that fail with upload_video_asset, providing clear when-to-use guidance. It also explains the automatic chunking and sequential upload behavior.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brandu-mos/konquest-meta-ads-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server