Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_git_post_v1_git_repositories_id_webhooks

Create a webhook for a Git repository to trigger automated events. Specify the repository ID and webhook payload to integrate with your hosting panel.

Instructions

Create webhook

HTTP: POST /v1/git/repositories/:id/webhooks Category: Git Required scopes: git:write Mutating: changes server state.

Input Schema

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

TDQS

A3.6/5.0
Behavior4/5

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

Beyond the annotations, the description usefully discloses the required authorization scope ('git:write') and explicitly states that the call mutates server state. Annotations already cover read-only, idempotency, and destructive hints, so this additional scope and mutation context adds meaningful behavioral transparency.

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 compact, front-loaded with the core action, and each subsequent line adds a distinct operational fact: HTTP method, category, required scope, and mutability. There is no filler or redundant prose.

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?

As a creation tool, the description leaves the request body effectively unspecified—the schema only says 'Schema not statically declared — see API docs' and the description does not fill that gap with common webhook fields such as URL, events, or secret. There is also no output schema or response expectation, so an agent cannot confidently construct or validate a complete call.

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 already describes 'id' as a path parameter and 'body' as an application/json request object, so the description adds no parameter-level meaning. Schema coverage is high, so the baseline of 3 applies, but the body schema is explicitly undocumented, meaning the agent still lacks details on required webhook fields.

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 a clear verb and object ('Create webhook') and includes the exact endpoint ('POST /v1/git/repositories/:id/webhooks'), so an agent can identify that it creates a webhook on a Git repository. It is clear, but it does not go beyond the minimal statement to explain what the webhook does or how it differs from the generic webhooks endpoints.

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 provides operational context—HTTP method, category, required scope 'git:write', and the fact that it mutates server state—so the intended use is inferable. However, it does not explicitly contrast with sibling tools such as the GET/DELETE webhooks endpoints or the generic webhooks creation tool, leaving some selection burden on the agent.

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