update_item
Modify specific attributes of an item in a DynamoDB table using a defined update expression, primary key, and optional condition. Specify return values to confirm changes.
Instructions
Updates specific attributes of an item in a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conditionExpression | No | Condition for update (optional) | |
expressionAttributeNames | Yes | Attribute name mappings | |
expressionAttributeValues | Yes | Values for the update expression | |
key | Yes | Primary key of the item to update | |
returnValues | No | What values to return | |
tableName | Yes | Name of the table | |
updateExpression | Yes | Update expression (e.g., 'SET #n = :name') |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from DynamoDB MCP Server
Related Tools
- @rishikavikondala/mcp-server-aws
- @rishikavikondala/mcp-server-aws
- @imankamyabi/dynamodb-mcp-server
- @rishikavikondala/mcp-server-aws
- @rishikavikondala/mcp-server-aws