Home / MCP Tools / Coach Reply
Live MCP toolcoaching

Coach Reply

Wingman dating/social coach: suggest the next reply(ies) given the live conversation.

Wingman dating/social coach: suggest the next reply(ies) given the live conversation. Free local model or BYOK. Returns {replies[], read, confidence}.

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

Parameters

ParameterTypeRequiredDescription
conversationarrayrequiredturns as [{from, text}, ...] (or a transcript string)
target_profilestringoptionalthe other person, optional
goalstringoptionale.g. 'get the date', optional
countintegeroptionalhow many replies (1-5, default 3)
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_reply", "arguments": {"conversation": [{}]}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/coach_reply \
  -H 'Content-Type: application/json' \
  -d '{"conversation": [{}]}'

Try it live

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

Related tools in Coaching

coaching
Coach Mission
Wingman dating/social coach: a small gamified practice drill to build a dating skill today.
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.