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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_chunksC

Return cited, policy-gated chunks from an existing local bundle index.

get_chunkC

Return one cited chunk after root, policy, and index validation.

get_diagnosticsB

Return a stable, content-free diagnostics envelope for a local bundle.

get_readinessC

Return a stable, content-free readiness envelope for a local bundle.

list_review_queueC

Return a stable, content-free review-queue envelope for a local bundle.

okf_list_bundles_toolA

List the OKF bundles this server has loaded.

okf_search_toolB

Search one or all loaded bundles.

Set all_bundles=True to search across every bundle currently registered
with the server. Hits from other bundles include a `bundle` field.
okf_get_concept_toolA

Read one concept (frontmatter + body). Accepts id, title, or filename stem.

okf_context_toolC

Assemble legacy graph context and an additive indexed package when available.

okf_related_toolC

Top-k concepts by link degree (inbound + outbound count).

okf_impact_toolB

Report outbound / inbound / transitive links for a concept.

okf_doctor_toolB

Health report for a bundle (score, errors, warnings, per-rule findings).

okf_diff_toolC

What changed on disk since the bundle was loaded.

okf_refresh_toolC

Re-ingest a bundle so the in-memory catalog reflects current files.

okf_sql_toolA

Read-only SELECT over the in-memory catalog (concepts, links).

okf_registry_listA

List all bundles registered under @slug aliases.

okf_registry_addB

Add a bundle under a slug alias. Then reference it as @/... .

Example:
    okf_registry_add(slug="docs", bundle_path="C:/Users/me/Documents/okf")
    okf_get_concept("@docs/readme")
okf_registry_removeB

Remove a slug from the registry.

okf_registry_resolveA

Resolve @slug/concept to the bundle path + concept id.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources