Skip to main content
Glama

test_webhook

Test webhook functionality by triggering calls with data from the latest published or live podcast episode to verify integration setup.

Instructions

Test webhooks. Your webhook is called with data from the latest published or live episode.

Args: show: One of the slugs configured in PODHOME_SHOWS integration_id: Optional specific webhook ID to test

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
showYes
integration_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions that the webhook is called with episode data, implying a read operation, but lacks details on permissions, rate limits, side effects (e.g., whether this triggers actual notifications), or response behavior. For a testing tool with zero annotation coverage, this is a significant gap in behavioral disclosure.

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 appropriately sized and front-loaded: the first sentence states the purpose clearly, followed by a structured 'Args:' section for parameters. There's no wasted text, but it could be slightly more concise by integrating the parameter explanations into a single paragraph without sacrificing clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 2 parameters with 0% schema coverage and an output schema present, the description provides basic purpose and parameter semantics but lacks behavioral context (e.g., side effects, error handling). The output schema likely covers return values, reducing the burden, but for a testing tool with no annotations, more detail on what 'testing' entails would improve completeness.

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 0%, so the description must compensate. It adds meaning by explaining 'show' as 'One of the slugs configured in PODHOME_SHOWS' and 'integration_id' as 'Optional specific webhook ID to test', which clarifies their roles beyond the bare schema. However, it doesn't detail format constraints (e.g., slug patterns) or what happens if 'integration_id' is omitted, leaving some ambiguity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Test webhooks' with the specific action of calling a webhook with data from the latest published or live episode. It distinguishes from siblings like 'register_webhook' or 'delete_webhook' by focusing on testing rather than management operations. However, it doesn't explicitly contrast with all siblings (e.g., 'list_webhooks').

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

Usage Guidelines2/5

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

The description provides minimal guidance: it mentions testing webhooks with episode data but offers no explicit when-to-use advice, prerequisites, or alternatives. For example, it doesn't clarify when to use this versus 'list_webhooks' or 'register_webhook', or if testing is needed before deployment. This leaves usage context largely implied.

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/ChrisLAS/podhome-mcp'

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