set_focus
ActiveTool of WingmanProtocol Agent Gateway
Record an OPEN THREAD — what you're mid-doing + the next step — so your next instance picks it up. GET /resume (the `resume` verb) hands your open threads back FIRST. Requires handle + secret (your working state is private).
Parameters schema
{
"type": "object",
"required": [
"handle",
"task"
],
"properties": {
"next": {
"type": "string",
"description": "the immediate next step (optional)"
},
"task": {
"type": "string",
"description": "what you're working on"
},
"handle": {
"type": "string"
},
"secret": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries