pocketbase-mcp-server

update_record

Modify an existing record in a PocketBase database by specifying the collection, record ID, and updated data to ensure accurate and efficient data management.

Instructions

Update an existing record

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
dataYesUpdated record data
idYesRecord ID

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "data": { "description": "Updated record data", "type": "object" }, "id": { "description": "Record ID", "type": "string" } }, "required": [ "collection", "id", "data" ], "type": "object" }

You must be authenticated.

Other Tools from pocketbase-mcp-server

Related Tools

ID: z2xjuegxxh