Skip to main content
Glama
pblarismendi

mcp-github-server

by pblarismendi

create_webhook

Create a webhook in a GitHub repository to receive event notifications. Specify the endpoint URL, events, and optional secret for secure payloads.

Instructions

Crea un nuevo webhook en un repositorio

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL del webhook (endpoint que recibirá los eventos)
repoYesNombre del repositorio
ownerYesPropietario del repositorio
activeNoSi el webhook está activo (default: true)
eventsNoEventos a suscribir (ej: ['push', 'pull_request']). Si no se especifica, se suscribe a todos
secretNoSecreto para firmar los payloads (opcional pero recomendado)
content_typeNoTipo de contenido (default: 'json')json
insecure_sslNoPermitir certificados SSL no verificados (0=no, 1=sí, default: '0')0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action without mentioning side effects, authentication requirements, validation behavior, or what happens after creation (e.g., whether a ping is sent). This is insufficient for a mutation tool.

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 a single, concise sentence that immediately states the core purpose with no filler. It is front-loaded and efficient, earning its place without extra words.

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?

Despite full schema coverage for parameters, the tool has 8 parameters and no output schema, yet the description provides no behavioral context, usage guidance, or return-value information. For a creation tool with many options, this minimal description is insufficient for an agent to invoke it confidently.

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?

Schema coverage is 100%, and every parameter has a clear description. The tool description adds no parameter information, but since the schema already documents all fields, the baseline of 3 is appropriate. The description does not detract from parameter understanding.

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 'Crea un nuevo webhook en un repositorio' clearly states the action (creates a new webhook) and the target resource (a repository). The verb 'crea' distinguishes it from sibling tools like get_webhook, update_webhook, delete_webhook, and ping_webhook, making its purpose unambiguous.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives. The description does not mention any prerequisites, exclusions, or compare it to other webhook operations. Usage is only implied by the action itself, but no explicit contextual guidance is provided.

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/pblarismendi/mcp-github-server'

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