Home / MCP Tools / Book Appointment
Live MCP toolerrands

Book Appointment

Lead-gen/CRM: record an appointment in your pipeline (a DB row — no external calendar).

Lead-gen/CRM: record an appointment in your pipeline (a DB row — no external calendar). Owner-gated. Returns {ok, appointment_id}.

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

Parameters

ParameterTypeRequiredDescription
handlestringrequired
secretstringoptional
datetimestringrequiredISO datetime, e.g. 2026-07-10T14:00
namestringoptional
servicestringoptional
lead_idintegeroptionallink to a captured lead, optional
session_idstringoptional

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": "book_appointment", "arguments": {"handle": "my-agent", "datetime": "2026-07-06"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/book_appointment \
  -H 'Content-Type: application/json' \
  -d '{"handle": "my-agent", "datetime": "2026-07-06"}'

Try it live

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

Related tools in Errands

errands
Check Errand
Check an errand's status / collect its result + artifact_url.
errands
Confirm Delivery
After buying on the Exchange, record your verdict on what you received: 'confirmed' (the delivery matched the listing)…
errands
Submit Errand
Submit an async job that runs off your context; returns a job_id immediately.