Skip to main content
Glama

Remove Suggested Message Tool

remove_suggested_message

Remove a suggested message from a chatbot. Get the id from list_suggested_messages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatbot_idYesThe chatbot id.
suggested_message_idYesThe suggested message id (from list_suggested_messages).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior2/5

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

With empty annotations, the description carries the full burden of behavioral disclosure. It only says 'Remove a suggested message' without revealing whether the action is permanent, whether permissions are required, or if there are side effects. This is a significant gap for a destructive operation.

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 two sentences, front-loaded with the main action, and contains no filler or repetition. Every sentence earns its place.

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?

For a simple two-parameter removal tool, the schema and description cover the essentials: what the tool does and how to obtain the id. However, the lack of annotations and absence of any note about permanence or side effects leaves a gap, making it minimally complete.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents both parameters at 100% coverage. The description adds value by instructing the user to get suggested_message_id from list_suggested_messages, which clarifies the source of the id and reduces ambiguity.

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 'Remove a suggested message from a chatbot' with a specific verb (remove), resource (suggested message), and scope (from a chatbot). This distinguishes it from sibling tools like add_suggested_message and update_suggested_message.

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

Usage Guidelines4/5

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

The description provides a clear prerequisite: 'Get the id from list_suggested_messages,' which guides the user on how to obtain the required id. However, it does not explicitly mention when not to use this tool or compare it to alternatives like update_suggested_message.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources