AWS MCP Server

dynamodb_table_describe

Retrieve key details about a specified DynamoDB table, including its configuration and status, using AWS MCP Server for efficient table management.

Instructions

Get details about a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
table_nameYesName of the DynamoDB table

Input Schema (JSON Schema)

{ "properties": { "table_name": { "description": "Name of the DynamoDB table", "type": "string" } }, "required": [ "table_name" ], "type": "object" }
ID: v69k6ch2gh