Think Tool
thinkPreserve reasoning across sessions by storing thoughts with structured session names. Retrieve prior analysis to maintain context for complex problem-solving.
Instructions
A persistent thinking workspace that preserves reasoning across sessions.
IMPORTANT: Always provide a sessionName parameter with format: category:name:subcategory Examples:
thesis:NVDA:ai_dominance
topic:research:quantum_computing
project:website:redesign
If no sessionName is provided, a temporary session will be generated (TEMP:timestamp:random).
The sessionName is used to store and retrieve your thoughts. Use consistent naming to maintain context across conversations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Optional thinking mode to structure your reasoning | |
| tags | No | Optional tags for categorizing thoughts | |
| reasoning | Yes | Your thinking, reasoning, or analysis text | |
| relates_to | No | ID of thought this relates to | |
| sessionName | No | Session name in format: category:name:subcategory (e.g., thesis:NVDA:ai_dominance). IMPORTANT: Always provide this for persistent sessions. | |
| relationship_type | No | Type of relationship to the referenced thought |