create_gsi
Create a global secondary index for a DynamoDB table by defining partition key, projection type, and capacity units through the Model Context Protocol server.
Instructions
Creates a global secondary index on a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
indexName | Yes | Name of the new index | |
nonKeyAttributes | No | Non-key attributes to project (optional) | |
partitionKey | Yes | Partition key for the index | |
partitionKeyType | Yes | Type of partition key | |
projectionType | Yes | Type of projection | |
readCapacity | Yes | Provisioned read capacity units | |
sortKey | No | Sort key for the index (optional) | |
sortKeyType | No | Type of sort key (optional) | |
tableName | Yes | Name of the table | |
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
- @imankamyabi/dynamodb-mcp-server
- @imankamyabi/dynamodb-mcp-server