Skip to main content
Glama

DynamoDB Read-Only MCP

by jjikky

describe-table

Retrieve comprehensive details about a DynamoDB table, including schema and configuration, by specifying its name using this tool on the DynamoDB Read-Only MCP server.

Instructions

Get detailed information about a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
tableNameYesName of the table to get details for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "tableName": { "description": "Name of the table to get details for", "type": "string" } }, "required": [ "tableName" ], "type": "object" }

You must be authenticated.

Other Tools from DynamoDB Read-Only MCP

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/jjikky/dynamo-readonly-mcp'

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