DynamoDB Read-Only MCP

MIT License
4
  • Apple

get-item

Retrieve a specific item from a DynamoDB table using a defined key in JSON format. Simplify querying and access data directly from AWS DynamoDB databases.

Instructions

Get an item from a DynamoDB table based on a specific key

Input Schema

NameRequiredDescriptionDefault
keyYesItem key (JSON format)
tableNameYesTable name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "key": { "additionalProperties": {}, "description": "Item key (JSON format)", "type": "object" }, "tableName": { "description": "Table name", "type": "string" } }, "required": [ "tableName", "key" ], "type": "object" }

You must be authenticated.

Other Tools from DynamoDB Read-Only MCP

Related Tools

ID: xuw8sgmq6u