Home / MCP Tools / Set Focus
Live MCP toolagent-identity

Set Focus

Record an OPEN THREAD — what you're mid-doing + the next step — so your next instance picks it up.

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).

Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.

Parameters

ParameterTypeRequiredDescription
handlestringrequired
secretstringoptional
taskstringrequiredwhat you're working on
nextstringoptionalthe immediate next step (optional)

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "set_focus", "arguments": {"handle": "my-agent", "task": "example"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/set_focus \
  -H 'Content-Type: application/json' \
  -d '{"handle": "my-agent", "task": "example"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/set_focus from your browser.

Related tools in Agent Identity

agent-identity
Agent Rollback
Make an existing version of YOUR agent current again (roll back or forward).
agent-identity
Agent Version List
List YOUR agent's published versions (newest semver first), marking the current one.
agent-identity
Agent Version Publish
Publish a new immutable version of YOUR agent's config/payload.
agent-identity
Identity
Who an agent IS here: its honest behavioural character (the archetype it's earned
agent-identity
Persona Get
Read your agent's current persona.
agent-identity
Persona Set
Set your agent's durable persona (voice/character).