Skip to main content
Glama
junnnnnw00

Obsidian Everywhere

List Notes

list_notes
Read-onlyIdempotent

Enumerate notes in an Obsidian vault with optional folder scope and pagination. Use to list files instead of an empty full-text search.

Instructions

List note paths explicitly, optionally scoped to a folder, with pagination. Use this instead of an empty full-text search when enumerating files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax notes (default 100).
folderNoVault-relative folder. Omit for the vault root.
offsetNoZero-based result offset.
recursiveNoInclude nested folders (default true).
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the safety profile is clear. The description adds the behavioral detail of listing paths with optional folder scoping and pagination. No contradictions, but little extra transparency beyond annotations.

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 sentences, front-loaded with the primary purpose. Every word adds value with no redundancy or filler.

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?

Given four parameters and no output schema, the description covers the core behavior (list paths, scoping, pagination, use case). It could mention the return format (just paths) but overall sufficient for a simple list tool with good annotations.

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

Parameters3/5

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

Schema coverage is 100%, so baseline 3. The description only restates the folder scoping and pagination concepts, without adding deeper semantics or examples for each parameter.

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 clearly states the tool lists note paths explicitly, optionally scoped to a folder and with pagination. It distinguishes itself from an empty full-text search (sibling search_notes), making the purpose unambiguous.

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?

The description explicitly advises to use this tool instead of an empty full-text search when enumerating files. This provides a clear usage scenario, though it could further contrast with other siblings like list_folder.

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/junnnnnw00/obsidian-everywhere'

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