gatewerk_create_note
Create notes and attach them to reviews, templates, or chain runs for context. Set sharing to make them visible to other reviewers.
Instructions
Create a note. api_key callers MUST set is_shared=true (or omit; default is true) — private notes are session-only. Notes can be pinned to one or more review/template/chain_run targets via attachments[].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Note body (Markdown supported) | |
| tags | No | Tags for categorization (e.g., ['risk', 'follow-up']) | |
| is_shared | No | Whether the note is visible to other reviewers. Default true. api_key subjects MUST leave true (private notes are session-only). | |
| project_id | No | Project ID. session callers must pass; api_key callers may omit (server resolves from the key). | |
| attachments | No | Targets to pin this note to on creation |