dynamodb_item_get
Retrieve a specific item from a DynamoDB table by specifying the table name and key. Works with AWS MCP Server to enable natural language commands for DynamoDB operations.
Instructions
Get an item from a DynamoDB table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Key to identify the item | |
table_name | Yes | Name of the DynamoDB table |