Skip to main content
Glama

Meta Ads (Facebook & Instagram)

meta_ads_media_list_videos

Read-onlyIdempotent

List uploaded media in the ad account. Actions: list_images, list_videos.

[Flattened action: list_videos]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
auth_accountNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior3/5

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

Annotations already disclose readOnly, idempotent, non-destructive behavior. The description adds minimal context by scoping the operation to uploaded media in the ad account, but does not mention pagination, return shape, or account/auth handling.

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

Conciseness3/5

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

The description is short but includes extraneous lines such as 'Actions: list_images, list_videos' and '[Flattened action: list_videos]' that add noise rather than useful selection information. The first sentence is clear and front-loaded, but the rest is not fully purposeful.

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?

This is a simple list operation, but the description lacks parameter semantics, alternative guidance, and output expectations. Since there is no output schema, the description should compensate by explaining what the video list contains or how results are returned, which it does not.

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

Parameters1/5

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

The input schema has two parameters (account, auth_account) with 0% schema description coverage, and the description does not explain the meaning, format, or required role of either parameter. This leaves the agent without adequate parameter-level guidance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description says 'List uploaded media in the ad account' and specifically identifies the flattened action as list_videos, which clearly conveys that the tool lists video media. However, the mention of list_images alongside list_videos adds slight ambiguity and prevents a perfect score.

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

Usage Guidelines2/5

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

No usage guidance is provided about when to prefer this tool over meta_ads_media_list_images or other media-related tools. The description lists action names but does not explain context, prerequisites, or exclusions.

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.