Skip to main content
Glama
oleg-vdv

io.github.oleg-vdv/kepil

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KEPIL_DATANoDirectory where state is stored as JSON files../data
KEPIL_API_TOKENNoToken that enables the JSON API. Unset means the API stays disabled.

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_professionsB

Что агенты умеют делать: профессии, их шаги и границы.

create_orderC

Создать заказ на профессию: выдаётся паспорт агента и мандат на срок.

run_stepA

Выполнить следующий шаг заказа через шлюз. Необратимое действие остановится и будет ждать человека.

order_statusC

Состояние заказа: пройденные шаги, отказы и их причины.

pending_confirmationsA

Что сейчас ждёт решения человека. Подтвердить отсюда нельзя — только посмотреть.

verify_journalA

Проверить целостность журнала действий.

agent_passportC

Паспорт агента: назначение, границы, классы риска и автономности.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct aspect of the workflow: profession discovery, order creation, step execution, status checks, pending human decisions, journal verification, and agent identity. There is no meaningful overlap between tool purposes.

Naming Consistency3/5

Names are consistently lowercase snake_case and generally readable, but the pattern is mixed: list_professions, create_order, run_step, and verify_journal use verb-first naming, while order_status, pending_confirmations, and agent_passport are noun phrases. This is not chaotic, but the two naming styles make the set less predictable.

Tool Count5/5

Seven tools is a well-scoped size for this domain. Each tool covers a necessary part of the order lifecycle without being redundant or excessive.

Completeness4/5

The core workflow is well covered: discover professions, create an order, execute steps, monitor status, see pending confirmations, verify the journal, and inspect the agent passport. The only notable gap is a lack of explicit cancellation or direct confirmation tools, but these may be intentionally handled outside the tool surface.

Maintenance

ActivityMaintained
ResponsivenessNo issues