get_document
Read everything: action items, the record of what has already been dismissed, and "focus" — the handful of terms the user says matter most. Always call this before proposing changes: it is the only way to know what was already deleted or rejected, and re-suggesting those is the main failure mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_rules | No | Include the standing rules. Default true. Read them: the server drops any suggestion an active rule excludes, so proposing one is wasted effort. | |
| include_dismissed | No | Include deleted items and previously rejected suggestions. Default true, and you almost always want it: this is how you avoid proposing something again. |