Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
KOMMO_BASE_URL | Yes | The base URL for your Kommo CRM instance (e.g., https://your-subdomain.kommo.com) | |
KOMMO_ACCESS_TOKEN | Yes | Your Kommo CRM access token for API authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_account_info | Get Kommo account information |
get_leads | Get list of leads from Kommo CRM |
get_contacts | Get list of contacts from Kommo CRM |
get_companies | Get list of companies from Kommo CRM |
get_tasks | Get list of tasks from Kommo CRM |
get_pipelines | Get list of pipelines from Kommo CRM |
get_users | Get list of users from Kommo CRM |
get_lead_events | Get events for a specific lead |
create_lead_event | Create a new event for a lead |
get_contact_activities | Get activities for a specific contact |
create_contact_activity | Create a new activity for a contact |
get_lead_statuses | Get statuses for a specific pipeline |
create_lead_status | Create a new status for a pipeline |
move_lead_to_status | Move a lead to a specific status |
move_lead_to_pipeline | Move a lead to a specific pipeline |
get_sales_report | Get sales report for a date range |
get_lead_conversion_report | Get lead conversion report for a date range |
get_pipeline_performance_report | Get pipeline performance report for a date range |
get_dashboard_data | Get dashboard data and key metrics |
get_user_performance_stats | Get performance statistics for a specific user |
get_lead_analytics | Get analytics for a specific lead |
get_pipeline_analytics | Get analytics for a specific pipeline |