Skip to main content
Glama
IvanBBaev

facebook-mcp

by IvanBBaev

Private reply to comment

facebook_private_reply
Destructive

Send a private reply to a comment author on Facebook. Enforces one-time delivery within 7 days and requires confirmation before sending.

Instructions

Send a private message to the author of a comment. TWO hard limits, both checked before anything is sent: exactly ONE private reply is possible per comment (there is no second attempt, ever) and only within 7 DAYS of the comment. The message appears in the Page inbox and cannot be unsent, so it always requires apply:true plus the plan_id from a dry run. Do not retry a failed call blindly — a lost response may already have delivered the message. Needs a PAGE token with pages_messaging and the MESSAGING task.

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.
messageYesThe text to send. Written by you — Facebook rejects an empty message.
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).
comment_idYesComment ID, e.g. "123456_789012" as returned by facebook_list_comments. Not a post ID.
confirm_tokenNoOut-of-band operator token (FB_CONFIRM_TOKEN) authorizing this one irreversible or spend-tier apply. Needed only when the MCP client cannot show a confirmation prompt. Ask the human operator for it; it is not stored between calls and is never echoed back.
Install Server

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already flag destructive/non-idempotent, and the description goes well beyond them: it discloses the single-attempt rule, 7-day window, irreversible Page-inbox delivery, lost-response ambiguity, and the pages_messaging/MESSAGING task requirements. No statement contradicts the 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?

Four tense sentences open with the core purpose, then hard limits, the irreversible-apply requirement, and retry/authentication caveats. There is no filler and no repetition of schema details.

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 destructive, non-idempotent mutation with no output schedma, the description covers prerequisites, one-time limits, irreversibility, and retry behavior. It does not spell out the response/planId shape, though the apply parameter description partially fills that gap, so a small completeness gap remains.

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?

Al six parameters are fully documented in the schema, so the baseline is 3. The description adds operational meaning beyond the schema by stating that a real send always requires apply:true plus a plan_id from a dry run, and that blindly retrying after a lost response is unsafe.

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 a specific action and resource — sends a private message to the author of a comment — and the 'private' qualifier distinguishes it from sibling facebook_reply_to_comment. The one-per-comment and 7-day limits further pin down what this tool is for.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context: use it for private one-off replies to comment authors, with hard limits and a required dry-run + apply flow. It does not explicitly name alternatives or state when not to use it, so it falls short of full alternative-routing guidance.

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