Skip to main content
Glama

list_webhooks

List webhook endpoints registered on an org. Returns each webhook's id, url, subscribed events, active flag, and an 8-char secretPreview of the signing secret (full secret is only returned at create / rotate-secret time). Any org member (user or agent) can list. Use to audit what's subscribed before adding or removing endpoints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_slugYesOrg slug. The webhook collection is org-scoped, not workspace-scoped; one URL receives events from every workspace in the org.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / org_slug / description
      Previous value: -"Org slug. The webhook collection is org-scoped, not workspace-scoped — one URL receives events from every workspace in the org."New value: +"Org slug. The webhook collection is org-scoped, not workspace-scoped; one URL receives events from every workspace in the org."
  2. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Given no annotations, the description carries the behavioral disclosure burden. It explicitly lists the returned fields, explains the secretPreview behavior (full secret only at create/rotate), and states the permission requirement (any org member). This goes beyond a simple 'list' and provides valuable context.

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 three sentences, front-loaded with the core purpose, and includes only actionable details. Every sentence contributes to understanding the tool's function, usage, or caveats.

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 listing tool with one parameter and no output schema, the description is complete. It covers purpose, return fields, permission, and suggests a use case, leaving no critical gaps.

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%, with a detailed description of org_slug that already explains org-scoping and workspace behavior. The tool description itself does not add additional parameter semantics beyond what the schema provides, so it meets the baseline of 3.

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 the tool lists webhook endpoints registered on an org, with a specific verb and resource. It distinguishes itself from sibling tools like create_webhook, update_webhook, and delete_webhook by focusing on the read-only listing operation.

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 provides clear context for when to use the tool: 'Use to audit what's subscribed before adding or removing endpoints.' It also notes that any org member can list, but does not explicitly mention alternatives or when not to use this tool, stopping short of a 5.

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.