Skip to main content
Glama
bezata

kObsidian MCP

by bezata

Server Version

system.version
Read-onlyIdempotent

Check the kObsidian server's package name, semver, host runtime, and runtime version to confirm the build or perform a health check. Read-only.

Instructions

Return the running kObsidian server's package name, semver version, host runtime (bun or node), and runtime version. Use this as a health-check or to confirm which server build a client is talking to. Read-only; zero side effects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesnpm package name of the running server.
runtimeYesWhich runtime is executing the server.
summaryYesHuman-readable one-liner combining the fields above.
versionYesSemver version.
runtimeVersionYesVersion of the runtime (bun or node).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv0.3.5
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • changedOutput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. Changed7 schema fields changedv0.1.2
    • addedInput schema / additionalProperties
      Added value: +false
    • addedOutput schema / description
      Added value: +"Return shape for `system.version`."
    • addedOutput schema / properties / name / description
      Added value: +"npm package name of the running server."
    • addedOutput schema / properties / runtime / description
      Added value: +"Which runtime is executing the server."
    • addedOutput schema / properties / runtimeVersion / description
      Added value: +"Version of the runtime (bun or node)."
    • addedOutput schema / properties / summary / description
      Added value: +"Human-readable one-liner combining the fields above."
    • addedOutput schema / properties / version / description
      Added value: +"Semver version."
  3. First observedv0.1.0

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description confirms 'Read-only; zero side effects.' It adds value beyond annotations by specifying exactly which runtime details are returned, which is useful behavioral context.

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?

Two short, information-dense sentences. The first states what is returned; the second gives usage guidance. No redundant phrasing; every word earns its place.

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?

For a zero-parameter, read-only health-check tool with an output schema, the description covers everything an agent needs: the exact data returned, the use case, and the safety profile. Nothing is 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?

There are zero parameters, so the baseline is 4. The description doesn't need to explain any parameters, and the empty schema is fully covered. No additional parameter semantics are necessary.

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 states a specific verb ('Return'), a precise resource ('the running kObsidian server's package name, semver version, host runtime, and runtime version'), and distinguishes itself from all siblings. There is no ambiguity about what the tool does.

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?

Explicitly states when to use the tool: 'Use this as a health-check or to confirm which server build a client is talking to.' This provides clear context and intent, leaving no inference required.

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

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/bezata/kObsidian'

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