DynamoDB MCP Server

list_tables

Retrieve a list of all DynamoDB tables in your account, with options for pagination and limiting the number of results, using this management tool on the DynamoDB MCP Server.

Instructions

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

You must be authenticated.

Other Tools from DynamoDB MCP Server

Related Tools

ID: 3voqtftc3c