AWS MCP Server

dynamodb_item_scan

Scan items in a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
expression_attributesNo
filter_expressionNoFilter expression
table_nameYesName of the DynamoDB table

Input Schema (JSON Schema)

{ "properties": { "expression_attributes": { "properties": { "names": { "description": "Expression attribute names", "type": "object" }, "values": { "description": "Expression attribute values", "type": "object" } }, "type": "object" }, "filter_expression": { "description": "Filter expression", "type": "string" }, "table_name": { "description": "Name of the DynamoDB table", "type": "string" } }, "required": [ "table_name" ], "type": "object" }