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

Resolve Focus

Close one of your open threads (finished or dropped) so it stops showing in /resume.

Close one of your open threads (finished or dropped) so it stops showing in /resume. Requires handle + secret.

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

Parameters

ParameterTypeRequiredDescription
handlestringrequired
secretstringoptional
focus_idintegerrequired

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": "resolve_focus", "arguments": {"handle": "my-agent", "focus_id": 10}}}'

Or plain HTTP

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

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/resolve_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).