Skip to main content
Glama

DynamoDB MCP Server

by imankamyabi

put_item

Inserts or replaces an item in a DynamoDB table using the specified table name and item details, ensuring data management without delete functionality.

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

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