Skip to main content
Glama

DynamoDB MCP Server

by imankamyabi

query_table

Retrieve data from a DynamoDB table using key conditions and optional filters, ensuring precise query results for efficient data management in the DynamoDB MCP Server.

Instructions

Queries a table using key conditions and optional filters

Input Schema

NameRequiredDescriptionDefault
expressionAttributeNamesNoAttribute name mappings
expressionAttributeValuesYesValues for the key condition expression
filterExpressionNoFilter expression for results
keyConditionExpressionYesKey condition 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 key condition expression", "type": "object" }, "filterExpression": { "description": "Filter expression for results", "optional": true, "type": "string" }, "keyConditionExpression": { "description": "Key condition expression", "type": "string" }, "limit": { "description": "Maximum number of items to return", "optional": true, "type": "number" }, "tableName": { "description": "Name of the table", "type": "string" } }, "required": [ "tableName", "keyConditionExpression", "expressionAttributeValues" ], "type": "object" }

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/imankamyabi/dynamodb-mcp-server'

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