Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WB_SCOPENoPermission level: admin (full access), readwrite (read/write), readonly (query only). Optional; defaults to legacy behavior based on channel name if not set.
WB_API_KEYNoYour API key (wbk_ prefix) issued from liflow.cn/settings. Can be set directly instead of using a channel file.
WB_PROFILENoChannel name used to select the channel file at ~/.workbuddy/agents/<WB_PROFILE>.env. The file contains WB_API_KEY and WB_SCOPE.

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
wb_queryA

全域只读调阅:wb-cli 的 search/table/fill/growth/canvas/artifact/log/decision/orpt/people/doctor 命令族,跨 49 张表查询 AI 工作台数据(待办/闪念/日程/人脉/财务/成长/画布/日志/开发);doctor=环境自检(node/key/网关/表权限/版本)。只读安全。

wb_todoA

待办与闪念域:todo/capsule/idea/bug/book/schedule 命令族(列表/详情/完成/编辑/标签)。含写操作需 confirm。(本域含写操作)

wb_finA

财务域:fin 命令族(账户/流水/分类/预算/目标/订阅等)。含写操作需 confirm。(本域含写操作)

wb_noteB

笔记域:note 命令族(笔记列表/新增/编辑)。含写操作需 confirm。(本域含写操作)

wb_manageA

管理域:add(全类型录入 AI 判类)/ done(打标)/ key(API Key 签发/清单/吊销)。写操作需 confirm;key 域建议直接终端操作。(本域含写操作)

wb_dev_taskA

开发任务流水线域:dev-task 命令族(list/show/create/stage/item 九步链回写)。写操作需 confirm;并发打勾由串行队列保护。(本域含写操作)

wb_vaultA

vault 云档只读域(P1 · dt_iy2eek):vault list/search/read 命令族,检索与读取 Obsidian 主库上云 md(COS vault-store 桶 obsidian/ 前缀 + vault_files 索引,刘总 5 年历史思考)。示例:vault search 精力 → vault read 。只读安全,readonly profile 可见。

wb_archiveA

archive 记忆档案只读域(P4 · dt_mkq335):archive list/show/gen/detect 命令族。list=档案清单(vault 桶 archive/ 前缀);show=档案 md 全文(示例:archive show 顾铭);gen=透传 A 段生成脚本;detect=近 N 天闪念+决策 × 档案的矛盾/关联检测(无 LLM 时自动降级素材摘要)。「顾铭眼中的刘总」档案是所有 AI 的公共记忆资产,会话开场可 archive list 查看、archive show 读取。只读安全,readonly profile 可见。

wb_todo_doneB

完成待办。对应 CLI:todo done。参数:id*(待办 id(前缀匹配))。写操作须 confirm:true。

wb_todo_editB

编辑待办字段(至少传一个要改的)。对应 CLI:todo edit。参数:id*(id 前缀), title(新标题), priority(优先级), due(截止日期 YYYY-MM-DD), category(分类), status(状态)。写操作须 confirm:true。

wb_todo_tagA

待办标签增删(至少传 add 或 del)。对应 CLI:todo tag。参数:id*(id 前缀), add(要加的标签,逗号分隔), del(要删的标签,逗号分隔)。写操作须 confirm:true。

wb_todo_delA

删除待办(不可恢复,慎用)。对应 CLI:todo del。参数:id*(id 前缀)。写操作须 confirm:true。

wb_idea_addA

直录 AI 点子(不经 AI 判类)。对应 CLI:idea add。参数:raw*(点子原文(含空格换行均可)), title(标题(缺省取原文前 30 字))。写操作须 confirm:true。

wb_note_addA

写笔记(capsules 表,#标签 自动解析)。对应 CLI:note add。参数:content*(笔记正文,含空格换行原样入库,#标签 自动解析)。写操作须 confirm:true。

wb_note_editA

改笔记(换正文重解析标签 / 仅改标题)。对应 CLI:note edit。参数:id*(笔记 id 前缀), file(新正文的 md 文件路径), title(新标题)。写操作须 confirm:true。

wb_schedule_addA

新增日程(自然语言或 --at 显式时间)。对应 CLI:schedule add。参数:text*(日程描述(自然语言)), at(显式时间 YYYY-MM-DD HH:mm), loc(地点)。写操作须 confirm:true。

wb_addA

全类型录入(AI 判类路由到 待办/闪念/bug/日程/成长等表)。对应 CLI:add。参数:text*(录入原文(AI 自动判类;前缀「修复/优化/闪念/日程」可引导判类)), type(强制指定类型别名(跳过 AI 判类,如 todo/bug/idea/schedule))。写操作须 confirm:true。

wb_dev_task_createB

新建开发任务(S0 需求汇总自动生成)。对应 CLI:dev-task create。参数:title*(任务标题), bugs*(关联待办 id(逗号分隔,支持前缀))。写操作须 confirm:true。

wb_dev_task_stageA

九步链步骤回写(每完成一步必须回写)。对应 CLI:dev-task stage。参数:id*(开发任务 id 前缀), key*(步骤), status(步骤状态(缺省 done)), file(产物文件路径(内容写入步骤)), note(备注), kind(产物类型)。写操作须 confirm:true。

wb_dev_task_itemB

S4 条目 / S7 清单打勾。对应 CLI:dev-task item。参数:id*(开发任务 id 前缀), key*(步骤(dev/test)), index*(条目序号(0 起)), status(目标状态), note(备注)。写操作须 confirm:true。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources