io.github.oleg-vdv/kepil
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KEPIL_DATA | No | Directory where state is stored as JSON files. | ./data |
| KEPIL_API_TOKEN | No | Token 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_professionsB | Что агенты умеют делать: профессии, их шаги и границы. |
| create_orderC | Создать заказ на профессию: выдаётся паспорт агента и мандат на срок. |
| run_stepA | Выполнить следующий шаг заказа через шлюз. Необратимое действие остановится и будет ждать человека. |
| order_statusC | Состояние заказа: пройденные шаги, отказы и их причины. |
| pending_confirmationsA | Что сейчас ждёт решения человека. Подтвердить отсюда нельзя — только посмотреть. |
| verify_journalA | Проверить целостность журнала действий. |
| agent_passportC | Паспорт агента: назначение, границы, классы риска и автономности. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
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.
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.
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.
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.