slipbox_get_cluster_report
Identifies note clusters lacking structure notes, scoring them by size, orphan ratio, link density, and recency to highlight candidates for new structure notes.
Instructions
Get pending cluster analysis for structure note creation.
Clusters are groups of notes sharing tags but lacking a structure note. High-scoring clusters are good candidates for new structure notes.
Uses cached analysis by default. Set refresh=true to regenerate. Cluster analysis runs automatically via cron if configured.
Scoring factors:
Note count (7-15 is ideal, >15 is overdue)
Orphan ratio (more orphans = more urgent)
Internal link density (fewer links = needs structure)
Recency (recent activity = active domain)
Args: min_score: Minimum cluster score 0.0-1.0 (default: 0.5) limit: Maximum clusters to return (default: 5) include_notes: Include full note list per cluster (default: false) refresh: Force regeneration of cluster analysis (default: false)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| refresh | No | ||
| min_score | No | ||
| include_notes | No |