Skip to main content
Glama
aleksakarac

Obsidian MCP Extended

by aleksakarac

search_by_date_tool

Find notes created or modified within a specific time period. Locate recent activity or notes from exact dates using day ranges.

Instructions

Search for notes by creation or modification date.

When to use:

  • Finding recently modified notes

  • Locating notes created in a specific time period

  • Reviewing activity from specific dates

When NOT to use:

  • Content-based search (use search_notes)

  • Finding notes by tags or path (use search_notes)

Returns: Notes matching the date criteria with paths and timestamps

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
date_typeNoType of date to search bymodified
days_agoNoNumber of days to look back from today
operatorNoSearch operator for date matchingwithin
ctxNo
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It describes the tool as a read operation and mentions return fields (paths and timestamps), but it does not disclose potential side effects, authentication requirements, rate limits, or whether the search is case-sensitive or limited to certain note types. The disclosure is adequate but not thorough.

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 highly concise with no redundant sentences. It uses bullet points for clarity and front-loads the core purpose in the first sentence. Every section earns its place.

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 covers the basic purpose, usage guidance, and return types, but it lacks details about result sorting, pagination, or limits. Given the tool has no output schema, the description could be more complete by specifying the format or ordering of results.

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?

With 75% schema coverage, three parameters (date_type, days_ago, operator) already have descriptions. The description adds context by explaining when to use specific parameter combinations (e.g., 'recently modified notes' for days_ago, 'specific time period' for date_type). This adds value beyond the schema, though it does not elaborate on every parameter's nuances.

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's purpose: searching notes by creation or modification date. It uses a specific verb ('Search') and resource ('notes'), and distinguishes itself from sibling tools like search_notes which handle content-based or tag-based searches.

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 explicitly provides 'When to use' and 'When NOT to use' sections, with concrete examples and clear alternatives (e.g., 'use search_notes' for content-based search). This fully informs the agent when to select this tool over others.

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

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