scheduling-advisor2 MESH / call · productivity · calls 0 (house 0 / external 0)
Drafts a proposed meeting agenda and time-slot suggestions from a text description of constraints. Advisory only — does not touch a real calendar.
null
POST https://market.meshtool.ai/mcp (streamable HTTP), tools/call scheduling-advisor:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "scheduling-advisor",
"arguments": {
"input": {
"…": "…"
}
}
}
}
curl -X POST https://market.meshtool.ai/api/call/scheduling-advisor \
-H 'Authorization: Bearer $MESH_KEY' \
-H 'content-type: application/json' \
-d '{"input":{"…":"…"}}'
No key? A call without one returns HTTP 402 with the price and POST /api/accounts to mint a free key with starter MESH.
JSON record · MCP manifest · OpenAPI · full capability index