Skip to main content
Glama

Create Facebook Page Post

meta_create_post

Post to a Facebook Page with text and optional link, choosing immediate publication, draft, or a scheduled time.

Instructions

Creates a new post on a Facebook Page.

Requires: meta_list_pages must be called first to load page tokens.

Args:

  • page_id (string): Facebook Page ID to post to

  • message (string): Text content of the post

  • link (string, optional): URL to attach to the post (creates a link preview)

  • published (boolean, optional): If false, saves as draft. Default true.

  • scheduled_publish_time (number, optional): Unix timestamp for scheduling (must be 10 min to 30 days in future; published must be false)

Returns: Post ID of the created post.

Notes:

  • Maximum post length: ~63,206 characters

  • Scheduling requires the page to have Page Publishing Authorization

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linkNoOptional URL to share
messageYesPost text content
page_idYesFacebook Page ID
publishedNoPublish immediately (true) or save as draft (false)
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
scheduled_publish_timeNoUnix timestamp to schedule the post (requires published=false)
Behavior4/5

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

Annotations are minimal (readOnlyHint=false implies mutation) and the description carries the burden, delivering meaningful context: the publish-vs-draft behavior, the ~63,206 character limit, the 10-min-to-30-day scheduling window, and the Page Publishing Authorization requirement for scheduling. No contradiction with annotations; description's 'Creates a new post' aligns with readOnlyHint=false.

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?

Well-organized with purpose, prerequisite, Args, Returns, and Notes sections — front-loaded with the core intent before details. The Args list partially restates the schema, which is mildly redundant, but each entry earns its place by adding constraints (scheduling window, link preview) not present in the structured fields.

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?

With 6 parameters, no output schema, and no annotations covering the behavior, the description covers the essentials: return value (Post ID), prerequisite call, constraints on scheduling, and length limits. Minor omission is unprompted error-case handling, but for a create-post tool this is sufficiently complete.

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. The description adds valuable nuance beyond the schema: link 'creates a link preview', published defaulting to true with draft semantics, and scheduled_publish_time must be 10 min to 30 days out with published=false. This materially helps an agent use parameters correctly beyond the bare schema descriptions.

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?

States the verb 'creates' with a specific resource ('a new post on a Facebook Page'). The sibling tools meta_create_photo_post, meta_create_video_post, and meta_create_live_video make it clear this is the general text-post variant, so an agent can distinguish it without opening schemas.

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?

Provides a clear prerequisite ('meta_list_pages must be called first to load page tokens') and a follow-up routing if the user wants photos or videos would be handled by named siblings. However, it never explicitly says when NOT to use this tool or points to alternatives like meta_create_photo_post or meta_create_video_post, leaving the choice between post types implied rather than stated.

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