Skip to main content
Glama
noragami90

obsidian-connector

by noragami90

List tasks

list_tasks
Read-only

Scan an Obsidian vault or a specific note for markdown task checkboxes. Filter by open, done, or all tasks, and retrieve file and line numbers.

Instructions

List Markdown task checkboxes (- [ ] / - [x]) across the vault or a note, with file and line.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoA single note (default: scan the whole vault / folder)
folderNoRestrict scan to this folder
statusNoFilter by completion (default: open)
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the tool is known to be non-destructive. The description adds that it returns file and line information, providing useful behavioral context beyond annotations. It does not need to repeat the read-only nature.

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, concise sentence with no unnecessary words. It is front-loaded with the key action and context, effectively conveying the tool's purpose.

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 no output schema, the description explains the return includes file and line. It covers scope (vault or note) and filter possibilities (via schema parameters). While it could be more explicit about the return format (e.g., list of tasks), it is largely complete for a read-only list tool.

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?

Input schema has 100% coverage with descriptions for all 3 parameters. The description does not add new parameter details beyond what the schema provides, so the baseline score of 3 is appropriate.

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 Markdown task checkboxes, specifies the format (- [ ] / - [x]), and mentions scope (across vault or a note) and output details (file and line). This distinguishes it from siblings like toggle_task and search_notes.

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 implies usage for listing tasks across vault or note but lacks explicit guidance on when to use this tool versus alternatives. No exclusions or prerequisites are mentioned, though the context of sibling tools provides some implicit differentiation.

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/noragami90/obsidian-connector'

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