Skip to main content
Glama

get_webhook

Read-onlyIdempotent

Retrieve a webhook subscription's details, including active status and deactivation reason. Use it to diagnose why a Skilljar webhook stopped delivering after failed deliveries.

Instructions

Fetch one webhook subscription. SECRETS ARE WITHHELD.

    Same redaction as `list_webhooks`: header names but not values, the target URL's
    host and path but not its query string, and never the Basic-auth password.

    `deactivate_reason` is the useful field when something stopped working - a
    webhook Skilljar disabled after failed deliveries looks identical to a healthy
    one apart from `active` and that reason.

    Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.2/5.0
Behavior5/5

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

The annotations already declare readOnly, idempotent, and non-destructive, but the description goes further by disclosing the redaction rules (headers names but not values, host and path but not query string, no Basic-auth password) and the auth credential requirement. It also flags that a webhook disabled by Skilljar can look healthy except for active and deactivate_reason, which is valuable behavioral insight beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loaded with the core purpose, then adds redaction, troubleshooting, and auth context. Every sentence earns its place, though the redaction paragraph is a bit detailed for a single get operation.

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 simple one-parameter read operation with an output schema, the description covers everything an agent needs: what the tool fetches, how sensitive fields are redacted, a practical tip about deactivation reasons, and the required credential. The safety profile is already provided by annotations, and return structure is handled by the output schema, so nothing critical is missing.

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 only says id is a required string, and the description does not explicitly explain the id format or what resource it references. The phrase 'one webhook subscription' helps infer that id identifies a webhook, but the description does not compensate for the complete lack of parameter-level documentation in the schema.

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 opens with 'Fetch one webhook subscription', which is a specific verb and resource. It is distinct from the sibling list_webhooks by emphasizing a single item, and the wording clearly identifies the operation without ambiguity.

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 gives useful context: it mentions the sibling list_webhooks for redaction behavior and explains when deactivate_reason matters for troubleshooting. However, it never explicitly states when to choose get_webhook over list_webhooks or other alternatives, leaving the selection logic mostly implicit.

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/CloudSecurityAlliance/csa-skilljar'

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