DynamoDB MCP Server

put_item

Insert or replace an item in a specified DynamoDB table using the DynamoDB MCP Server, ensuring data updates without risking accidental deletion.

Instructions

Inserts or replaces an item in a table

Input Schema

NameRequiredDescriptionDefault
itemYesItem to put into the table
tableNameYesName of the table

Input Schema (JSON Schema)

{ "properties": { "item": { "description": "Item to put into the table", "type": "object" }, "tableName": { "description": "Name of the table", "type": "string" } }, "required": [ "tableName", "item" ], "type": "object" }

You must be authenticated.

Other Tools from DynamoDB MCP Server

Related Tools

ID: 3voqtftc3c