Skip to main content
Glama
Frihet-io

Frihet MCP Server

Test Webhook

test_webhook

Fire a synthetic test event to a webhook endpoint to verify reachability, signature validation, and TLS configuration.

Instructions

Fire a synthetic test event to the webhook endpoint and return the delivery result. Useful to verify endpoint reachability, signature validation, and TLS configuration. Optionally specify the eventType to simulate (default: 'webhook.test'). Example: id='wh_abc', eventType='invoice.paid' / Envia un evento de prueba sintetico al endpoint del webhook. Util para verificar accesibilidad, validacion de firma y configuracion TLS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWebhook ID / ID del webhook
eventTypeNoEvent type to simulate (default: 'webhook.test') / Tipo de evento a simular

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
webhookIdYes
deliveredYes
statusCodeNo
responseTimeMsNo
eventTypeNo
attemptedAtNo
errorNo
Behavior4/5

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

Annotations already indicate non-destructive and non-idempotent. Description adds that it returns delivery result, which is helpful. No contradictions.

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?

Single sentence in English, then Spanish. Front-loads action and purpose. No unnecessary words.

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?

Given tool simplicity, existing schema and output schema, description is fully complete. Covers what, why, and how with example.

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?

Schema covers both parameters with descriptions. Description adds default value for eventType and an example, providing extra context beyond schema.

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?

Description clearly states action (fire synthetic test event) and resource (webhook endpoint). Differentiates from sibling tools like create_webhook or get_webhook. Lists specific verification uses.

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

Usage Guidelines4/5

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

Explicitly says 'useful to verify...', indicating when to use. Provides example with eventType. Does not explicitly state when not to use, but context is clear given 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/Frihet-io/frihet-mcp'

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