add_issue_message
Append a message to an issue thread using entity ID or GitHub issue number, with optional guest token for remote append.
Instructions
Append a message to an issue thread. Provide entity_id or issue_number (issue_number is an integer). Pass guest_access_token when the local issue snapshot does not already carry the operator token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | Neotoma `issue` entity_id. Use the id returned by submit_issue or Inspector. | |
| issue_number | No | GitHub issue number in the configured repo; use entity_id for private/local issues. | |
| body | Yes | Message body in markdown. | |
| guest_access_token | No | Optional guest-scoped token for operator Neotoma read-through / remote append when mirroring a remote issue. If omitted, the issue entity's stored guest_access_token is used when present. | |
| reporter_git_sha | No | Reporter git SHA (`git rev-parse HEAD`) the message author is testing against. Soft requirement on public issue threads. | |
| reporter_git_ref | No | Optional reporter git ref / branch name. | |
| reporter_channel | No | Optional reporter channel (e.g. ci, local). | |
| reporter_app_version | No | Reporter app / CLI version (semver) the message author is testing. Soft requirement on public issue threads. |