Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_capabilityA

Search this server's full tool catalog by natural-language query and return the best-matching capabilities (name + one-line summary). Use it to discover which tool to call, then describe_capability for its schema and call_capability to run it. To enumerate the whole caller-visible catalog grouped by domain instead of searching it, read the obsidian-tc://catalog resource.

describe_capabilityA

Return the full input schema, required scopes, and safety hints (read-only / destructive) for a single capability by name.

call_capabilityA

Invoke a capability by name with its arguments. Routes into the same authorization, ACL, HITL, idempotency, and rate-limit pipeline as a direct tool call, so every safety gate applies and the target's own schema validates the arguments.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_noteSummarize a single vault note.
find_connectionsFind and explain how notes relate to a topic or note.
decompose_and_researchAnswer a compound question by decomposing it into facets, retrieving per facet, and synthesizing with citations and open questions.
recent_changes_digestSummarize what changed in the vault recently.

Resources

Contextual data attached and managed by the client

NameDescription
Tool catalogEvery capability visible to this caller, grouped by domain (name + one-line summary, no schemas). See also find_capability for a query-driven search over the same catalog.

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/The-40-Thieves/obsidian-tc'

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