Skip to main content
Glama
christianclaudio

mcp-server-smartsheet-rm

rm_delete_webhook

Destructive

Delete a webhook subscription to stop automated event notifications. Requires confirm=true to permanently remove the webhook from Smartsheet RM.

Instructions

Delete a webhook subscription (Destructive: requires confirm=True).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
webhook_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the destructive nature is established. The description adds a valuable behavioral requirement: 'requires confirm=True'. This goes beyond the schema, which only shows confirm as optional with default false, and is critical for correctly invoking the tool.

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 one short sentence that front-loads the action and includes the most important safety constraint. Every word earns its place; there is no filler, redundancy, or unnecessary detail.

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 destructive operation with an output schema and safety annotations, the description covers the essential non-obvious behavior: confirmation is required. The webhook_id requirement is visible in the schema, so the description does not need to restate it. It is slightly minimal but sufficient for an agent to select and invoke the tool correctly.

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 carries the burden of explaining parameters. It only adds meaning to 'confirm' by stating it is required for deletion. It says nothing about 'webhook_id', leaving the agent to infer its role from the schema alone. This is only partial compensation for the missing schema descriptions.

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 states a specific verb and resource: 'Delete a webhook subscription.' This clearly distinguishes the tool from sibling tools like rm_create_webhook and rm_list_webhooks. The parenthetical about confirmation adds useful operational context without obscuring the core purpose.

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

Usage Guidelines3/5

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

The description makes the general use case clear: this is the tool for deleting a webhook. However, it does not explicitly describe when to use it versus alternatives, nor does it mention prerequisites like finding the webhook_id first via rm_list_webhooks or creating webhooks with rm_create_webhook.

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/christianclaudio/mcp-server-smartsheet-rm'

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