Skip to main content
Glama
Livia-Zaharia

Just Facebook MCP Server

delete_post

Remove a specific post from a Facebook Page by providing its post ID. This tool helps manage content by deleting unwanted or outdated posts.

Instructions

Delete a specific post from the Facebook Page. Input: post_id (str) Output: dict with deletion result

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. While 'Delete' implies a destructive mutation, the description doesn't specify whether this requires special permissions, whether deletion is permanent/reversible, rate limits, or what the 'deletion result' dict contains. For a destructive operation with zero annotation coverage, this is inadequate.

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 extremely concise with only three sentences that each serve a distinct purpose: stating the action, documenting the input, and documenting the output. There's zero wasted text, and information is front-loaded appropriately.

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

Completeness2/5

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

For a destructive mutation tool with no annotations and no output schema, the description is insufficient. It doesn't explain the deletion result format, error conditions, permissions required, or consequences of the operation. Given the complexity of a Facebook API deletion and the lack of structured documentation, more context is needed.

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 description explicitly documents the single parameter ('post_id') and its type ('str'), which is valuable since schema description coverage is 0%. However, it doesn't explain what format the post_id should be in or where to obtain it, leaving some semantic gaps despite covering the parameter's existence.

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 clearly states the specific action ('Delete') and target resource ('a specific post from the Facebook Page'), distinguishing it from sibling tools like delete_comment or update_post. It provides a complete verb+resource combination that leaves no ambiguity about what the tool does.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like delete_comment_from_post or update_post. It doesn't mention prerequisites, consequences, or any contextual factors that would help an agent choose between this and other deletion/mutation tools in the sibling set.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/Livia-Zaharia/just_facebook_mcp'

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