get_orphaned_notes
Identify notes that have no incoming or outgoing links to help users find unconnected content in their Obsidian vault for better organization.
Instructions
Find notes with no incoming or outgoing links
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 50,
"title": "Limit",
"type": "integer"
}
},
"type": "object"
}