Skip to main content
Glama

ck_workspace_agent

Manage workspace agents by registering, updating, listing, checking health, or retiring primary, specialized, or ephemeral agents with defined roles, budgets, and policies.

Instructions

Manage workspace agent roles: one primary 'super-agent' per workspace maintained by a forward-deployed engineer, specialized agents for specific domains, and ephemeral agents for short-lived tasks. Modes: register (create agent, only one primary per workspace), update (change scope/budget/status), list (all agents for workspace), health (aggregated health indicator), retire (deactivate agent).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoOperation mode. Defaults to list.
nameNoHuman-readable agent name.
roleNoAgent role. Only one primary per workspace.
scopeNoScoped capabilities and policies for this agent.
statusNoAgent status.
agent_idNoAgent identifier. Required for update, health, and retire modes.
agent_typeNoAgent adapter type (e.g., claude-code, cursor, opencode).
budget_centsNoBudget allocation in cents.
workspace_idNoWorkspace identifier.
maintainer_idNoUser ID of the human who maintains this agent.
policy_overridesNoPolicy overrides for this agent.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo
nameNo
roleNo
agentsNo
healthNo
statusNo
agent_idNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description reveals key behaviors: the existence of a primary agent restriction, modes that modify state (register, update, retire), and the notion of ephemeral agents. It adds context beyond annotations, such as the super-agent concept, and does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph that efficiently conveys the modes and constraints. It is reasonably concise but could be improved by using bullet points or shorter sentences for easier scanning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (11 parameters, nested objects, output schema), the description adequately covers the modes and role constraints. It does not explain return values, but an output schema exists. It provides sufficient context for an AI agent to understand the tool's scope.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds value by explaining the mode semantics and role constraints but does not delve into parameter details beyond what schema already provides. The schema already describes each parameter adequately.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: managing workspace agent roles with specific modes (register, update, list, health, retire). It identifies the resource (workspace agents) and differentiates from sibling tools by focusing on agent lifecycle management.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides some usage guidance by explaining when to use each mode (e.g., 'only one primary per workspace') but does not explicitly contrast with alternatives among the many sibling tools. It implies when to use certain modes but lacks explicit when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aryaminus/controlkeel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server