get_thought
Retrieve a thought file's raw content by specifying its name, category, and archive status, enabling direct review of stored ideas or tasks.
Instructions
Reads a specific thought file and returns its raw content for review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The thought file to read (e.g., "my-ideas.md"). | |
| category | No | The category/subdirectory. Default: "todos". | todos |
| from_archive | No | Read from archive instead of active thoughts. Default: false. |