Create task deep-link
muovi_create_task_linkBuilds a Muovi deep-link URL pre-filled with a professional and service for task creation. The link opens the on-platform flow where users confirm and complete their booking.
Instructions
Build the canonical Muovi deep-link that opens the on-platform task creation flow pre-filled with a specific professional and service. Returns a URL of the form https://muovi.com.ar/p/{slug}?create_task=1&service={service-slug}. This is a pure formatter — it makes no network call and creates no task. After running it, surface the URL to the user so they can complete the booking on Muovi. Muovi never lets agents create tasks server-side; the consumer always sees the on-platform flow to confirm details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_slug | Yes | The service slug to pre-fill in the task flow (from `muovi_list_services`). | |
| professional_slug | Yes | The professional's URL-safe slug (from `muovi_search_professionals` or `muovi_get_professional`). |