Skip to main content
Glama

DynamoDB MCP Server

by imankamyabi

list_tables

Retrieve a list of DynamoDB tables in your account, with options for pagination and limiting results, using 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/imankamyabi/dynamodb-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server