Skip to main content
Glama
berthelius

Frihet MCP Server

Test Webhook

test_webhook

Send a synthetic test event to a webhook to verify endpoint reachability, signature validation, and TLS configuration. Optionally specify event type to simulate.

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
errorNo
deliveredYes
eventTypeNo
webhookIdYes
statusCodeNo
attemptedAtNo
responseTimeMsNo
Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds context by specifying that a synthetic test event is fired and a delivery result is returned. It does not contradict annotations and provides additional behavioral details like the default 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two English sentences covering purpose and detail, plus a Spanish duplicate. It is well-structured and front-loaded with the key action. The bilingual repetition slightly reduces conciseness but is acceptable.

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 the tool's simplicity, the description is complete: it explains the action, the result, typical use cases, parameter options with examples, and includes example values. With full schema coverage, annotations, and output schema, no critical information is missing.

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 coverage is 100% with descriptions for both parameters. The description adds examples for id ('wh_abc') and eventType ('invoice.paid') and states the default for eventType, providing more meaning than the schema alone.

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 verb 'Fire a synthetic test event' and the resource 'webhook endpoint', and specifies the purpose of verifying reachability, signature validation, and TLS configuration. It distinguishes from sibling CRUD tools like create_webhook, update_webhook, etc., by focusing on testing.

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?

It explains when to use this tool: to verify endpoint connectivity and configuration. It provides an example scenario. While it does not explicitly state when not to use it, the context is clear enough for typical use.

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/berthelius/frihet-mcp'

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