Skip to main content
Glama

DynamoDB Read-Only MCP

by jjikky

paginate-query-table

Paginate and retrieve query results from DynamoDB tables by specifying table name, key condition, and attribute values for efficient data handling.

Instructions

Paginate query results

Input Schema

NameRequiredDescriptionDefault
expressionAttributeValuesYesFilter expression attribute values (JSON format)
keyConditionExpressionYesKey condition expression (e.g: 'PK = :pk')
projectionExpressionNoProjection expression (optional)
tableNameYesTable name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "expressionAttributeValues": { "additionalProperties": {}, "description": "Filter expression attribute values (JSON format)", "type": "object" }, "keyConditionExpression": { "description": "Key condition expression (e.g: 'PK = :pk')", "type": "string" }, "projectionExpression": { "description": "Projection expression (optional)", "type": "string" }, "tableName": { "description": "Table name", "type": "string" } }, "required": [ "tableName", "keyConditionExpression", "expressionAttributeValues" ], "type": "object" }
Install Server

Other Tools from DynamoDB Read-Only MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jjikky/dynamo-readonly-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server