Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PI_BINNoPi executable override.
PI_SUBAGENT_VIEWERNoSet to 'off' to disable Run Windows.
PI_SUBAGENT_REGISTRYNoSession metadata; defaults to ~/.pi-subagent/registry.json.
PI_SUBAGENT_POWERSHELLNoViewer executable; defaults to powershell.exe.
PI_SUBAGENT_TRANSCRIPTSNoFull transcripts; defaults to ~/.pi-subagent/runs.
PI_SUBAGENT_VIEWER_SCRIPTNoOverride viewer/run-window.ps1.

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
pi_delegateC

委派任务给 Pi 子代理(默认 async)

pi_statusC

取 run 结果(long-poll);openWindow 可重开该 Run 的只读窗口

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: pi_delegate initiates a task delegation, while pi_status retrieves the result of a run. There is no overlap or ambiguity between them.

Naming Consistency4/5

Both tools follow a consistent pi_ prefix and use a verb_noun pattern (delegate, status). The naming is predictable, though the set is too small to fully demonstrate a broader convention.

Tool Count3/5

Two tools is on the thin side for a subagent delegation server, but it may be sufficient for a minimal async task lifecycle. The count is borderline but not unreasonable.

Completeness3/5

The pair covers the basic delegate-and-poll lifecycle, but there is no explicit cancel, list, or error-handling tool. Agents can work around this by waiting for status, but the surface feels minimal.

Maintenance

ActivityMaintained
ResponsivenessNo issues