Skip to main content
Glama
navidmoazzez

Facebook MCP

by navidmoazzez

Publish a draft now

publish_draft

Publish a draft or scheduled post immediately on Facebook. Select the post ID to go live now, bypassing the original schedule.

Instructions

Take a draft or scheduled post and publish it immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoWhich Page to act as, by name or id. Omit to use the default.
post_idYesFrom list_scheduled_posts
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already signal openWorldHint=true and destructiveHint=false. The description adds that the tool acts on drafts or scheduled posts and publishes immediately, but it does not disclose whether the draft/scheduled entry is consumed or that the post becomes publicly visible. This is adequate but not detailed.

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 a single, tightly worded sentence that conveys the action, target, and immediacy without any filler or repetition. Every word 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?

For a simple two-parameter tool with annotations and a fully descriptive schema, this description covers the core purpose and timing. It does not explain return values or post-publication state, but those are not essential for selecting and invoking the tool correctly.

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 coverage is 100%, with the schema already describing post_id as 'From list_scheduled_posts' and page as the page name/id with a default. The description adds no additional parameter-level meaning, so the baseline of 3 applies.

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 states a specific action ('publish') and target resource ('draft or scheduled post') with the key nuance 'immediately.' It is clear and distinguishable from sibling tools like update_post or create_post, though it does not explicitly name a sibling to differentiate from.

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 usage: when you have a draft or scheduled post and want it published immediately. However, it does not explicitly state when not to use it or mention alternatives such as update_post for editing before publication.

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

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