Skip to main content
Glama

DynamoDB MCP Server

by imankamyabi

get_item

Retrieve an item from a DynamoDB table using its primary key with the MCP server, ensuring controlled access to data without delete functionality to prevent accidental loss.

Instructions

Retrieves an item from a table by its primary key

Input Schema

NameRequiredDescriptionDefault
keyYesPrimary key of the item to retrieve
tableNameYesName of the table

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Primary key of the item to retrieve", "type": "object" }, "tableName": { "description": "Name of the table", "type": "string" } }, "required": [ "tableName", "key" ], "type": "object" }

You must be authenticated.

Other Tools from DynamoDB MCP Server

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

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