Skip to main content
Glama
noragami90

obsidian-connector

by noragami90

Append to daily note

append_to_daily_note

Append content to a daily note in Obsidian, optionally specifying a date and heading. Automatically creates the note or heading if absent.

Instructions

Append an entry to today's (or a given date's) daily note, creating it with a heading if missing. Folder/format come from settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoISO date 'YYYY-MM-DD' (default: today)
contentYesText to add to the daily note
headingNoAppend under this heading
Behavior4/5

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

Annotations declare readOnlyHint false, and the description adds key behavioral details: it creates the note if missing and appends under a heading. This goes beyond annotations to clarify creation and formatting behavior.

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 that covers the core function without extraneous words. It is front-loaded and efficient.

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 tool with 3 simple parameters and no output schema, the description covers the main use case (append to daily note, create if missing, heading support) and mentions settings. It is complete for typical use, though it omits error scenarios.

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% with clear parameter descriptions. The tool description restates the date default and heading creation logic, but adds minimal new meaning beyond the schema.

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 verb 'append' and the resource 'daily note', specifying that it works for today or a given date. It distinguishes from siblings by specifying 'daily note' versus general 'append_to_note' or 'append_to_periodic_note'.

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 daily notes and mentions date defaulting to today, but does not explicitly state when not to use it or recommend alternatives. Guidance is adequate but not explicit.

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