Skip to main content
Glama

Astra DB MCP Server

Official

UpdateRecord

Modify an existing record in a specified collection within Astra DB by providing the collection name, record ID, and updated data.

Instructions

Update an existing record in a collection

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection containing the record
recordYesThe updated record data
recordIdYesID of the record to update

Input Schema (JSON Schema)

{ "properties": { "collectionName": { "description": "Name of the collection containing the record", "type": "string" }, "record": { "description": "The updated record data", "type": "object" }, "recordId": { "description": "ID of the record to update", "type": "string" } }, "required": [ "collectionName", "recordId", "record" ], "type": "object" }

You must be authenticated.

Other Tools from Astra DB 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/datastax/astra-db-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server