Skip to main content
Glama

vault_analyze

Read-only

Analyze vault knowledge graph: rebuild graph, detect clusters, find connections, and list orphan notes for better knowledge organization.

Instructions

Analyze vault knowledge graph.

Actions: rebuild_graph: Build or incrementally update the knowledge graph from notes/ and topics/. Returns node/edge counts. clusters: Run Louvain community detection. Cached if graph unchanged. params: limit, offset connections: Subgraph around a note + common-neighbor recommendations. params: path (required), depth (default 1), limit (default 50) orphans: Notes with no inbound or outbound links. params: limit (default 50), offset (default 0)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo
depthNo
limitNo
actionYes
offsetNo
Behavior4/5

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

The annotation readOnlyHint=true is present, and the description adds useful behavioral context beyond that: it mentions caching behavior for clusters ('Cached if graph unchanged') and notes that rebuild_graph returns node/edge counts. This is transparent without contradicting the read-only hint.

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 well-structured and concise, with a clear opening line and a bulleted list of actions. Each line provides actionable information without redundancy, making efficient use of space.

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?

The description covers all actions and their parameters, which is helpful given the multiple sub-operations. However, it lacks explicit return value descriptions for clusters, connections, and orphans (though action names and phrasing imply outputs). This is a minor gap, especially since no output schema exists.

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 description coverage is 0%, but the description compensates by explaining the role of each parameter within each action (e.g., path is required for connections, depth defaults to 1, limit defaults to 50, offset for pagination). This adds semantic meaning beyond the bare schema names.

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 analyzes the vault knowledge graph and enumerates four specific analysis operations (rebuild_graph, clusters, connections, orphans). This specific verb+resource focus distinguishes it from sibling tools like vault_capture or vault_read, which serve different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage context is implied by the action list and the tool's name, but the description does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions. The sibling names hint at other workflows, but no direct guidance is provided.

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/oliverxuzy-ai/knowledge-in-a-vat'

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