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.
Add a support note or customer-visible comment to a Service Cloud case
salesforce__add_case_comment
{ "type": "object", "properties": { "ParentId": { "type": "string", "description": "Salesforce Case ID" }, "CommentBody": { "type": "string", "description": "Comment body" }, "IsPublished": { "type": "boolean", "description": "Whether the comment is visible externally" } }, "required": [ "ParentId", "CommentBody" ], "description": "Input schema for the salesforce__add_case_comment tool." }