Skip to main content
Glama
IvanBBaev

facebook-mcp

by IvanBBaev

Delete comments

facebook_delete_comment
DestructiveIdempotent

Permanently delete up to 50 Facebook comments in one call. Requires an approved plan and apply:true; use hide for reversible moderation.

Instructions

PERMANENTLY delete up to 50 comments. This cannot be undone — prefer facebook_hide_comment, which is reversible. Always requires an explicit apply:true together with the plan_id from a dry run; the server default never applies a delete on its own. Each id gets its own outcome and a comment that is already gone counts as done. Deleting the Page's OWN comment needs pages_manage_engagement; deleting a comment left BY a user also needs pages_read_user_content.

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.
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_idsYesComment IDs to act on — 1 to 50 per call. Each id gets its own outcome, so one bad id does not fail the rest. Split larger sweeps into several calls.
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.9/5.0
Behavior5/5

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

Beyond annotations, the description discloses irreversibility, per-id outcomes, idempotent handling of already-deleted comments, the server's non-applying default, and permission scopes. These are behavioral facts an agent cannot infer from the schema, and none contradict 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 dense sentences, each carrying a distinct constraint: permanence and preferred alternative, apply/plan precondition, per-id/idempotent behavior, and required permissions. The most decision-relevant info is front-loaded in the first sentence.

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 an irreversible write with five parameters and no output schema, the description covers preconditions, permissions, batch semantics, limits (50), and failure/idempotency behavior. There is no obvious gap an agent would hit when deciding to invoke it or when preparing the call.

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?

The input schema already documents all five parameters at 100% coverage, so the description does not need to repeat field meanings. It still adds cross-parameter guidance: apply:true must accompany a plan_id, plans come from a previous dry run of the same tool, and each comment_id has an independent outcome. This raises it slightly above the baseline.

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 names a specific action ('PERMANENTLY delete'), a concrete resource ('comments'), and a clear scope ('up to 50'). It also distinguishes itself from the reversible sibling tool facebook_hide_comment, so an agent can pick the right tool 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 Guidelines5/5

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

It gives explicit when-to-use guidance by saying to prefer facebook_hide_comment when reversibility matters. It also states the necessary preconditions: apply:true with a plan_id from a dry run, and lists the permission requirements for deleting the Page's own comment versus a user's comment. This is unusually complete 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