Skip to main content
Glama
dewtech-technologies

obsidian-mcp-secure

create_backlinks

Add [[wikilinks]] to a source note's 'Related' section, automatically creating the section if missing, to connect multiple notes.

Instructions

Adiciona wikilinks [[NomeDaNota]] na seção '## Relacionadas' da nota source. Cria a seção se não existir.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_pathYesNota que receberá os backlinks, ex: Projetos/Projeto.md
target_pathsYesLista de notas a vincular, ex: ['Conceitos/API.md', 'Reunioes/2026-01.md']
Behavior4/5

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

The description discloses that the tool modifies the source note by adding wikilinks and creates the section if missing. With no annotations, this provides essential behavioral context. It could mention if existing links are overwritten or appended.

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 sentence that clearly conveys the purpose, action, and fallback behavior. Every word is necessary and front-loaded.

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 is adequate for a simple mutation tool, but it does not mention the return value or side effects like overwriting. Given no output schema, a note on return behavior would improve completeness.

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?

Both parameters have schema descriptions, but the tool description adds context about the specific section ('## Related') and the action of creating the section. This adds value beyond the schema's parameter descriptions.

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 adds wikilinks in the '## Related' section of a source note, distinguishing it from sibling tools like create_note or edit_note. The verb 'Adiciona' and resource 'wikilinks' are specific.

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 adding backlinks to a specific section, which is clear given the tool name and siblings. However, it does not explicitly state when to use this versus edit_note or when not to use it.

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