Skip to main content
Glama

DynamoDB Read-Only MCP

by jjikky

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

NameRequiredDescriptionDefault
expressionAttributeValuesYesFilter expression attribute values (JSON format)
filterExpressionNoFilter expression (optional)
indexNameNoName of the index to use (optional)
keyConditionExpressionYesKey condition expression (e.g: 'PK = :pk')
limitNoMaximum number of items to return
projectionExpressionNoProjection expression (optional)
tableNameYesName of the table to query

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" }, "filterExpression": { "description": "Filter expression (optional)", "type": "string" }, "indexName": { "description": "Name of the index to use (optional)", "type": "string" }, "keyConditionExpression": { "description": "Key condition expression (e.g: 'PK = :pk')", "type": "string" }, "limit": { "description": "Maximum number of items to return", "type": "number" }, "projectionExpression": { "description": "Projection expression (optional)", "type": "string" }, "tableName": { "description": "Name of the table to query", "type": "string" } }, "required": [ "tableName", "keyConditionExpression", "expressionAttributeValues" ], "type": "object" }

You must be authenticated.

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