Skip to main content
Glama
Frihet-io

Frihet MCP Server

Get Webhook

get_webhook
Read-onlyIdempotent

Retrieve a webhook configuration by providing its ID. Access specific webhook details for your integrations.

Instructions

Get a single webhook configuration by its ID. / Obtiene la configuracion de un webhook por su ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWebhook ID / ID del webhook

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYes
eventsYes
activeNo
secretNo
createdAtNo
updatedAtNo
Behavior3/5

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

The annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the description does not need to repeat those. It adds no additional behavioral insights such as authentication requirements or rate limits, but given the annotations, the minimal behavioral disclosure is adequate.

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 two sentences (one English, one Spanish) and perfectly concise. Every word serves a purpose, and the English sentence is front-loaded with key information. No extraneous text.

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?

For a simple get-by-id operation with an output schema present, the description provides all necessary information. Context signals confirm low complexity, and the bilingual documentation adds thoroughness without incompleteness.

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 input schema covers 100% of parameters (only 'id'), and the schema description is bilingual. The tool description does not add further meaning beyond what the schema provides. With high schema coverage, a baseline score of 3 is appropriate.

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 tool retrieves a single webhook configuration by ID. The verb 'Get' specifies the action, and the resource 'webhook configuration' is unambiguous. It effectively distinguishes from sibling tools like list_webhooks, create_webhook, and delete_webhook.

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?

While the description implies use when you have the webhook ID, it does not explicitly state when to use this tool versus alternatives like list_webhooks or test_webhook. The context is clear but lacks explicit 'when not to use' guidance.

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