Skip to main content
Glama

Surface open questions across the vault

obsidian_open_questions
Read-onlyIdempotent

Scan Obsidian notes for unresolved questions marked with Open question:, Q:, TODO?, or ??. Returns results sorted by age to surface lingering queries.

Instructions

Walks every note for lines matching deferred-thinking markers — Open question: / Q: / TODO? / ?? (plus optional list-bullet/quote/heading prefixes). Returns each hit with source, the heading it lives under, line number, and age in days, sorted oldest-first so things aging out surface first. Common research-PKM pattern (Karpathy's wiki, Eleanor Konik, academic Zettelkasten). Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderNoRestrict the scan to a subfolder
limitNoMax questions to return (default 100)
patternNoOverride the regex (case-insensitive). Default matches Open question:/Q:/TODO?/?? at line start with optional list/quote/heading prefix. Capped length; patterns with nested unbounded quantifiers (ReDoS risk) are rejected.
Behavior5/5

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

Annotations already declare readOnlyHint and idempotentHint as true. The description adds valuable behavioral details: it scans all notes (walks every note), returns results sorted oldest-first, and mentions ReDoS protection for custom patterns. These details are beyond what annotations provide and are accurate.

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 concise (three sentences) and front-loaded with the main action. Every sentence provides essential information: what it does, what it returns, sorting, and a common usage pattern. No wasted words.

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

Completeness5/5

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

Despite lacking an output schema, the description fully explains the return value structure (source, heading, line number, age) and sorting order. It covers edge cases like ReDoS safety and optional prefixes. Given the tool's simplicity and the thorough description, it is complete for an agent to invoke correctly.

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

Parameters5/5

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

Schema description coverage is 100% with clear parameter descriptions. The description adds meaning by explaining the default pattern (matching Open question:/Q:/TODO?/?? with optional prefixes) and the ReDoS rejection for pattern overrides. This additional context helps the agent understand parameter usage beyond schema alone.

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's action ('Walks every note for lines matching deferred-thinking markers') and specifies the output format ('Returns each hit with source, the heading it lives under, line number, and age in days'). This distinguishes it from sibling search tools like obsidian_search, which do general text search, and obsidian_frontmatter_search, which targets frontmatter.

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 provides context for when to use this tool (research-PKM pattern for surfacing open questions) and implies it is not for general search. However, it does not explicitly state when not to use it or list alternative tools. The sibling list is large, so a clearer exclusion would improve the score.

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/oomkapwn/enquire-mcp'

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