Skip to main content
Glama
gavinsomers

obsidian-mcp-context

by gavinsomers

get_vault_warehouse_summary

Summarize deterministic warehouse dimensions, facts, and marts from an Obsidian vault's DuckDB warehouse.

Instructions

Summarize deterministic warehouse dimensions, facts, and marts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vault_pathYesPath to the Obsidian vault.
duckdb_pathNoOptional DuckDB warehouse path. Defaults to DUCKDB_PATH or /warehouse/obsidian.duckdb when present.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must fully convey behavior. It only states 'Summarize...', implying a read operation, but does not confirm idempotency, side effects, or return type. The output schema exists but the description does not leverage it to explain behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no extraneous information. It is concise, though the word 'deterministic' is ambiguous and could be removed for greater clarity.

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 description provides a minimal overview but lacks details on the summary content, use cases, or expected output. Given that an output schema exists, the description could have been more specific about what the summary includes. It is adequate but leaves gaps.

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 description coverage is 100%, and the input schema clearly describes both parameters ('vault_path' and 'duckdb_path'). The description adds no additional information beyond what the schema provides, meeting the baseline of 3.

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

Purpose3/5

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

The description states 'Summarize deterministic warehouse dimensions, facts, and marts,' which provides a verb and a general resource. However, it is vague and does not clearly differentiate from sibling tools like 'list_vault_entities' or 'get_vault_entity_context'. The term 'deterministic' adds confusion rather than clarity.

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?

No guidance is given on when to use this tool versus alternatives. There is no mention of prerequisites, context, or exclusions. The description lacks any usage direction.

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

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