scan_table
Scan entire DynamoDB tables with optional filters, attribute mappings, and result limits using the DynamoDB MCP Server. Retrieve table data efficiently with customizable query parameters.
Instructions
Scans an entire table with optional filters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expressionAttributeNames | No | Attribute name mappings | |
expressionAttributeValues | No | Values for the filter expression | |
filterExpression | No | Filter expression | |
limit | No | Maximum number of items to return | |
tableName | Yes | Name of the table |