Skip to main content
Glama
dewtech-technologies

obsidian-mcp-secure

find_note_by_name

Search for notes using partial, case-insensitive name matching. Returns matching notes when exact path is unknown.

Instructions

Encontra notas pelo nome (busca parcial, insensível a maiúsculas). Útil quando o caminho exato não é conhecido.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesParte do nome da nota a buscar, ex: 'reunião' ou 'API'
limitNoMáximo de resultados
Behavior2/5

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

No annotations are provided, so the description must carry full behavioral burden. It mentions partial and case-insensitive search but omits what is returned (full note or path), scope of search, and behavior on no matches. This is a significant gap for a search tool.

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?

Extremely concise: two sentences, front-loaded with verb and purpose, 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.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description should explain return values. It fails to mention what the tool returns (e.g., list of note paths or full notes). Also missing scope of search. Incomplete for a simple tool.

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 both 'name' and 'limit' adequately described. The tool description adds no extra parameter semantics beyond the schema, so baseline score applies.

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?

Description clearly states the tool finds notes by name with partial, case-insensitive search, and specifies it's useful when exact path isn't known, distinguishing it from sibling tools like read_note that likely require exact path.

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?

Context is clear: use when exact path unknown. However, it doesn't explicitly state when not to use or list alternatives like search_notes, so some implicit guidance is left to the agent.

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/dewtech-technologies/obsidian-mcp-secure'

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