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
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Primary key of the item to retrieve | |
tableName | Yes | Name of the table |