Skip to main content
Glama
dkdottk

obsidian-bridge

by dkdottk

Read Daily Note

obsidian_daily_read

Read today's daily note from your Obsidian vault using the configured daily note path, defaulting to Daily/YYYY-MM-DD.md.

Instructions

Read today's daily note using OBSIDIAN_DAILY_NOTE_PATH (default Daily/YYYY-MM-DD.md).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must carry the burden. It discloses the environment variable OBSIDIAN_DAILY_NOTE_PATH and the default path, which is useful. However, it does not explain what happens if the note does not exist (e.g., error vs. empty content) or whether the note is created on read, which could be a behavioral concern. The 'read' name implies non-destructive operation, but additional context would improve transparency.

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, front-loaded sentence that conveys the essential information without any wasted words. It is concise and immediately understandable.

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?

For a zero-parameter, read-only tool, the description is largely complete: it identifies the exact note (today's) and the path resolution. It could mention handling of missing files, but given the simplicity and the absence of an output schema, this is a minor gap. The sibling tool context is not necessary to disambiguate since the purpose is clear.

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

Parameters4/5

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

The input schema has zero parameters, so there are no parameter semantics to explain. Baseline for 0 parameters is 4, and the description does not need to compensate for any schema gaps. It correctly avoids mentioning parameters since none exist.

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 reads today's daily note, with a specific verb ('Read') and resource ('today's daily note'). It distinguishes itself from the sibling tool 'obsidian_read' by specifying 'today's' and providing the path format.

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 reading the current daily note, but it does not explicitly mention alternatives or when not to use it. For example, it does not say to use 'obsidian_read' for other notes or past daily notes. The guidance is minimal and implied.

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/dkdottk/obsidian-bridge'

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