Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PYLON_DEBUGNoSet to 'true' to enable debug logging (optional).
PYLON_API_TOKENYesYour Pylon API token
PYLON_CACHE_TTLNoCache time-to-live in milliseconds (optional, default: 30000). Set to 0 to disable caching.30000
PYLON_RETRY_MAXNoMaximum retry attempts for transient failures (optional, default: 3). Set to 0 to disable retries.3

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
pylon_get_meA

Get the current authenticated user profile including name, email, role, and permissions.

pylon_get_usersA

Get all team members and support agents in your Pylon workspace.

pylon_search_usersA

Search for team members and support agents by name, email, or department.

pylon_get_contactsB

Get customer contacts from Pylon. Returns contact details like name, email, and company.

pylon_create_contactC

Create a new customer contact in Pylon. Use carefully.

pylon_search_contactsA

Search for customer contacts by name, email, company, or phone.

pylon_get_issuesA

Get support issues within a time range (max 30 days); defaults to last 30 days. Use this for unfiltered listing. For filtering by state, tags, or custom statuses, use pylon_search_issues instead.

pylon_create_issueC

Create a new support issue/ticket in Pylon.

pylon_get_issueA

Get complete details of a specific issue. Prefer this over message tools when you only need issue metadata.

pylon_update_issueA

Update an existing issue's title, description, status, priority, assignee, or tags. To add/remove tags without replacing all, use pylon_add_tags or pylon_remove_tags.

pylon_add_tagsA

Add tags to a Pylon issue without removing existing tags. To replace all tags, use pylon_update_issue; to remove tags, use pylon_remove_tags.

pylon_remove_tagsA

Remove specific tags from a Pylon issue without affecting other tags. To add tags, use pylon_add_tags; to replace all, use pylon_update_issue.

pylon_search_issuesA

Search issues using structured filters; requires at least one filter. For unfiltered listing, use pylon_get_issues instead.

pylon_search_issues_by_statusA

Search issues by status name, including custom statuses like "Waiting on Eng Input" or "Escalated". Automatically maps status names to state+tag combinations. For multi-filter searches, use pylon_search_issues instead.

pylon_find_similar_issues_for_requestorA

Find issues from the same requestor as the source issue to identify recurring patterns.

pylon_find_similar_issues_for_accountB

Find issues from the same company/account to identify company-wide problems.

pylon_find_similar_issues_globalA

Find similar issues across all accounts to identify widespread issues or find past solutions.

pylon_snooze_issueA

Temporarily hide an issue until a future date/time for deferred follow-up.

pylon_get_issue_with_messagesA

Get an issue with its full conversation history. Prefer pylon_get_issue when you only need issue details.

pylon_get_issue_messagesA

Get the message history for an issue. Use when you need message content, not just issue metadata.

pylon_get_knowledge_basesA

Get all knowledge bases in Pylon.

pylon_create_knowledge_base_articleB

Create a new help article in a knowledge base.

pylon_get_teamsA

Get all support teams in Pylon.

pylon_get_teamA

Get details of a specific support team including members and workload.

pylon_create_teamC

Create a new support team in Pylon.

pylon_get_accountsA

Get all customer accounts from Pylon.

pylon_get_accountB

Get details of a specific customer account.

pylon_get_tagsA

Get all available tags for categorizing issues and contacts.

pylon_create_tagB

Create a new tag for categorizing issues and contacts.

pylon_get_ticket_formsB

Get all ticket submission forms available to customers.

pylon_get_attachmentA

Get attachment metadata by ID. Use when you have an attachment_id from an issue message. Download the file using the returned URL.

pylon_create_attachment_from_urlC

Create a Pylon attachment by downloading a file from a public URL.

pylon_link_external_issueA

Link a Linear, Jira, GitHub, or Asana issue to a Pylon support issue for cross-system tracking.

pylon_unlink_external_issueA

Remove the link between a Pylon issue and an external ticketing system issue.

pylon_get_issue_followersA

Get all users and contacts following a Pylon issue.

pylon_add_issue_followersA

Add team members (user_ids) or customers (contact_ids) as followers to a Pylon issue.

pylon_remove_issue_followersA

Remove team members or customers from following a Pylon issue.

pylon_delete_issueA

⚠️ Permanently delete a Pylon issue. This cannot be undone. Verify the correct issue ID before proceeding.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mgmonteleone/pylon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server