Skip to main content
Glama
giovanemartins

LocalStack MCP Server

sqs_list_queues

List all SQS queues in your LocalStack environment, optionally filtering by name prefix to quickly find specific queues.

Instructions

List all SQS queues in LocalStack

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prefixNoFilter queues by name prefix
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It discloses that the tool lists queues in LocalStack, but it omits details about return format, whether it is a read-only operation (though implied), or any potential limitations. The minimal nature is sufficient for a straightforward list 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 a single, concise sentence that directly conveys the tool's purpose without any redundancy. Every word earns its place.

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?

The tool has low complexity with one optional parameter and no output schema. The description covers the core functionality adequately for a simple list operation. It could optionally state the response format, but the current wording is sufficient.

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?

The schema already provides a complete description for the only parameter 'prefix' ('Filter queues by name prefix'), so the schema coverage is 100%. The description does not add extra parameter semantics, but none are needed given the schema's clarity.

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 'List' and resource 'SQS queues', distinguishing it from sibling list operations for other services like sns_list_topics or s3_list_buckets. The inclusion of 'all' further defines the scope, making it unambiguous.

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 implies the tool is used when you need to enumerate SQS queues, but it provides no explicit guidance on when to prefer this tool over alternatives or when to use the prefix parameter. Context is clear but lacks exclusions or alternative recommendations.

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