Skip to main content
Glama

Get webhook

get_unified_webhook
Read-onlyIdempotent

Retrieve a single webhook by its ID from the connected account. Returns the full webhook record. Requires id (obtained from list_unified_webhooks). Use when you already have the ID; to search or list webhooks, use list_unified_webhooks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the webhook to get

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • removedInput schema / properties / fields
      Removed value: -{
      -  "description": "Comma-separated list of fields to include in the response",
      -  "type": "string"
      -}
  2. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and non-destructive behavior. The description adds that the webhook is scoped to the 'connected account' and that a 'full webhook record' is returned, which is useful context beyond the annotations. It does not cover error cases like a missing ID, but that is a minor gap for a simple read 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?

Three short sentences front-load the action and return value, then provide usage guidance and the sibling alternative. Every sentence earns its place with no redundancy or filler.

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 single-parameter read-only getter with rich annotations, the description covers the object returned, the source of the ID, and the distinction from the listing alternative. No critical information is missing for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes `id` at 100% coverage, so the baseline is 3. The description adds provenance by telling the agent the ID comes from `list_unified_webhooks`, which is extra meaning beyond the schema definition.

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 states a specific verb and resource ('Retrieve a single webhook by its ID'), names the return value ('full webhook record'), and differentiates itself from list_unified_webhooks. An agent can immediately understand exactly what this 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 Guidelines5/5

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

It explicitly says to use this tool when you already have the ID and directs ID lookup to `list_unified_webhooks`. This gives a clear when-to-use and an explicit alternative, leaving no ambiguity.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources