Skip to main content
Glama
giovanemartins

LocalStack MCP Server

dynamodb_delete_item

Delete an item from a DynamoDB table using its key in LocalStack to manage test data during local AWS development.

Instructions

Delete an item from a DynamoDB table by its key in LocalStack

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesKey as a JSON string
tableNameYesTable name
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It states the destructive nature ('Delete') but does not disclose important behaviors such as idempotency, response shape, behavior for non-existent keys, or irreversibility. For a mutation tool, this is a notable transparency 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 concise sentence that front-loads the action and resource. Every word contributes meaning with no redundancy or filler.

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?

The tool is low-complexity and the schema fully documents parameters, so the description is adequate for basic selection. However, the lack of output schema and annotations means expected results, error behavior, and edge cases are not covered, leaving some operational uncertainty for the agent.

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?

Input schema covers 100% of parameters with descriptions for both tableName and key, which sets the baseline at 3. The description adds only the phrase 'by its key,' reinforcing the role of the key parameter but offering no extra format or usage detail. Schema coverage is sufficient, so no compensation is needed.

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?

Description uses a specific verb 'Delete' with the precise object 'an item from a DynamoDB table by its key'. This clearly distinguishes it from sibling tools like dynamodb_delete_table and dynamodb_get_item, and adds environment context with 'in LocalStack'.

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 phrase 'by its key' implies the intended use case of point deletion, providing adequate contextual clarity. However, there is no explicit guidance on when to use this tool instead of alternatives such as dynamodb_delete_table or batch deletion tools. No exclusions or alternatives are mentioned.

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