brain_tag
Manage thought tags by adding and removing them with a single call. Use existing tag identifiers or create new tags, all in one operation.
Instructions
Attaches and removes a thought's tags. Tags are separate thoughts of a special kind; take their identifiers from brain_list_types_and_tags, and create a new tag via brain_create_thought. A single call can both add and remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add | No | Tag identifiers to attach. | |
| remove | No | Tag identifiers to remove. | |
| brainId | Yes | Brain identifier. Take it from brain_list — never guess it. | |
| thoughtId | Yes |