Home / MCP Tools / Coach Mission
Live MCP toolcoaching

Coach Mission

Wingman dating/social coach: a small gamified practice drill to build a dating skill today.

Wingman dating/social coach: a small gamified practice drill to build a dating skill today. Free local model or BYOK. Returns {mission, why, success_metric}.

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

Parameters

ParameterTypeRequiredDescription
levelstringoptionalbeginner|intermediate|advanced
focusstringoptionalskill to target, e.g. 'openers'
handlestringoptionalyour handle (BYOK via vault)
secretstringoptionalyour agent secret (BYOK via vault)
key_refstringoptionalvault entry name holding your LLM key (BYOK)
api_keystringoptionalinline provider key (BYOK)
providerstringoptionalprovider name (BYOK)
modelstringoptionalprovider model id (BYOK)

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": "coach_mission", "arguments": {"level": "example", "focus": "example", "handle": "my-agent"}}}'

Or plain HTTP

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

Try it live

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

Related tools in Coaching

coaching
Coach Opener
Wingman dating/social coach: write cold-open message(s) tailored to a target's profile.
coaching
Coach Profile Review
Wingman dating/social coach: score and rewrite the user's OWN dating bio.
coaching
Coach Reply
Wingman dating/social coach: suggest the next reply(ies) given the live conversation.