Skip to main content
Glama
tac0de

knowledge-to-action-mcp

by tac0de

vault.read_note

Read-only

Retrieve the content and stable hash metadata of a note from the vault by providing its path, enabling reliable reference and verification.

Instructions

Read one note from the vault and return stable hash metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
maxBytesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
contentYes
bytesYes
sha256Yes
lineCountYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description adds value by mentioning 'return stable hash metadata', hinting at the output. However, it does not fully disclose behavioral aspects like whether the note content is returned, which could be important for an agent. No contradiction with annotations.

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, efficient sentence that conveys the core purpose without any redundant words. It is well-structured and front-loaded with the key action.

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?

Given the lack of parameter explanations, missing usage guidelines, and no mention of return value structure (despite an output schema being present), the description leaves significant gaps. The tool is simple, but completeness is low.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fails to add any meaning to the parameters 'path' and 'maxBytes'. The agent must infer from parameter names alone, leaving ambiguity (e.g., the range or unit of maxBytes is unmentioned).

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 verb 'Read' and the resource 'one note from the vault', and specifies the return of 'stable hash metadata'. This distinguishes it from sibling tools like vault.list_notes and vault.search_notes, which handle listing or searching rather than reading a single note.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, such as the note's existence, nor does it contrast with sibling tools like vault.get_metadata or vault.list_notes.

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/tac0de/knowledge-to-action-mcp'

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