instructions-update
Update LLM instructions at the specified level. Required: level ('brain'|'personal_root'|'container'|'team'), instructions (string). Optional: id (integer, required for 'container' and 'team'), mode ('replace' default|'append'). The 'container' level updates personal containers only; to set instructions for a team, use level 'team' (team owners only). In 'replace' mode (default), the provided text overwrites existing instructions. In 'append' mode, the text is appended to existing instructions with a newline separator. Always read current instructions first before replacing to avoid losing existing content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Container ID or Team ID (required for 'container' and 'team' levels) | |
| mode | No | Update mode: 'replace' (default) overwrites existing instructions, 'append' adds to them | |
| level | Yes | Instruction level to update (required) | |
| instructions | Yes | The instructions text. In 'replace' mode (default), this overwrites existing instructions. In 'append' mode, this is appended to existing instructions. |