list-tables
Retrieve a comprehensive list of all DynamoDB tables directly from the DynamoDB Read-Only MCP server to manage and analyze your database structure efficiently.
Instructions
Get a list of all DynamoDB tables
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}