add_file_attachment
Attach a file or image to a specific thought in TheBrain by providing the thought ID and file path. Optionally, set a custom attachment name.
Instructions
Add a file attachment (including images) to a thought
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brainId | No | The ID of the brain | |
| fileName | No | Name for the attachment (optional, uses filename if not provided) | |
| filePath | Yes | Path to the file to attach | |
| thoughtId | Yes | The ID of the thought |