Skip to main content
Glama

DynamoDB MCP Server

by imankamyabi

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

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