Skip to main content
Glama

Create Facebook Video Post

meta_create_video_post

Publish a video post to a Facebook Page by providing the page ID and a public video URL, adding an optional title and description to complete the post.

Instructions

Publishes a video post to a Facebook Page.

Args:

  • page_id (string): Facebook Page ID

  • file_url (string): Public URL of the video file

  • title (string, optional): Video title

  • description (string, optional): Video description

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
page_idYes
file_urlYesPublic video URL
descriptionNo
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior2/5

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

Annotations already communicate that this is a mutating (non-readOnly, non-idempotent) operation, and the description adds little beyond restating the action. It does not disclose side effects, permission requirements, video processing timing, or what the API returns. No contradiction with annotations.

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

Conciseness4/5

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

The description is short and front-loaded with the core purpose. The Args list is largely redundant with the schema, but it doesn't bloat the definition enough to hurt usability.

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?

For a simple publish operation, the core call is understandable, but the description omits the behavior of the response_format parameter and gives no indication of the call's return value or post-publishing result. There is no output schema to fill that gap.

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

Parameters3/5

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

Schema description coverage is low (40%), and the Args list partially compensates by clarifying page_id and emphasizing that file_url must be publicly accessible. However, title and description just restate their names, and response_format is completely absent from the description despite being a schema parameter.

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 opening sentence uses a specific verb and resource: 'Publishes a video post to a Facebook Page.' This clearly identifies the action and differentiates it from photo, live, reel, and story tools, though it doesn't explicitly name sibling alternatives.

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?

The description provides no guidance on when to choose this tool over meta_create_post, meta_cross_post, meta_create_photo_post, or meta_publish_page_reel. There are no exclusions or selection criteria, leaving the agent to infer usage from the name alone.

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/open-work-org/open-mcp-servers'

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