Skip to main content
Glama

AWS MCP Server

dynamodb_item_delete

Remove specific items from a DynamoDB table by specifying the table name and key. Simplify data management in AWS DynamoDB through controlled deletion operations.

Instructions

Delete an item from a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
keyYesKey to identify the item
table_nameYesName of the DynamoDB table

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Key to identify the item", "type": "object" }, "table_name": { "description": "Name of the DynamoDB table", "type": "string" } }, "required": [ "table_name", "key" ], "type": "object" }

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/rishikavikondala/mcp-server-aws'

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