Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VTENEXT_URL | Yes | URL of your VTENext instance (e.g., http://your-vtenext-instance) | |
| VTENEXT_USERNAME | Yes | VTENext username (e.g., admin) | |
| VTENEXT_ACCESS_KEY | Yes | VTENext access key found under Admin → Users → [user] → Access Key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_opportunita | Elenca le opportunità con filtri opzionali |
| get_opportunita | Recupera i dettagli completi di un'opportunità tramite ID |
| search_opportunita | Cerca opportunità per nome |
| create_opportunita | Crea una nuova opportunità in VTENext |
| update_opportunita | Aggiorna i dati di un'opportunità esistente |
| search_contatti | Cerca contatti per nome, email o azienda |
| add_nota_opportunita | Aggiunge una nota/commento a un'opportunità |
| list_attivita_opportunita | Elenca le attività associate a un'opportunità |
| describe_modulo | Mostra i campi disponibili per un modulo VTENext |
| query_raw | Esegue una query VTQL grezza su VTENext (solo lettura) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |