Skip to main content
Glama
IvanBBaev

facebook-mcp

by IvanBBaev

Reply to comment

facebook_reply_to_comment

Post a public reply to a comment on a Facebook Page, visible to everyone in the thread. Use it to answer questions or address feedback openly and keep the conversation public.

Instructions

Post a PUBLIC reply under a comment — visible to everyone who can see the thread. For a private message to the commenter use facebook_private_reply instead. Additive and reversible by deleting the reply, but NOT idempotent: if the response is lost, verify with facebook_list_comments before retrying, or you will post twice. Needs a PAGE token with pages_manage_engagement and the MODERATE 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.
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already indicate a non-read-only, non-idempotent, non-destructive operation, but the description adds crucial context: the reply is additive yet reversible by deletion, and not idempotent with a clear consequence of double-posting on retry. It also discloses the auth requirement (PAGE token with pages_manage_engagement and MODERATE), which annotations do not cover. 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.

Conciseness5/5

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

The description is three sentences, each earning its place: public visibility, sibling alternative, and idempotency/retry warning with auth. It is front-loaded with the core action and contains no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a write tool with 5 parameters and no output schema, the description covers purpose, visibility, alternative routing, retry behavior, reversibility, and authorization. The 100% schema coverage handles parameters, and the description supplies all operational context an agent needs to invoke it 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 description coverage is 100%, so the schema carries the parameter meaning. The description adds slight value by clarifying the message is "written by you" and that comment_id is "Not a post ID," but these are marginal enhancements over an already fully documented schema, so the baseline 3 is appropriate.

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 opens with a specific verb and resource: "Post a PUBLIC reply under a comment — visible to everyone who can see the thread." It explicitly distinguishes itself from facebook_private_reply, making it immediately distinct from the closest sibling without needing to open its schema.

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

Usage Guidelines5/5

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

It gives an explicit alternative and condition: "For a private message to the commenter use facebook_private_reply instead." It also provides retry guidance (verify with facebook_list_comments before retrying) and states the required token and task, so the agent knows exactly when and how to use it.

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