Skip to main content
Glama
damientilman

Mailchimp MCP

get_batch_webhook

Read-only

Retrieve details of a batch webhook, including its target URL and enabled state. Use this to inspect a specific webhook configuration.

Instructions

Retrieve the details of a single batch webhook.

Use to inspect a batch webhook's target URL and enabled state. Use list_batch_webhooks to browse all batch webhooks and discover batch_webhook_id values.

Args: batch_webhook_id: The batch webhook ID. Obtain from list_batch_webhooks.

Returns: JSON with id, url, enabled (boolean). Returns error if batch_webhook_id is invalid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
batch_webhook_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so the read-only nature is clear. The description adds value by disclosing the return structure (JSON with id, url, enabled) and behavior on invalid ID (returns error). This is beyond what 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 concise, well-structured, and front-loaded with the main purpose. It uses bullet-like sections (Args, Returns) to organize information efficiently. Every sentence adds value.

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?

Given the tool's simplicity and the existence of an output schema, the description covers most necessary context: purpose, usage, required parameter sourcing, return format, and error behavior. The only gap is the undocumented 'account' parameter, which slightly reduces completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 partially explains 'batch_webhook_id' (obtain from list_batch_webhooks) but omits explanation of the 'account' parameter, which is optional. The missing parameter leaves the agent without guidance on its purpose.

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 verb 'Retrieve' and the resource 'details of a single batch webhook.' It specifies what the tool does (inspect target URL and enabled state) and distinguishes it from the sibling tool 'list_batch_webhooks' which browses all webhooks.

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 description explicitly tells when to use this tool (inspect a specific webhook) and when to use the alternative 'list_batch_webhooks' (browse all and discover IDs). It also states how to obtain the required ID.

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/damientilman/mailchimp-mcp-server'

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