Tools

Tools perform actions in your business. Create bookings, send messages, update customers, and more. Each tool lists its required scopes.

How to Use Tools

Send a POST request to /api/mcp with:

{
  "type": "tool",
  "name": "create_booking",  // tool name
  "params": { ... }          // required parameters
}

Note: Some tools modify data in your business. Ensure your API key has the required scopes before using tools. Rate limits apply to write operations.