Skip to main content
Glama

Create Daily Note

create_daily_note

Create a daily note for today or a specific date in Obsidian's configured daily-note folder using the filename format. Optionally seed content from a template with date substitution. Prevents duplicate creation.

Instructions

Create a daily note for today (or a specific date) in the vault's configured daily-note folder using its configured filename format. Optionally seed the note from a template file where occurrences of {{date}} are replaced with the formatted date. Fails if the daily note already exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoTarget date in YYYY-MM-DD format (defaults to today). Determines filename and {{date}} substitution.
contentNoInitial markdown body for the daily note. Ignored if templatePath is provided.
templatePathNoRelative path to a template note. Its content is copied into the new daily note with {{date}} replaced by the formatted date.
Behavior4/5

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

The description discloses key behaviors: creation, failure on duplicate, optional template with date substitution. Annotations (readOnlyHint false) align with this. It could add more about default date behavior or folder existence, but is sufficient.

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 two sentences, front-loaded with core functionality, no unnecessary words. Every sentence adds value.

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?

For a tool with 3 optional parameters and no output schema, the description fully explains creation behavior, template feature, and failure condition. Annotations provide no contradictions.

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 coverage is 100% with clear descriptions for all 3 parameters. The tool description adds minimal beyond the schema (e.g., 'fails if exists'), so baseline 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 clearly states the tool creates a daily note for a specific date in the configured folder with proper filename format. It distinguishes from siblings like 'create_note' and 'get_daily_note' by specifying daily-note context.

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 implies usage for creating daily notes and warns that it fails if already exists. However, it does not explicitly mention alternatives like 'create_note' for non-daily notes, though the sibling list provides context.

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/rps321321/obsidian-mcp-pro'

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