Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEEPINFRA_TOKENNoOptional token for semantic search (required for semantic search, otherwise falls back to keyword search)

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookupC

성경 구절을 조회한다. 다역본 동시·원어·렉시콘 단계 공개.

searchB

성경 본문 검색. keyword(부분일치) 또는 semantic(의미). 행동 판단·'그 구절 뭐였더라'에.

cross_referencesC

한 구절의 관주(교차 참조)를 관련도 순으로.

word_studyC

구절 속 원어 단어 → Strong's 번호 → 어원/뜻(렉시콘).

list_versionsA

사용 가능한 성경 역본 목록(로컬 포함).

list_booksA

성경 66권 목록.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: cross_references for related verses, list_books for book listing, list_versions for version listing, lookup for retrieving specific passages, search for searching text, and word_study for lexical analysis. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern (e.g., cross_references, list_books, word_study). Verbs are used where appropriate (list, search, lookup) and the naming is predictable and clear.

Tool Count5/5

With 6 tools, the server is well-scoped for a Bible study domain. It covers essential operations (browse, lookup, search, reference, study) without being too few or too many.

Completeness5/5

The tool set covers the full read-only lifecycle for Bible study: listing resources (books, versions), retrieving passages, searching, cross-referencing, and word study. No obvious gaps are present for the domain's purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues