query-table
Retrieve items from a DynamoDB table using specified key conditions, filters, and optional parameters to refine query results.
Instructions
Query items from a DynamoDB table based on conditions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expressionAttributeValues | Yes | Filter expression attribute values (JSON format) | |
filterExpression | No | Filter expression (optional) | |
indexName | No | Name of the index to use (optional) | |
keyConditionExpression | Yes | Key condition expression (e.g: 'PK = :pk') | |
limit | No | Maximum number of items to return | |
projectionExpression | No | Projection expression (optional) | |
tableName | Yes | Name of the table to query |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from DynamoDB Read-Only MCP
Related Tools
- @rishikavikondala/mcp-server-aws
- @imankamyabi/dynamodb-mcp-server
- @jjikky/dynamo-readonly-mcp
- @jjikky/dynamo-readonly-mcp
- @rishikavikondala/mcp-server-aws