brainstorm_turn
Run a brainstorm session turn with steering modes (expand, focus, challenge, synthesize, connect) to surface relevant ideas and connections from your library and notes.
Instructions
Run one turn of a brainstorm session, returning relevant context.
Call this at the start of a brainstorm and after each steering action.
The tool fetches relevant ideas, notes, questions, and library notes so
you (the AI) can surface connections the user may not have considered.
Steering modes:
expand — broaden; surface tangential connections
focus — narrow; find the most relevant threads
challenge — find counter-arguments and weaknesses
synthesize — identify themes; propose a unifying framework
connect — explicit cross-domain connections to library/literature
Args:
topic: The brainstorm topic or question.
steering: One of expand|focus|challenge|synthesize|connect.
session_uuid: Pass the UUID from the previous turn to continue a session.
Omit to start a new session.
turn_notes: Optional free-text notes from the previous turn to log.
Returns JSON with: session_uuid, turn_number, context (ideas/notes/
questions/library), steering_prompts, and instructions for the AI.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| steering | No | expand | |
| session_uuid | No | ||
| turn_notes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |