Skip to main content
Glama
pdfgate

PDFGate MCP Server

Official
by pdfgate

create_webhook

Subscribe an HTTPS endpoint to PDFGate e-signature events for automated notifications. The response includes a signing secret to verify incoming event signatures.

Instructions

Create a PDFGate webhook subscription. The response includes a signing secret — store it securely to verify incoming event signatures.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe HTTPS endpoint that will receive webhook events
eventTypesYesEvent types to subscribe to
descriptionNoOptional label to identify this webhook

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv1.2.0
    • changedInput schema / properties / eventTypes / items / enum
      Previous value: -[
      -  "envelope.sent",
      -  "envelope.completed",
      -  "envelope.expired",
      -  "envelope.document.completed"
      -]New value: +[
      +  "envelope.sent",
      +  "envelope.completed",
      +  "envelope.expired",
      +  "envelope.voided",
      +  "envelope.deleted",
      +  "envelope.recipient.signed",
      +  "envelope.document.completed"
      +]
  2. First observedv1.0.1

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It meaningfully reveals that the response contains a signing secret and instructs the agent to store it securely for signature verification—important stateful behavior beyond the input schema. It does not mention other side effects, but the most critical one is covered.

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?

Two sentences, no fluff, and the primary action is front-loaded. The security note is valuable and earns its place. Perfectly sized for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple creation tool with no output schema, the description covers the purpose and the most critical response behavior (the signing secret). It doesn't describe the full response shape or mention the webhook ID, which would be useful for later get/delete operations, but the core invocation context is adequate.

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 description coverage is 100%, so the baseline is 3. The description does not add any detail about the parameters themselves (url, eventTypes, description); all parameter meaning derives from the schema. No extra guidance is needed, but no value is added either.

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 a specific verb ('Create') and resource ('PDFGate webhook subscription'), making it easy to distinguish from siblings like get_webhook and delete_webhook. The action and object are unambiguous and correctly scoped.

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?

No guidance is provided on when to use this tool versus alternatives such as get_webhook or delete_webhook, nor any mention of prerequisites or setup steps. The usage context is only implied by the verb 'create'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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