Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_webhooks_post_v1_webhooks

Create a webhook to receive automated HTTP callbacks for Panelica events, enabling real-time integration and triggering custom workflows.

Instructions

Create webhook

HTTP: POST /v1/webhooks Category: Webhooks Required scopes: webhooks:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

A3.5/5.0
Behavior4/5

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

The description explicitly says 'Mutating: changes server state' and lists the required scope 'webhooks:write', which adds useful behavioral and auth context beyond the annotations. It does not contradict the annotations, though it could say more about response behavior.

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 short and front-loaded with the core purpose, followed by HTTP method, category, scopes, and mutation flag. Each line is scannable and earns its place, though the Webhooks category is somewhat redundant with the endpoint path.

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?

For a create operation with an undeclared request body and no output schema, the description is too thin. An agent still does not know what fields the webhook body should contain, what the response looks like, or what failure semantics to expect. The schema's pointer to API docs shifts the burden to external documentation without bridging it.

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 tool description adds no parameter-level detail; the only input is a body property whose schema explicitly says it is not statically declared and to see API docs. Because schema description coverage is 100% for the declared parameter, the baseline of 3 applies, but the opaque body remains a real gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Create webhook', a specific verb and resource, and adds the HTTP method and category. This distinguishes it from the webhook get/patch/delete/test sibling tools. It is minimal but unambiguous about what the tool does.

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 use for creating a webhook, but it gives no explicit guidance about when to choose this over alternatives like panelica_webhooks_patch_v1_webhooks_id or panelica_webhooks_post_v1_webhooks_id_test. The choice is left to inference from the endpoint name and sibling list.

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/Panelica/panelica-mcp'

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