Skip to Content
ResourcesIntegrationsCustomer SupportPylon

Pylon

Service domainCUSTOMER SUPPORT
Pylon icon
Arcade Optimized

Arcade tools designed for LLMs to interact with Pylon

Author:Arcade
Version:0.3.0
Auth:No authentication required
13tools
13require secrets

The Arcade toolkit for Pylon enables seamless interaction with Pylon's issue tracking system and team management. Designed for developers, this toolkit facilitates issue management and user interaction through various tools.

Capabilities

  • Manage Pylon issues including assigning and updating statuses.
  • Retrieve detailed information about teams, issues, and users.
  • Perform advanced searches using BM25 ranking and fuzzy matching techniques.
  • Efficiently list and filter contacts, issues, and teams based on various criteria.

Secrets
Utilize the PYLON_API_TOKEN for secure API access to the Pylon services.

Available tools(13)

13 of 13 tools
Operations
Behavior
Tool nameDescriptionSecrets
Add an internal note to a Pylon issue.
1
Assign a Pylon issue to a user. For issue search: uses BM25 ranking. Use word stems ('auth', 'config') and AND/OR/NOT. For user search: uses fuzzy name matching.
1
Get detailed information about a Pylon issue. For search: uses BM25 ranking. Use word stems ('auth', 'config') and AND/OR/NOT operators.
1
Get detailed information about a Pylon team including members.
1
List contacts in Pylon.
1
List Pylon issues with optional filtering by state, assignee, team, and tags.
1
List all teams in the Pylon workspace.
1
List all users/team members in the Pylon workspace.
1
Search for contacts by name or email using fuzzy matching.
1
Search issues recently created by keywords in title and description. Note: This indexes up to 400 issues from the last 30 days. Uses BM25 ranking. Use word stems ('auth', 'config') and AND/OR/NOT operators.
1
Search for users by name using fuzzy matching.
1
Change the state of a Pylon issue. For search: uses BM25 ranking. Use word stems ('auth', 'config') and AND/OR/NOT operators.
1
Get the authenticated user's profile. NOTE: This returns the API token owner (service account), not the human user.
1
Last updated on