Skip to main content
Glama

simulate_facebook_event

Fire a signed Facebook Graph API webhook event to your app's registered endpoint. Simulate inbound Facebook notifications for end-to-end testing of your webhook handler.

Instructions

Fire a Facebook Graph API webhook event signed with X-Hub-Signature-256 to the app's registered Facebook webhook. app: registered app name to target; overrides set_app for this call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appNo
payloadNo
event_typeNopage
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It usefully reveals that the event is signed with X-Hub-Signature-256 and that 'app' overrides set_app for this call. However, it does not disclose expected outcomes, side effects, response behavior, or validation behavior for payload/event_type.

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 concise and front-loaded: the first sentence states the primary purpose, and the second adds essential parameter context. No wasted words or redundant information.

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?

This tool has no annotations, no output schema, and zero schema description coverage, so the description must be more complete. It covers the core action but omits meaning for payload and event_type, any usage guidance, and any indication of expected results or errors.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for all three parameters. It only explains 'app' (target and override behavior). The 'payload' and 'event_type' parameters remain undefined in both the schema and the description, leaving important semantics missing.

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 a specific action ('Fire a Facebook Graph API webhook event'), the target ('the app's registered Facebook webhook'), and a key technical detail (signed with X-Hub-Signature-256). This differentiates it from sibling tools like simulate_stripe_event or trigger_webhook by naming the Facebook-specific context.

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 does not explicitly state when to use this tool versus alternatives. It implies use for Facebook webhook simulation and mentions the target app, but provides no exclusions, prerequisites, or comparisons with sibling simulation tools.

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/reiarseni/mockpost'

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