Skip to main content
Glama
PagerDuty

pagerduty-mcp

Official
by PagerDuty

get_webhook_subscription

Read-onlyIdempotent

Retrieve details of a specific PagerDuty webhook subscription using its unique ID. Returns subscription configuration and status.

Instructions

Get a specific webhook subscription by ID.

Args:
    subscription_id: The ID of the webhook subscription to retrieve

Returns:
    Webhook subscription details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subscription_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoThe webhook subscription ID (read-only)
typeNoThe object type (always webhook_subscription)
activeNoWhether the subscription will produce webhook events
eventsNoThe outbound event types this webhook will receive
filterNoThe scope filter for this webhook subscription
descriptionNoA short description of the webhook subscription
delivery_methodNoThe delivery method configuration
Behavior3/5

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

The annotations already declare this as a read-only, idempotent, non-destructive operation. The description merely restates the retrieval nature, adding no new behavioral context beyond what the annotations provide.

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 extremely concise at two sentences plus an Args/Returns block. Every word is purposeful with no redundancy or fluff.

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 getter tool with one parameter and an output schema, the description covers the essential purpose and parameter. It lacks details on error handling or ID format, but the output schema likely specifies return structure.

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 has no parameter descriptions (0% coverage), but the description's Args section adds a brief explanation: 'The ID of the webhook subscription to retrieve'. This provides meaningful context beyond the schema's type and title, justifying a score above baseline.

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 'Get a specific webhook subscription by ID', using a specific verb and resource. It distinguishes itself from the sibling tool 'list_webhook_subscriptions' by implying single-item retrieval.

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

Usage Guidelines4/5

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

The description implies usage when a specific subscription ID is known. It does not explicitly exclude the list tool or provide alternatives, but the context of siblings is clear enough for an agent to differentiate.

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

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