AWS MCP Server

dynamodb_table_update

Modify a DynamoDB table's attribute definitions using the AWS MCP Server. Specify the table name and updated attributes to implement changes directly through natural language commands.

Instructions

Update a DynamoDB table

Input Schema

NameRequiredDescriptionDefault
attribute_definitionsYesUpdated attribute definitions
table_nameYesName of the DynamoDB table

Input Schema (JSON Schema)

{ "properties": { "attribute_definitions": { "description": "Updated attribute definitions", "type": "array" }, "table_name": { "description": "Name of the DynamoDB table", "type": "string" } }, "required": [ "table_name", "attribute_definitions" ], "type": "object" }
ID: v69k6ch2gh