Skip to main content
Glama

AWS MCP Server

dynamodb_item_query

Query items directly from a DynamoDB table by specifying key conditions and expression values for precise data retrieval using the AWS MCP Server.

Instructions

Query items in a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
expression_valuesYesExpression attribute values
key_conditionYesKey condition expression
table_nameYesName of the DynamoDB table

Input Schema (JSON Schema)

{ "properties": { "expression_values": { "description": "Expression attribute values", "type": "object" }, "key_condition": { "description": "Key condition expression", "type": "string" }, "table_name": { "description": "Name of the DynamoDB table", "type": "string" } }, "required": [ "table_name", "key_condition", "expression_values" ], "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/rishikavikondala/mcp-server-aws'

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