DynamoDB MCP Server

list_tables

Lists all DynamoDB tables in the account

Input Schema

NameRequiredDescriptionDefault
exclusiveStartTableNameNoName of the table to start from for pagination (optional)
limitNoMaximum number of tables to return (optional)

Input Schema (JSON Schema)

{ "properties": { "exclusiveStartTableName": { "description": "Name of the table to start from for pagination (optional)", "type": "string" }, "limit": { "description": "Maximum number of tables to return (optional)", "type": "number" } }, "type": "object" }