AWS MCP Server

dynamodb_item_query

Query items in a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
expression_valuesYesExpression attribute values
key_conditionYesKey condition expression
table_nameYesName of the DynamoDB table

Input Schema (JSON Schema)

{ "properties": { "expression_values": { "description": "Expression attribute values", "type": "object" }, "key_condition": { "description": "Key condition expression", "type": "string" }, "table_name": { "description": "Name of the DynamoDB table", "type": "string" } }, "required": [ "table_name", "key_condition", "expression_values" ], "type": "object" }