Skip to main content
Glama
AbnerZx

Meta Ads MCP

by AbnerZx

creatives_upload_video

Upload a video to an ad account's video library and retrieve its video ID. For videos up to 1GB.

Instructions

Upload a video to an ad account's video library. Returns the video ID.

NOTE: Large videos (>1GB) require chunked upload — not supported here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
confirmNo
account_idYes
video_pathYes
descriptionNo
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It provides useful context (returns video ID, large videos not supported), but omits important behavioral details such as the role of the 'confirm' parameter, permission requirements, or whether duplicate uploads are allowed.

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 two concise sentences: the first states the purpose and return value, the second highlights a critical limitation. It is front-loaded and every sentence adds value.

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

Completeness2/5

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

Given 5 parameters, no output schema, and no annotations, the description is too thin. It leaves out input format expectations, the meaning of 'confirm', failure behavior for large files, and prerequisites like existing ad account/video library. The large-video note is helpful but not sufficient.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should compensate. It does not explain any of the five parameters (account_id, video_path, name, description, confirm) beyond what their names imply. The only indirect hint is 'ad account' for account_id and 'video' for video_path.

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 a specific verb ('upload'), resource ('video'), and destination ('ad account's video library'), and notes the return value (video ID). It distinguishes this tool from siblings like creatives_upload_image and creatives_list_videos by the action and resource type.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The core use case is clear, and the note about large videos (>1GB) provides a useful exclusion. However, it does not explicitly say when to choose this over alternatives, nor does it name the chunked upload tool that should be used for large videos.

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/AbnerZx/meta-ads-mcp'

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