You're viewing a demo portfolio

Join the waitlist
PRSM

set_focus

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →