Skip to main content
Glama
IvanBBaev

facebook-mcp

by IvanBBaev

Create Video Post

facebook_create_video_post

Upload a video to a Facebook Page as a post, using a local file or https URL, with publish, schedule, or draft options and a dry-run preview before applying.

Instructions

Upload a video to a Page. A local path inside FB_MEDIA_DIR is streamed chunk-by-chunk through the resumable protocol (progress is reported); an https:// URL is handed to Meta to fetch. A completed upload is a CREATED video, not yet an encoded, published one. Dry run by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
applyNoSet true to actually perform the write. Omitted or false ⇒ the server decides from its configured write mode: usually a dry run that returns a plan preview and changes nothing, but a server (or package) configured apply-first performs the write. To be certain nothing happens, read the result: a dry run always reports the plan and says the write was NOT performed.
titleNoVideo title, shown in the video library.
videoYesThe video: a local file path inside FB_MEDIA_DIR (streamed from here, resumable, up to 256 MB) or an https:// URL Meta fetches from its own network.
plan_idNoThe `planId` returned by a preceding dry-run preview of this same tool. Required for irreversible and spend-tier writes; plans expire a few minutes after they are created.
profileNoPage profile key (e.g. "brand-a") or a raw Page ID. Omitted ⇒ the default Page (FB_PAGE_ID).
publishedNofalse ⇒ create the post UNPUBLISHED (a draft that stays invisible until facebook_update_post action:"publish_now"). Omitted or true ⇒ publish immediately. Must be omitted when scheduled_publish_time is set.
descriptionNoThe post text shown with the video (the video caption).
page_timezoneNoIANA timezone name of the Page (e.g. "Europe/Sofia"), used only to echo a scheduled instant in Page-local time next to UTC. Omitted ⇒ the server reads the Page's own timezone; if that read fails the echo is UTC-only.
scheduled_publish_timeNoWhen to publish, as an ISO-8601 instant WITH an explicit offset — "2026-08-01T09:30:00+03:00" or "2026-08-01T06:30:00Z". A bare local time ("2026-08-01T09:30:00") and a raw epoch number are both REFUSED, because they have no unambiguous meaning. Must be more than 10 minutes and at most 75 days ahead. Setting this creates the post unpublished; do NOT also pass published:true.
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the annotations, the description discloses the chunked resumable upload with progress reporting, the distinction between created and encoded/published state, and the dry-run default. These are behavioral facts that materially affect invocation and follow-up actions, and they are not directly readable from the schema or annotations.

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?

Three sentences with no filler: the core action comes first, the upload protocol is summarized, and the dry-run safety behavior is stated last. Every sentence earns its place.

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?

The tool is complex with 9 parameters and no output schema, but the schema fully documents parameters and the description covers key runtime behaviors and the created-not-published state. A brief mention of the returned payload or planId would make it fully complete, but the necessary invocation context is present.

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% with already rich parameter descriptions, so the baseline is 3. The description adds valuable context around the video lifecycle—uploaded vs encoded/published—and progress reporting, which slightly exceeds what the schema already says, though most parameter semantics still live in the 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?

The description names the verb ('Upload') and the resource ('a video to a Page'), and clarifies the outcome ('a CREATED video, not yet an encoded, published one'), which distinguishes this from generic post creation and publishing tools. The title and resource align, making it clear this is the video-uploading counterpart to photo/reel siblings.

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 description implies the main use case—uploading a video to a Page—and describes local-path versus URL handling, but it does not explicitly say when to choose this tool over facebook_create_post, facebook_create_reel, or facebook_get_video_status. The usage context is clear, but exclusions and alternative routing are left to the agent's inference.

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