cm_get_list_webhooks
Retrieve all webhooks configured on a list to monitor and manage your Campaign Monitor integrations.
Instructions
Get all webhooks configured on a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | List ID. |
Retrieve all webhooks configured on a list to monitor and manage your Campaign Monitor integrations.
Get all webhooks configured on a list.
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | List ID. |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint: true, indicating a safe read operation. The description adds the scope 'configured on a list', clarifying the resource. It does not mention pagination, error handling, or other behavioral details, but for a straightforward GET endpoint, the description plus annotations provide sufficient transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that front-loads the key action and resource. It is efficient and to the point, though it could be slightly expanded without becoming verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one required parameter, no output schema, no nested objects), the description covers the basics adequately. The annotations fill in behavioral aspects. The description is complete enough for an agent to understand what the tool does.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage for the single parameter listId, with a clear schema description 'List ID.' The tool description does not add any additional meaning or context beyond what the schema already provides. Baseline is 3 due to high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Get') and the resource ('all webhooks configured on a list'). It is specific and matches the tool name. However, it does not differentiate from other list-related getters like cm_get_list or cm_get_list_stats, but the webhook focus provides enough distinction.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage: use this tool when you want to list webhooks for a list. No explicit guidance on when not to use it or alternatives (e.g., cm_create_webhook, cm_delete_webhook). It meets the minimum viable standard for a simple retrieval tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kanopi/campaign-monitor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server