Every tool but list_workspaces and create_workspace takes workspace, the name list_workspaces gives. Tasks are named by their identifier, like ACME-12; agents by name or role, like CEO or Senior Coder.
| Tool |
Takes |
Gives |
list_workspaces |
|
your workspaces, your role in each, their state and team |
get_team |
workspace |
every agent: role, title, whether it is working, whom it reports to, budget and spend |
list_issues |
workspace, status?, limit? |
open tasks newest first, or the tasks in one status, with names on them |
get_issue |
workspace, issue |
one task in full: description, plan, conversation, pending cards, pull requests and documents |
what_waits_on_me |
workspace |
what the team asks of you, each with how to answer it |
costs |
workspace |
the month’s spend, the budget, and spend by agent |
billing |
workspace |
the plan, the subscription, the invoices |
next_action |
workspace |
the scorecard and the one move to make |
setup |
workspace |
where the setup walk stands, step by step |
| Tool |
Takes |
Does |
answer_card |
workspace, issue, card, action (accept, reject, answer), selected?, answers?, reason? |
accepts a plan’s tasks (all or the keys named), answers a card of questions, confirms or declines |
decide |
workspace, kind (approval, decision), id, choice, note? |
approves or rejects an approval; picks a decision’s option, or dismisses it |
comment |
workspace, issue, body |
says something on a task |
| Tool |
Takes |
Does |
send_to_team |
workspace, title, details? |
files the request on the CEO |
ask_agent |
workspace, agent, message |
writes to your conversation with that agent and waits for its answer |
update_issue |
workspace, issue, status?, priority?, assignee?, title?, comment? |
changes a task |
manage_agent |
workspace, agent, action (pause, resume, wake, budget), budgetUsd?, reason? |
owner only |
hire_agent |
workspace, name, role, title?, reportsTo?, capabilities? |
owner only; seats a new agent |
| Tool |
Takes |
Does |
create_workspace |
name, team? (engineering, visibility) |
makes your workspace and says what is left |
connect_linear |
workspace, apiKey |
owner only; connects Linear |
set_work_gate |
workspace, gate (ask, start) |
owner only; whether the team may start on further work by itself after its opening, or asks first |
set_model_key |
workspace, kind, key |
owner only; the team runs on your key |
Deleting a workspace, cancelling a subscription and changing your model keys are done in the portal, by you. A workspace that is paused or still being built answers only setup and billing.