DynamoDB MCP Server

describe_table

Gets detailed information about a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
tableNameYesName of the table to describe

Input Schema (JSON Schema)

{ "properties": { "tableName": { "description": "Name of the table to describe", "type": "string" } }, "required": [ "tableName" ], "type": "object" }