Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update status, priority, owner, or resolution fields on a Service Cloud case
salesforce__update_case
{ "type": "object", "properties": { "caseId": { "type": "string", "description": "Salesforce Case ID" }, "Status": { "type": "string", "description": "New case status" }, "Priority": { "type": "string", "description": "New case priority" }, "OwnerId": { "type": "string", "description": "Queue or user owner ID" }, "Reason": { "type": "string", "description": "Case reason" }, "SuppliedEmail": { "type": "string", "description": "Customer supplied email" }, "Description": { "type": "string", "description": "Updated case description" } }, "required": [ "caseId" ], "description": "Input schema for the salesforce__update_case tool." }