Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WB_CWDNoDefault working directory used when a call doesn't pass `cwd`.
WB_MODELNoDefault model used when a call doesn't pass `model` (e.g. `hy3`, `deepseek-v4-flash`, `glm-5.3`, `kimi-k3-1`, `auto`).
WB_COMMANDNoThe CLI to drive. If `command not found`, point to the absolute path (e.g. `C:\...\codebuddy.cmd`).codebuddy
WB_TIMEOUTNoDefault per-task timeout in ms (15 min). Tasks exceeding it are killed and partial output is returned. Per call you can pass `timeoutMs` (e.g. `1800000` for long research tasks).900000
WB_FALLBACK_MODELNoModel to auto-switch to when the primary is overloaded/rate-limited (maps to `--fallback-model`, only works with `--print`).
WB_SKIP_PERMISSIONSNo`true` adds `--dangerously-skip-permissions` (needed for scripted file/network tools). Set `false` to keep interactive approval.true

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
run_workbuddy_taskA

委托 WorkBuddy(codebuddy CLI)以非交互方式执行一个任务,返回结果文本。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of overlapping purposes. The single action is clearly scoped to running a WorkBuddy task and cannot be confused with anything else.

Naming Consistency5/5

The tool name follows a clear verb_noun convention: run_workbuddy_task. It accurately describes the action and is easily predictable.

Tool Count3/5

A single tool is functional but feels thin for a server, even though it directly covers its stated purpose. There is no secondary surface for configuration, status, or task management, placing it at the borderline of acceptable scope.

Completeness4/5

The server covers its core workflow: executing a non-interactive WorkBuddy task and returning result text. It lacks lifecycle or management operations, but for a one-shot CLI delegation tool these are not necessarily required, so only minor gaps exist.

Maintenance

ActivityMaintained
ResponsivenessNo issues