Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | salesforce__add_case_comment |
| Group | Integrations |
{
"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."
}