Skip to main content
Glama
giovanemartins

LocalStack MCP Server

sqs_delete_message

Delete a message from an SQS queue using its receipt handle. Removes processed messages to prevent redelivery and manage queue lifecycle.

Instructions

Delete a message from an SQS queue using its receipt handle

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queueNameYesQueue name
receiptHandleYesReceipt handle returned when the message was received
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It does not mention that deletion is permanent, what happens with invalid receipt handles, or any side effects. For a mutation tool, this is a significant gap.

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 a single sentence that is direct, front-loaded with the action, and contains no redundant information. It is appropriately sized for the tool's simplicity.

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 has only two parameters and no output schema, the description provides a complete enough picture for a simple delete operation. It would benefit from a note on permanence, but overall it is adequate for the tool's complexity.

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 coverage is 100%, and the description adds only 'using its receipt handle', which reinforces the role of the receiptHandle parameter but does not go beyond what the schema already states. The description meets the baseline without adding extra semantic value.

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 action (Delete), the resource (a message from an SQS queue), and the required method (using its receipt handle). It distinguishes from sibling tools like sqs_delete_queue (deleting a queue) and sqs_purge_queue (clearing all messages).

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 clearly implies that this tool should be used after receiving a message and obtaining its receipt handle. It does not explicitly mention alternatives or when not to use it, but the context is strong enough for an agent to infer the correct usage relative to siblings.

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/giovanemartins/localstack-mcp-server'

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