DynamoDB MCP Server

describe_table

Retrieve detailed information about a DynamoDB table, including schema, status, and settings, for effective resource management using the DynamoDB MCP Server.

Instructions

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" }

You must be authenticated.

Other Tools from DynamoDB MCP Server

Related Tools

ID: 3voqtftc3c