Skip to main content
Glama

Engram Obsidian Memory Sync

Check Vault

set_vault
Read-onlyIdempotent

Validate and echo a vault by name or ID. NOTE: this does NOT persist an active vault — MCP keeps no state between calls. To read or write a specific vault, pass its vault_id on each tool call; a vault's name works there too, so this need not be called first. Use list_vaults to see them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vault_idNoVault to validate — its name (e.g. "Engram") or its UUID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
vaultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint, so the bar is lower. The description adds valuable behavioral context beyond annotations by explaining that MCP keeps no state between calls and that no active vault is persisted, which is essential for agents to understand the tool's actual side effects.

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 compact and front-loaded with the core purpose, then adds only essential usage caveats and an alternative. Every sentence earns its place, and the critical 'does NOT persist' warning is highlighted early.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

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

Given the simple single-parameter schema, comprehensive annotations, and presence of an output schema, this description fully covers what an agent needs to know: what it does, what it doesn't do, how to use it, and how it relates to list_vaults.

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% and already explains that vault_id can be a name or UUID. The description repeats this concept but does not add new parameter-level meaning beyond what the schema provides, so the baseline of 3 is appropriate.

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 opens with a specific verb and resource: 'Validate and echo a vault by name or ID.' It clearly differentiates itself from siblings by explicitly stating it does NOT persist an active vault and that it need not be called before read/write operations, unlike what the name 'set_vault' might imply.

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

Usage Guidelines5/5

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

It gives explicit when-not guidance: 'this does NOT persist an active vault' and 'this need not be called first' for read/write tools. It also names the alternative: 'Use list_vaults to see them.' This leaves no ambiguity about when to invoke this tool versus its siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.