Skip to main content
Glama
bbdaniels

obsidian-mcp

by bbdaniels

obsidian_list

List notes and folders in your Obsidian vault to discover project structure and documentation. Specify a folder and toggle recursive subfolder listing.

Instructions

List notes and folders in the vault. Use at the start of sessions to discover project folders and available documentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderNoFolder to list (default: vault root)
recursiveNoInclude subfolders recursively (default: false)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states the action without disclosing any behavioral traits such as read-only nature, permissions, or side effects. The implied read-only operation is not explicitly confirmed.

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 two sentences long with the key information front-loaded. Every word adds value; no wasted space.

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

Completeness3/5

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

The tool has no output schema and no annotations. The description gives a usage hint (start of sessions) but does not describe the format of the returned list or clarify recursion behavior, which is left to the schema. Adequate but could be more complete.

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?

Both parameters are fully described in the input schema (100% coverage), so the description adds no additional parameter information beyond the schema. Baseline score of 3 is appropriate.

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 clearly states 'List notes and folders in the vault', which is a specific verb and resource. It is distinguishable from sibling tools like obsidian_search and obsidian_read, though it does not explicitly differentiate.

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

Usage Guidelines3/5

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

The description suggests using the tool 'at the start of sessions to discover project folders and available documentation', which provides some usage context but no explicit when-not-to-use guidance or comparison with sibling 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/bbdaniels/obsidian-mcp'

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