Skip to main content
Glama
achyuta0001

obsidian-mcp

by achyuta0001

List notes

list_notes

Retrieve note paths from a project's folder or the entire Obsidian vault by choosing the scope, enabling access to notes for reading, writing, or searching.

Instructions

List note paths in the project's folder, or across the whole vault.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNo"project" stays in this project's folder; "vault" covers every note.project
projectNoProject name. Omit to infer it from the working directory.
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly conveys a read-only enumeration action and the two scope choices, but it does not mention path format, sorting, recursion, or how project inference from the working directory behaves at runtime. This is adequate but not rich behavioral context.

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 a single front-loaded sentence with no filler: 'List note paths' appears immediately, and the scope alternatives are stated compactly. Every word earns its place.

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?

For a simple list tool with two optional parameters and no output schema, the description plus the fully-documented schema is nearly sufficient for correct invocation. It lacks an explicit contrast with search_notes but otherwise covers the essential action and scoping context.

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 for parameters is 100%, so the baseline is 3. The description reinforces the 'project' vs 'vault' scope semantic and the project-folder notion, but it adds no parameter details beyond what the schema already documents. It does not explain path formats or inference fallbacks beyond the schema description.

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

Purpose4/5

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

The description names a specific verb ('List') and resource ('note paths'), and introduces a meaningful scope distinction between the project folder and the whole vault. It is clear and unambiguous, though it does not explicitly differentiate itself from the sibling search_notes, which could also return note paths when filtering by content.

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

Usage Guidelines2/5

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

The description gives no guidance on when to prefer this tool over alternatives such as search_notes, and does not mention any prerequisites or exclusions. While the scoping options are clear, the agent is left to infer when listing is the appropriate operation.

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

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

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