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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
inventory_overviewA

本机 AI Agent 资产总览:各栏数量、主要项目清单、近 7 天各 Agent 的工作量。想了解这台机器上装了什么、在做什么,先用它。

inventory_indexA

最省 token 的第一步:一页目录 —— 各记录来源的文件数与最近日期、主要项目清单。先看它(几百字),再决定要不要 inventory_search / inventory_project 深挖;别让模型自己去逐个读文件。

inventory_searchA

跨栏全文检索:Agent 名册、技能、MCP 服务、主要项目,以及各 Agent 的工作记录(逐字翻,给文件名·行号·上下文)。查「某功能/某项目由谁在哪做过」用它。

inventory_projectA

某个「主要项目」的全貌:已实现的功能、开发日志(含产物完整路径)、参与 Agent。不传 name 则列出所有主要项目。多个 Agent 接力做的项目,用它能一次看全。

inventory_agentsA

本机 Agent 客户端名册:名字、分类、可执行文件、工作记录目录、简介。想知道「这台机器上有哪些 Agent 可以干活、它们的记录在哪」用它。

inventory_recentA

最近 N 天各家 Agent 干了什么(按 Agent 分组,含任务与产物路径)。接手别人的活、续接上次进度时用。

inventory_skillsA

技能库检索:本机所有技能的说明与路径(可按关键词筛)。想知道「有没有现成技能能做这件事」用它。

inventory_reindexA

重扫本机名册(技能/MCP/Agent/任务表),可选顺手把各 Agent 的日志抄录进来。当你怀疑数据过期、或刚做完一批活想让记录进库时调用。

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 8 tools

Disambiguation4/5

Most tools target clearly distinct resources: agents, skills, projects, recent work, search, and reindexing. The only potential confusion is between inventory_overview and inventory_index, since both are presented as high-level entry points and both mention major project lists, though their descriptions do differentiate them.

Naming Consistency4/5

All tools share a clean inventory_ prefix in lowercase snake_case, making the family instantly recognizable. However, suffixes mix mostly nouns (overview, project, agents) with an adjective (recent) and a verb (reindex), so there is not a single fully consistent pattern.

Tool Count5/5

Eight tools is a well-scoped size for an inventory server: it covers overview, navigation, search, project details, agent rosters, recent activity, skills, and reindexing. Each tool has a clear purpose and none feel redundant or excessive.

Completeness4/5

The tool surface covers the stated inventory domain well: overview, search, projects, agents, skills, recent work, and refresh/reindex. The only noticeable gap is a dedicated MCP-service listing; MCP services are only reachable through overview counts or full-text search.

Maintenance

ActivityMaintained
ResponsivenessNo issues