DynamoDB MCP Server

get_item

Retrieve an item from a DynamoDB table using its primary key with the MCP server, ensuring controlled access to data without delete functionality to prevent accidental loss.

Instructions

Retrieves an item from a table by its primary key

Input Schema

NameRequiredDescriptionDefault
keyYesPrimary key of the item to retrieve
tableNameYesName of the table

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Primary key of the item to retrieve", "type": "object" }, "tableName": { "description": "Name of the table", "type": "string" } }, "required": [ "tableName", "key" ], "type": "object" }

You must be authenticated.

Other Tools from DynamoDB MCP Server

Related Tools

ID: 3voqtftc3c