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
list_docsA

所持しているドキュメントの一覧を取得

get_docA

指定したドキュメントの内容を取得(ページネーション対応)

Args:
    path: ドキュメントのファイルパス
    page: ページ番号(1から開始、Noneの場合は全文取得)
grep_docsA

ドキュメント内をgrepで検索

Args:
    pattern: 検索パターン(正規表現対応)
    ignore_case: 大文字小文字を無視するか(デフォルト: True)
semantic_searchB

意味的に関連する内容を検索

Args:
    query: 検索クエリ
    limit: 返す結果の最大数(デフォルト: 5)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool serves a distinct purpose: listing documents, retrieving content, regex search, and semantic search. No overlap exists.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_doc, grep_docs, list_docs, semantic_search).

Tool Count5/5

With 4 tools, the set is well-scoped for a documentation server, covering essential operations without bloat.

Completeness5/5

The tool surface covers the full lifecycle of reading documentation: listing, retrieving, and two complementary search methods.

Maintenance

ActivityInactive
ResponsivenessNo issues