Skip to main content
Glama
LucasRocha179

mcp-vault-reader

vault_get_backlinks

Retrieve all notes that link to a specified note, with local context surrounding each backlink.

Instructions

Retrieves all notes that link to a specified note (incoming links/backlinks), including local context around each link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesThe relative path of the note to query backlinks for.
vault_nameYesThe name of the vault containing the note.
response_formatNoFormat of the response: 'text' (default) or 'json'.
Behavior3/5

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

With no annotations provided, the description must carry the behavioral disclosure burden. It does convey that the operation is read-only via 'Retrieves' and signals the inclusion of 'local context around each link,' but it does not disclose any potential costs, limitations, or how the backlink graph is traversed. This is adequate but not rich.

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, well-structured sentence that front-loads the core action and immediately conveys the tool's purpose and return value. Every word contributes value, with no redundancy.

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?

Given the tool's simple read-only nature and a fully self-describing schema, the description is largely complete. It explains the return content (all linking notes plus local context), which is sufficient for most use cases. However, because there is no output schema, it could have mentioned the available response_format (text/json) to clarify expected output variants.

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%, so the baseline is 3. The description adds no parameter-specific semantics beyond what the schema already provides; it only refers to a generic 'specified note' and 'local context,' which does not enhance understanding of path, vault_name, or response_format.

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 a specific action ('Retrieves all notes that link to a specified note') and resource, with the parenthetical '(incoming links/backlinks)' reinforcing the exact scope. This distinguishes it from sibling tools like vault_get_related or vault_follow_link, which address different relationship types.

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 explicit guidance is given on when to use this tool versus alternatives like vault_search or vault_get_related. The intended use is only implied by the tool name and the description's focus on backlinks, but the description does not state exclusions or mention any sibling tools.

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/LucasRocha179/mcp-vault-reader'

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