Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PYLON_API_TOKEN | Yes | Your Pylon API token (required) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Pylon KB Resource Help | Information about available Pylon KB resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
amplemarket_get_article | Get a specific article from the Amplemarket knowledge base by ID or slug |
kb_get_collection | Get collection metadata and articles from the Pylon knowledge base |
amplemarket_get_all_articles | PRIMARY TOOL: Get all articles from the Amplemarket knowledge base. Returns complete list of article titles, IDs, and metadata. Use this first to browse available articles, then use amplemarket_get_article to get full content of specific articles. No search needed - this shows everything available. |