Sheepit quickstart — concrete recipe for a goal
sheepit_quickstartGet a step-by-step recipe to chain specific tool calls for your goal, such as sending an email campaign or creating a dashboard. Choose from predefined recipes based on your intent.
Instructions
Returns a step-by-step recipe naming the exact tool calls to chain for a specific goal. Use when the user has a clear intent ('send a marketing email', 'analyze the signup funnel', 'wire a webhook' — or in Spanish 'enviar un email de marketing', 'analizar el funnel de signups', etc.). Pass language: 'es' when the user is writing in Spanish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes | Which recipe to return. send_email_campaign | create_dashboard | analyze_signups | ship_feedback | wire_webhook_destination. | |
| language | No | User's conversation language. 'en' (default) or 'es' (neutral Latin American Spanish). Match the language the user is writing in. |