Skip to main content
Glama
yunzaixi-dev

obsidian-agi-workspace-mcp

by yunzaixi-dev

analyze_workspace_graph

Analyze the vault's knowledge graph to detect orphan notes and broken wikilinks, clarifying workspace structure.

Instructions

Analyze knowledge graph topology: nodes, wikilink edges, orphan notes, and dangling (broken) links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the behavioral transparency burden. The verb 'Analyze' implies a read-only operation, and the listed analysis categories add useful context. Still, it does not explicitly state that the tool makes no changes, nor does it describe side effects or the nature of the returned result.

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 focused sentence that front-loads the primary action and then uses a colon to list the exact analysis outputs. Every word adds information and there is no filler or redundancy.

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?

For a zero-parameter tool, invocation requirements are minimal and the description clearly states what will be analyzed. However, there is no output schema and no explicit description of the return format, so it is unclear whether results are counts, lists, or a report. Some usage and side-effect context is also missing.

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?

The tool has zero parameters and the schema is an empty object with 100% coverage, so there are no parameter semantics to clarify. The baseline for zero-parameter tools is 4, and the description appropriately aligns with a no-argument invocation.

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 uses a specific verb ('Analyze') with a clear resource ('knowledge graph topology') and enumerates concrete outputs: nodes, wikilink edges, orphan notes, and dangling links. This distinguishes it from sibling tools like get_vault_tree or search_vault, which are about tree structure or content search rather than graph-level topology analysis.

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?

The description implies when to use the tool: whenever an agent needs graph topology information such as links, orphans, or broken links. However, it does not explicitly state when not to use it or name any sibling alternatives, leaving the usage context to inference.

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/yunzaixi-dev/obsidian-agi-workspace-mcp'

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