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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
log_workB

AI가 수행한 작업을 기록합니다. 나중에 '누가 뭘 했는지' 확인하거나 중단된 작업을 이어서 할 때 유용합니다.

get_work_logB

기록된 작업 로그를 조회합니다. 특정 AI의 작업이나 태그로 필터링할 수 있습니다.

save_researchB

리서치 결과를 저장합니다. 다른 AI가 나중에 검색해서 활용할 수 있습니다.

search_researchC

저장된 리서치를 검색합니다. 키워드, 태그, 작성자로 찾을 수 있습니다.

save_checkpointC

현재 작업 상태를 저장합니다. 작업이 중단되더라도 나중에 이어서 할 수 있습니다.

load_checkpointA

저장된 체크포인트를 불러옵니다. 중단된 작업을 이어서 시작할 때 사용하세요.

memory_statusB

AI 협업 메모리의 전체 현황을 확인합니다. 작업 로그, 리서치, 체크포인트 통계를 보여줍니다.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap. For example, get_work_log retrieves logs, log_work records work, save_checkpoint saves state, and search_research searches research—all targeting different resources and actions. The descriptions reinforce these distinctions, making misselection unlikely.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, such as get_work_log, save_checkpoint, and search_research. There are no deviations in naming style or convention, making the set predictable and easy to understand.

Tool Count5/5

With 7 tools, this server is well-scoped for AI collaboration and memory management. Each tool serves a specific function (e.g., logging, checkpointing, research handling), and none feel redundant or missing, fitting the domain appropriately.

Completeness4/5

The tool set covers core workflows for AI collaboration, including logging, checkpointing, and research management. However, minor gaps exist, such as no explicit update or delete operations for logs or research, which agents might need to work around, but the surface is largely complete for the stated purpose.