Skip to main content
Glama
jamesfishwick

Slipbox MCP Server

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

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
refreshNo
min_scoreNo
include_notesNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses caching (uses cached analysis by default, refresh=true to regenerate), cron behavior, and scoring factors. This is strong, but it omits potential performance implications of refresh or any side effects, leaving a minor transparency gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-organized: a clear one-line purpose, a brief explanation of clusters, a bulleted list of scoring factors, and a concise Args block. Every sentence adds value and the structure makes scanning easy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description gives strong context (what clusters are, how scoring works, defaults, refresh semantics) and implies return structure via parameters like limit and include_notes. However, without an output schema, it doesn't fully describe the returned cluster objects, leaving some ambiguity about the exact fields returned.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description fully compensates by defining each parameter with type, default, and purpose (min_score, limit, include_notes, refresh). This is exactly what an agent needs to invoke the tool correctly and goes beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb+resource: 'Get pending cluster analysis for structure note creation.' It clearly distinguishes from siblings like slipbox_create_structure_from_cluster (which creates) and slipbox_refresh_clusters (which refreshes) by focusing on retrieval of pending analysis.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explains the intended use case: high-scoring clusters are good candidates for new structure notes. It also provides context on cached vs refresh behavior and cron automation. However, it doesn't explicitly name alternatives or say when *not* to use this tool, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamesfishwick/slipbox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server