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.
Create a Service Cloud case for customer support
salesforce__create_case
{ "type": "object", "properties": { "Subject": { "type": "string", "description": "Case subject" }, "Description": { "type": "string", "description": "Case description" }, "Status": { "type": "string", "description": "Case status" }, "Priority": { "type": "string", "description": "Case priority" }, "Origin": { "type": "string", "description": "Case origin" }, "ContactId": { "type": "string", "description": "Related Salesforce Contact ID" }, "AccountId": { "type": "string", "description": "Related Salesforce Account ID" }, "OwnerId": { "type": "string", "description": "Queue or user owner ID" } }, "required": [ "Subject" ], "description": "Input schema for the salesforce__create_case tool." }