work_on_client
Perform actions within a single client's account using only that client's tools. Read across other clients but write exclusively to the specified one.
Instructions
Do something inside one client's accounts, using their own tools.
The other half of read across, write within. ask_across_clients spans
every client and can only read; this is one client and can act, and
naming them is what unlocks it.
The agent is built with that client's sessions and no others, so a request needing a second account has nothing to reach with rather than a rule telling it not to. Every change is written to the run log as it happens: open the control room to watch, or read it back afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client | Yes | The client to act on, by the name you registered them under. A write resolves this one client's credentials and no other. | |
| request | Yes | What to do, in plain English, for example add a TXT record for domain verification. The agent uses only this client's provider tools. |