Skip to main content
Glama

upload_video_resumable

Upload large video files (up to 4GB) to Meta Ads using automatic chunking and resumable upload. Solves failures with standard upload for files over 100MB.

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
Behavior3/5

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

No annotations provided, so description carries full burden. Describes automatic chunking and sequential upload, but does not disclose potential side effects, permissions, or failure behavior.

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?

Concise and well-structured: summary sentence, usage guidance, then parameter list in Args block. No extraneous words; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers usage and parameters well, but lacks description of return value (e.g., video ID). For a mutation tool with no output schema, this omission limits completeness.

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 description coverage is 0%, but description adds clear explanations for all 4 parameters: account_id, video_path, title (defaults to filename), chunk_size_mb (default 20). Significantly augments the bare schema.

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?

Explicitly states 'Upload a video file using resumable upload' with size constraints (100MB to 4GB). Distinguishes from sibling tool 'upload_video_asset' by indicating it's for large files that fail with that tool.

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?

Explicitly says 'Use this for large files that fail with upload_video_asset.' Provides file size context but does not elaborate on when not to use (e.g., for small files).

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