Skip to main content
Glama

Find Orphan Notes

find_orphans
Read-onlyIdempotent

Identify disconnected notes in your vault's link graph, categorized as fully isolated, lacking backlinks, or lacking outlinks. Surface abandoned content, missing hub pages, or archiving candidates.

Instructions

Identify disconnected notes in the vault's link graph, classified into three groups: fully isolated (no links in or out), no-backlinks (nothing links to them), and no-outlinks (they link to nothing). Returns counts per category and an example list per category, capped by maxResults. Use to surface abandoned notes, missing hub pages, or candidates for archiving.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeOutlinksCheckNoIf true (default), also report notes with no outgoing links; if false, only report fully-isolated notes and notes with no backlinks.
maxResultsNoMaximum total note paths to list across all categories (1-5000, default: 200). Full counts are always reported regardless.
Behavior4/5

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

Annotations already indicate readonly and idempotent. Description adds behavioral details: returns counts per category and an example list capped by maxResults, full counts always reported. No contradiction.

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?

Two concise sentences, front-loaded with purpose, then details. No unnecessary words.

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

Completeness5/5

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

For a simple readonly tool with 2 params and no output schema, the description completely explains functionality, return structure, and parameter behavior. Annotations cover safety and idempotency.

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

Parameters4/5

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

Schema coverage is 100%. Description adds meaning for both parameters: explains the effect of includeOutlinksCheck and clarifies that maxResults caps list but not counts. This adds value beyond 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?

Description clearly states it identifies disconnected notes in the link graph, classifying into three groups: fully isolated, no-backlinks, no-outlinks. This distinguishes it from sibling tools like find_broken_links (broken links) and find_unused_attachments (attachments).

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?

Explicitly states use cases: 'surface abandoned notes, missing hub pages, or candidates for archiving.' Provides clear context, but does not explicitly mention when not to use or alternative tools.

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/rps321321/obsidian-mcp-pro'

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