slipbox_create_structure_from_cluster
Turn a detected cluster into a structure note organizing all member notes, including bidirectional links. Provide a cluster ID from the cluster report to generate the note.
Instructions
Create a structure note from a detected cluster.
Generates a structure note organizing all notes in the cluster, with bidirectional links to each member note.
Run slipbox_get_cluster_report first to see available clusters and their IDs.
Args: cluster_id: ID from cluster report (e.g. "jackson-mac-low-chance-operations") title: Override the suggested title (optional) create_links: Create bidirectional links to member notes (default: true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| cluster_id | Yes | ||
| create_links | No |