Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYLON_API_TOKEN | Yes | Your Pylon API token (can be generated from the Pylon dashboard at https://app.usepylon.com/settings/api-tokens, Admin users only) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pylon_get_organization | Get information about your Pylon organization |
| pylon_list_accounts | List all accounts in Pylon with optional pagination |
| pylon_get_account | Get a specific account by ID |
| pylon_create_account | Create a new account in Pylon |
| pylon_update_account | Update an existing account |
| pylon_delete_account | Delete an account |
| pylon_search_accounts | Search accounts with filters |
| pylon_list_contacts | List all contacts in Pylon with optional pagination |
| pylon_get_contact | Get a specific contact by ID |
| pylon_create_contact | Create a new contact in Pylon |
| pylon_update_contact | Update an existing contact |
| pylon_delete_contact | Delete a contact |
| pylon_search_contacts | Search contacts with filters |
| pylon_list_issues | List issues within a time range (max 30 days) |
| pylon_get_issue | Get a specific issue by ID or issue number |
| pylon_create_issue | Create a new issue/ticket in Pylon |
| pylon_update_issue | Update an existing issue |
| pylon_delete_issue | Delete an issue |
| pylon_search_issues | Search issues with filters |
| pylon_snooze_issue | Snooze an issue until a specific time |
| pylon_get_issue_followers | Get the list of users following an issue |
| pylon_update_issue_followers | Add or remove followers from an issue |
| pylon_redact_message | Redact a message from an issue |
| pylon_list_tags | List all tags in Pylon |
| pylon_get_tag | Get a specific tag by ID |
| pylon_create_tag | Create a new tag |
| pylon_update_tag | Update an existing tag |
| pylon_delete_tag | Delete a tag |
| pylon_list_teams | List all teams in Pylon |
| pylon_get_team | Get a specific team by ID |
| pylon_create_team | Create a new team |
| pylon_update_team | Update an existing team |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |