View Session
view_sessionRetrieve and review stored thoughts from a named thinking session, returning recent entries by default. Use pagination to inspect reasoning history.
Instructions
View the contents of a thinking session. Returns the last N thoughts by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of thoughts to return (default: SESSION_MAX_RETURN env or 50) | |
| offset | No | Pagination offset | |
| sessionName | Yes | Session name to view (format: category:name:subcategory) |