DynamoDB MCP Server

scan_table

Scan an entire DynamoDB table with customizable filters, attribute mappings, and limits to retrieve specific data without accidental deletions.

Instructions

Scans an entire table with optional filters

Input Schema

NameRequiredDescriptionDefault
expressionAttributeNamesNoAttribute name mappings
expressionAttributeValuesNoValues for the filter expression
filterExpressionNoFilter expression
limitNoMaximum number of items to return
tableNameYesName of the table

Input Schema (JSON Schema)

{ "properties": { "expressionAttributeNames": { "description": "Attribute name mappings", "optional": true, "type": "object" }, "expressionAttributeValues": { "description": "Values for the filter expression", "optional": true, "type": "object" }, "filterExpression": { "description": "Filter expression", "optional": true, "type": "string" }, "limit": { "description": "Maximum number of items to return", "optional": true, "type": "number" }, "tableName": { "description": "Name of the table", "type": "string" } }, "required": [ "tableName" ], "type": "object" }

You must be authenticated.

Other Tools from DynamoDB MCP Server

Related Tools

ID: 3voqtftc3c