Skip to main content
Glama

kaiten_get_webhook

Retrieve a specific external webhook for a Kaiten space using its space ID and webhook ID. If the request returns 405, fall back to listing webhooks to locate the needed configuration.

Instructions

Get a specific external webhook for a Kaiten space. Note: GET by ID may return 405; use kaiten_list_webhooks instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
space_idYesSpace ID
webhook_idYesWebhook ID
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the key failure mode ('GET by ID may return 405') and recommends a workaround. It does not add much else about response shape or permissions, but the 405 caveat is meaningful behavioral information not available in the schema.

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 carry all essential information: the operation and the critical fallback note. There is no filler, and the caveat is placed immediately after the purpose.

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 two-parameter getter with no output schema, the description is nearly complete: it identifies the resource, the required scope, and the likely failure mode with a fallback. It would be slightly stronger with a hint about the response shape, but 'Get a specific external webhook' makes the return value reasonably predictable.

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 already describes both parameters at 100% coverage. The description only restates 'space' and 'webhook' context without adding ID format, lookup behavior, or relationship details, so it stays at the schema-driven 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 specifies a clear verb ('Get'), a specific resource ('a specific external webhook'), and a scope ('for a Kaiten space'). It also distinguishes the tool from the list and incoming-webhook siblings, especially by naming kaiten_list_webhooks and by qualifying the webhook as 'external'.

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?

The note provides an explicit alternative and a condition: if GET by ID returns 405, use kaiten_list_webhooks instead. This directly tells an agent when not to use the tool and which sibling to fall back to.

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/ViktorOgnev/kaiten-mcp'

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