Skip to main content
Glama
IvanBBaev

facebook-mcp

by IvanBBaev

Hide or unhide comments

facebook_hide_comment
Idempotent

Hide or unhide up to 50 Facebook comments in one call. Reversible moderation keeps comments visible to authors and friends while hiding them from everyone else—prefer it over deletion.

Instructions

Hide or unhide up to 50 comments in one call (hidden:true hides, hidden:false restores). Hiding is the reversible moderation verb: the comment stays visible to its author and their friends but not to everyone else, and nothing is destroyed — prefer it over facebook_delete_comment. Each id gets its own outcome; a comment already deleted counts as done. 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.
hiddenYestrue ⇒ hide the comments; false ⇒ unhide them. Required — no default.
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.
Install Server

TDQS

A4.6/5.0
Behavior5/5

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

The description goes beyond the annotations by explaining the social visibility semantics (author and friends still see it), the per-id outcome behavior, that already-deleted comments count as done, and the required token/task permissions. These details align with the annotations and materially shape an agent's expectations.

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?

Three focused sentences: the first gives the core action and cap, the second explains the moderation distinction, and the third covers outcome granularity and permissions. There is no filler, and the most decision-relevant information appears first.

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?

The description is complete enough for selecting and invoking the tool given the rich schema and annotations. It covers auth, batch limits, reversibility, and per-id outcomes; the only minor gap is the absence of an explicit return-format description, though the per-id outcome note softens this.

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 already documents all five parameters thoroughly. The description reinforces the `hidden` semantics and adds the per-id outcome behavior for `comment_ids`, but does not need to restate parameter-level detail; 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 names a specific action ('Hide or unhide') and resource ('comments') with a clear scope (up to 50 per call). It also explicitly distinguishes itself from the sibling facebook_delete_comment by framing hiding as the reversible moderation verb, so an agent can disambiguate 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 Guidelines5/5

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

It states exactly when this tool should be preferred: 'prefer it over facebook_delete_comment', and explains why via reversibility and non-destruction. It also gives operational constraints like batch size and notes the auth requirements, making the selection and invocation context explicit.

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