Skip to main content
Glama

DynamoDB Read-Only MCP

by jjikky

get-item

Retrieve a specific item from a DynamoDB table using a defined key in JSON format. Simplify querying and access data directly from AWS DynamoDB databases.

Instructions

Get an item from a DynamoDB table based on a specific key

Input Schema

NameRequiredDescriptionDefault
keyYesItem key (JSON format)
tableNameYesTable name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "key": { "additionalProperties": {}, "description": "Item key (JSON format)", "type": "object" }, "tableName": { "description": "Table name", "type": "string" } }, "required": [ "tableName", "key" ], "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