Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
QUICKCHART_BASE_URL | No | Main QuickChart API base URL | https://quickchart.io |
QUICKCHART_ENABLE_HELP | No | Enable/disable Visualization tool help | true |
QUICKCHART_API_BASE_URL | No | QuickChart API server base URL | https://api.quickchart.io |
QUICKCHART_ENABLE_CHART | No | Enable/disable Chart.js chart tool | true |
QUICKCHART_ENABLE_TABLE | No | Enable/disable Table tool | true |
QUICKCHART_ENABLE_QRCODE | No | Enable/disable QR code tool | true |
QUICKCHART_ENABLE_BARCODE | No | Enable/disable Barcode tool | true |
QUICKCHART_ENABLE_GRAPHVIZ | No | Enable/disable GraphViz tool | true |
QUICKCHART_ENABLE_SPARKLINE | No | Enable/disable Sparkline tool | true |
QUICKCHART_ENABLE_TEXTCHART | No | Enable/disable Text-to-chart tool | true |
QUICKCHART_ENABLE_WATERMARK | No | Enable/disable Watermark tool | true |
QUICKCHART_ENABLE_WORDCLOUD | No | Enable/disable Word cloud tool | true |
QUICKCHART_ENABLE_APEXCHARTS | No | Enable/disable ApexCharts tool | true |
QUICKCHART_DEFAULT_OUTPUT_DIR | No | Default directory for saving files (absolute path, default: Desktop in home directory) | |
QUICKCHART_ENABLE_GOOGLECHARTS | No | Enable/disable Google Charts tool | true |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create-chart-using-chartjs | Create a chart using QuickChart.io - get chart image URL or save chart image to file |
create-chart-using-apexcharts | Create charts using Apex Charts - get chart image URL or save chart image to file |
create-chart-using-googlecharts | Create charts using Google Charts - get chart image URL or save chart image to file |
create-chart-using-natural-language | Create charts from natural language descriptions - get chart image URL or save chart image to file |
create-sparkline-using-chartjs | Create sparkline charts using Chart.js - get sparkline image URL or save sparkline image to file |
create-diagram-using-graphviz | Create graph diagrams using GraphViz - get diagram image URL or save diagram image to file |
create-wordcloud | Create a word cloud using QuickChart.io - get word cloud image URL or save word cloud image to file |
create-barcode | Create barcodes using QuickChart - get barcode image URL or save barcode image to file |
create-qr-code | Create QR codes using QuickChart - get QR code image URL or save QR code image to file |
create-table | Create table images using QuickChart - get table image URL or save table image to file |
create-watermark | Add watermarks/logos to images using QuickChart - get watermarked image URL or save watermarked image to file |
get-visualization-tool-help | Get detailed usage information and examples for all available chart, diagram, and QR code tools |