Skip to main content
Glama

DynamoDB MCP Server

by imankamyabi

update_capacity

Adjust the read and write capacity units for a DynamoDB table through the DynamoDB MCP Server to optimize performance and resource allocation without risking accidental data loss.

Instructions

Updates the provisioned capacity of a table

Input Schema

NameRequiredDescriptionDefault
readCapacityYesNew read capacity units
tableNameYesName of the table
writeCapacityYesNew write capacity units

Input Schema (JSON Schema)

{ "properties": { "readCapacity": { "description": "New read capacity units", "type": "number" }, "tableName": { "description": "Name of the table", "type": "string" }, "writeCapacity": { "description": "New write capacity units", "type": "number" } }, "required": [ "tableName", "readCapacity", "writeCapacity" ], "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