Skip to main content
Glama

Read an Obsidian Base — parsed YAML metadata

obsidian_read_base
Read-onlyIdempotent

Parse Obsidian .base files into structured JSON to inspect filters, formulas, properties, and views without executing queries. Useful for surfacing saved queries or deciding which view to run.

Instructions

v3.2.0 — Parses a .base file into structured JSON (filters, formulas, properties, summaries, views). Does NOT execute the query — use obsidian_query_base for that. Useful when an agent wants to introspect the structure of a base before deciding which view to run, or to surface the base's saved queries to the user. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesVault-relative path of the .base file (with or without .base)
Behavior4/5

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

Annotations already indicate readOnlyHint=true and idempotentHint=true. The description reinforces the read-only nature and adds that it does not execute queries, providing context beyond annotations. No contradictions.

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: first states core functionality, second clarifies what it does not do and provides usage context. No wasted words, front-loaded with key action.

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 one well-documented parameter, no output schema, and annotations covering safety, the description is complete. It lists the structural components returned but could optionally add more detail about the JSON keys. Still sufficient.

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?

Single parameter 'path' has schema description coverage of 100%. The description does not add additional meaning beyond what the schema already provides, so 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 explicitly states it parses a .base file into structured JSON, listing the components (filters, formulas, etc.). It distinguishes from sibling obsidian_query_base by clarifying it does not execute queries.

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

Usage Guidelines5/5

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

The description provides clear when-to-use scenarios (introspect structure, surface saved queries) and explicitly warns not to use for query execution, naming the alternative sibling tool.

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