create_table
Create a new DynamoDB table with custom partition key, sort key, and provisioned read/write capacity using the DynamoDB MCP Server tool.
Instructions
Creates a new DynamoDB table with specified configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
partitionKey | Yes | Name of the partition key | |
partitionKeyType | Yes | Type of partition key (S=String, N=Number, B=Binary) | |
readCapacity | Yes | Provisioned read capacity units | |
sortKey | No | Name of the sort key (optional) | |
sortKeyType | No | Type of sort key (optional) | |
tableName | Yes | Name of the table to create | |
writeCapacity | Yes | Provisioned write capacity units |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from DynamoDB MCP Server
Related Tools
- @imankamyabi/dynamodb-mcp-server
- @imankamyabi/dynamodb-mcp-server
- @imankamyabi/dynamodb-mcp-server
- @rishikavikondala/mcp-server-aws
- @imankamyabi/dynamodb-mcp-server