Skip to main content
Glama
IvanBBaev

facebook-mcp

by IvanBBaev

Get Video Status

facebook_get_video_status
Read-onlyIdempotent

Check a video's status in Meta's pipeline by video ID to see whether it is uploading, processing, ready, or error. Poll until ready before assuming the video is live.

Instructions

Poll where one video stands in Meta's pipeline: uploading, processing, ready or error. facebook_create_video_post returns a video_id long before the video is playable, so read the state here instead of assuming a fresh video is live — uploading and processing are not terminal, so wait a few seconds and call again. Takes a video ID, never a post ID; whether a Reel ID resolves on this edge is UNVERIFIED against the live API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoPage profile key (e.g. "brand-a") or a raw Page ID. Omitted ⇒ the default Page (FB_PAGE_ID).
video_idYesThe VIDEO ID — the `videoId` facebook_create_video_post returned, not a post ID. A "{page-id}_{post-id}" value is a post, not a video, and does not resolve on this edge.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteYes
errorNo
stateYes
pageIdYes
videoIdYes
terminalYes
publishStatusNo
bytesTransferredNo
Install Server

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already mark readOnly and idempotent, and the description adds substantial behavioral context: video states are non-terminal and require repeated polling, a video_id can exist long before the video is playable, and Reel ID support is unverified. It also discloses that assuming a fresh video is live is wrong, a nuance not captured in annotations. There is no contradiction with any annotation.

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 three sentences with a logical flow: core purpose, usage/retry guidance, and ID-type caution. It is front-loaded with the polling action and state list, and every sentence contributes to correct invocation or interpretation. There is no filler or redundancy.

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

Completeness5/5

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

For a read-only polling tool with an output schema, the description covers the required input-type constraint, non-terminal state behavior, retry guidance, and an edge-case warning about Reel IDs. The presence of an output schema means return values do not need to be explained. The profile parameter is fully documented in the schema, so nothing needed for correct invocation is missing.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3, and the description adds extra semantics by clarifying that video_id must be a video ID, 'never a post ID,' and warning that Reel ID resolution is unverified. It does not discuss the profile parameter, but the input schema already fully documents its behavior, including the default page fallback.

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 states a specific verb and resource: 'Poll where one video stands in Meta's pipeline: uploading, processing, ready or error.' It clearly distinguishes itself from siblings like get_post or create_video_post by focusing on video pipeline status and listing the distinct states. The explicit contrast with facebook_create_video_post reinforces the tool's unique role.

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 explicitly tells the agent when to use this tool: after facebook_create_video_post returns a video_id, to poll status instead of assuming the video is live. It also gives when-not guidance by saying 'Takes a video ID, never a post ID' and warns that Reel ID resolution is unverified. The polling retry pattern is described clearly: 'uploading and processing are not terminal, so wait a few seconds and call again.'

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

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/IvanBBaev/facebook-mcp'

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