Add Record Comment
kintone-add-record-commentAdd a single comment to a kintone record, with support for user, group, and organization mentions. Use repeatedly to comment on multiple records.
Instructions
Add a single comment to a kintone record. The kintone API accepts one comment per call; to add comments to multiple records, call this tool repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | The ID of the app that contains the record (numeric value as string) | |
| record | Yes | The ID of the record to add a comment to | |
| text | Yes | Comment text. To mention users/groups/organizations, list the corresponding entries in 'mentions'. Do NOT include '@code' tokens in this text — not even as a greeting prefix such as '@user1 さん、' or '@group_name '. Mentions specified via the 'mentions' parameter are auto-rendered into the posted comment by kintone; any '@code' written in this text becomes a plain-text literal that does not link, does not notify, and visually duplicates the auto-rendered mention. | |
| mentions | No | Mentions to attach to the comment. Each entry pairs a code with its type (USER/GROUP/ORGANIZATION). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the added comment |