We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
zh.json•3.21 KiB
{
"Instant chart images. Zero servers. Transform any Chart.js configuration into cached PNG or SVG images via a simple REST API.": "Instant chart images. Zero servers. Transform any Chart.js configuration into cached PNG or SVG images via a simple REST API.",
"\n 1. Visit chartly.dev to generate your free trial API key\n 2. Create an account to manage your API keys and access higher limits\n 3. Find your keys in your dashboard anytime\n 4. API keys look like: trial_abc123...xyz789": "\n 1. Visit chartly.dev to generate your free trial API key\n 2. Create an account to manage your API keys and access higher limits\n 3. Find your keys in your dashboard anytime\n 4. API keys look like: trial_abc123...xyz789",
"Create Chart": "Create Chart",
"Get Chart": "Get Chart",
"Generates a chart image based on the provided data, configuration, and chart type": "Generates a chart image based on the provided data, configuration, and chart type",
"Retrieve a previously created chart by its ID. Returns cached image data optimized for sharing.": "Retrieve a previously created chart by its ID. Returns cached image data optimized for sharing.",
"Chart Type": "Chart Type",
"Chart Title": "Chart Title",
"Labels": "Labels",
"Dataset Label": "Dataset Label",
"Data Values": "Data Values",
"Background Color": "Background Color",
"Width": "Width",
"Height": "Height",
"Format": "Format",
"Image Background Color": "Image Background Color",
"Advanced Chart.js Configuration": "Advanced Chart.js Configuration",
"Chart ID": "Chart ID",
"Expected Format": "Expected Format",
"Type of chart to generate": "Type of chart to generate",
"Title for the chart": "Title for the chart",
"Labels for the data points (e.g., [\"Jan\", \"Feb\", \"Mar\"])": "Labels for the data points (e.g., [\"Jan\", \"Feb\", \"Mar\"])",
"Label for the data series": "Label for the data series",
"Numeric values for the chart (e.g., [10, 20, 30])": "Numeric values for the chart (e.g., [10, 20, 30])",
"Background color for data points (e.g., \"rgba(54, 162, 235, 0.8)\" or \"#36A2EB\")": "Background color for data points (e.g., \"rgba(54, 162, 235, 0.8)\" or \"#36A2EB\")",
"Image width in pixels (1-2000)": "Image width in pixels (1-2000)",
"Image height in pixels (1-2000)": "Image height in pixels (1-2000)",
"Output format for the chart image": "Output format for the chart image",
"Background color for the image (e.g., \"white\", \"transparent\", \"#FFFFFF\")": "Background color for the image (e.g., \"white\", \"transparent\", \"#FFFFFF\")",
"Complete Chart.js configuration as JSON (overrides other settings)": "Complete Chart.js configuration as JSON (overrides other settings)",
"The ID of the chart to retrieve (from create chart response)": "The ID of the chart to retrieve (from create chart response)",
"Expected output format of the chart": "Expected output format of the chart",
"Bar Chart": "Bar Chart",
"Line Chart": "Line Chart",
"Pie Chart": "Pie Chart",
"Doughnut Chart": "Doughnut Chart",
"Radar Chart": "Radar Chart",
"Polar Area Chart": "Polar Area Chart",
"Scatter Chart": "Scatter Chart",
"Bubble Chart": "Bubble Chart",
"PNG": "PNG",
"SVG": "SVG",
"Auto-detect": "Auto-detect"
}