Skip to main content
Glama

AWS MCP Server

dynamodb_batch_get

Retrieve multiple items in a single operation from DynamoDB tables using a map of table names and keys. Ideal for efficiently fetching batch data with customizable parameters like consistent reads and projections.

Instructions

Batch get multiple items from DynamoDB tables

Input Schema

NameRequiredDescriptionDefault
request_itemsYesMap of table names to keys to retrieve

Input Schema (JSON Schema)

{ "properties": { "request_items": { "additionalProperties": { "properties": { "ConsistentRead": { "type": "boolean" }, "Keys": { "items": { "type": "object" }, "type": "array" }, "ProjectionExpression": { "type": "string" } }, "required": [ "Keys" ], "type": "object" }, "description": "Map of table names to keys to retrieve", "type": "object" } }, "required": [ "request_items" ], "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