Skip to main content
Glama
tofunori

Obsidian MCP Server

by tofunori

similar

Find semantically similar notes from a source note path, with optional result count, returning ranked matches with similarity scores.

Instructions

Trouve les notes semantiquement similaires.

Args: path: Chemin de la note source top_k: Nombre de resultats (defaut: 5)

Returns: Notes similaires avec score

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
top_kNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, and the description does not disclose side effects, permissions, or dependencies such as indexing. It only mentions return values, leaving behavioral expectations largely unspecified.

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 extremely concise: a one-line purpose followed by clear Args and Returns sections. Every sentence serves a purpose with no fluff or excessive detail.

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 simple tool with 2 parameters and an output schema, the description provides adequate purpose, parameters, and return type. It lacks context on prerequisites (e.g., whether notes must be indexed) but is not incomplete enough to significantly hinder usage.

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?

Schema coverage is 0%, but the description explains both parameters: path (source note path) and top_k (number of results, default 5). This compensates for the schema's lack of descriptions, though the explanations are minimal and slightly redundant with the schema.

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

Purpose4/5

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

The description clearly states the tool finds semantically similar notes, which is a specific action on resources. It does not explicitly differentiate from sibling tools like search or backlinks, but the semantic similarity scope is distinct and understandable.

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 provided on when to use this tool versus alternatives. The description only explains what it does, without mentioning use cases, prerequisites, or exclusions.

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

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