Skip to main content
Glama

DynamoDB MCP Server

by imankamyabi

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" }
Install Server

Other Tools from DynamoDB MCP Server

Related Tools

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/imankamyabi/dynamodb-mcp-server'

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