Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOLKERN_API_KEY | Yes | Tu API key de Volkern. | |
| VOLKERN_API_URL | No | La URL de la API de Volkern. | https://volkern.app/api |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| volkern_list_leads | List leads with optional filters. Returns paginated results. |
| volkern_get_lead | Get detailed information about a specific lead by ID |
| volkern_create_lead | Create a new lead in the CRM. If email already exists, updates the existing lead. |
| volkern_update_lead | Update an existing lead's information |
| volkern_check_disponibilidad | Check available time slots for a specific date. Always call this before booking. |
| volkern_list_citas | List appointments with optional filters |
| volkern_create_cita | Create a new appointment. Check availability first with volkern_check_disponibilidad. |
| volkern_update_cita | Update an existing appointment |
| volkern_cita_accion | Perform an action on an appointment (confirm, cancel, or reschedule) |
| volkern_list_servicios | List available services from the catalog |
| volkern_get_servicio | Get detailed information about a specific service |
| volkern_create_task | Create a follow-up task for a lead |
| volkern_list_tasks | List tasks for a specific lead |
| volkern_complete_task | Mark a task as completed |
| volkern_send_whatsapp | Send a WhatsApp message to a lead. Requires active WhatsApp integration. |
| volkern_list_conversaciones | List WhatsApp conversations, optionally filtered by lead |
| volkern_list_interactions | List all interactions for a specific lead |
| volkern_create_interaction | Log an interaction (call, email, meeting) with a lead |
| volkern_list_notes | List all notes for a specific lead |
| volkern_create_note | Create a note for a lead |
| volkern_list_contacts | List contacts (people or companies) with optional filters |
| volkern_get_contact | Get detailed information about a specific contact by ID |
| volkern_create_contact | Create a new contact (person or company) |
| volkern_update_contact | Update an existing contact's information |
| volkern_list_deals | List deals/opportunities in the sales pipeline with optional filters |
| volkern_get_deal | Get detailed information about a specific deal |
| volkern_create_deal | Create a new deal/opportunity in the sales pipeline |
| volkern_update_deal | Update an existing deal (change stage, value, status, etc.) |
| volkern_list_pipeline_stages | List all pipeline stages configured for the tenant |
| volkern_get_sales_forecast | Get sales forecast and pipeline analytics |
| volkern_list_cotizaciones | List quotations/quotes with optional filters |
| volkern_get_cotizacion | Get detailed information about a specific quotation |
| volkern_create_cotizacion | Create a new quotation/quote |
| volkern_update_cotizacion | Update a quotation (only if status is 'borrador') |
| volkern_send_cotizacion | Send a quotation to the client via email |
| volkern_list_contratos | List contracts with optional filters |
| volkern_get_contrato | Get detailed information about a specific contract |
| volkern_create_contrato | Create a new contract |
| volkern_create_contrato_from_cotizacion | Create a contract from an accepted quotation |
| volkern_send_contrato | Send a contract to the client for signature |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |