Skip to main content
Glama

simulate_delivery_webhook

Trigger a delivery status webhook to test how your app handles delivered, read, or failed message updates.

Instructions

Fire a delivery status webhook (delivered|read|failed) back to the app. Uses POST /whatsapp/simulate/status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
message_idYes
Install Server

TDQS

A3.7/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 does clearly indicate a network POST operation and the allowed status payloads. However, it does not disclose side effects, prerequisites (e.g., app or webhook configuration), or whether this is a non-production simulation, leaving some behavioral ambiguity.

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?

Two short sentences with no filler. The core action and endpoint are front-loaded, and the status values are packed efficiently into the first sentence.

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

Completeness3/5

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

Given no annotations, no output schema, and minimal parameter metadata, the description covers the main call mechanics but omits response/return behavior, prerequisites such as app selection or webhook registration, and how to obtain message_id. It is adequate for simple use but not fully complete for an agent unfamiliar with the environment.

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?

The schema provides no descriptions or enums, so the description must compensate. It adds meaningful semantics for the status parameter by listing allowed values, and message_id is reasonably inferable as the target message. However, no format or provenance for message_id is given, so compensation is partial.

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 states a specific verb ('Fire'), a concrete resource ('delivery status webhook'), and the exact statuses it supports ('delivered|read|failed'). The endpoint makes it clear this is a WhatsApp simulation, distinguishing it from siblings like simulate_incoming_message and the other simulate_* tools.

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

Usage Guidelines3/5

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

The description implies usage by describing the action and endpoint, but it does not explicitly say when to pick this tool over trigger_webhook or simulate_incoming_message, nor does it mention exclusions or prerequisites. Usage context is inferable, not stated.

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