Skip to main content
Glama

MCP Server Chart

Official
funnel.json2.46 kB
{ "name": "generate_funnel_chart", "description": "Generate a funnel chart to visualize the progressive reduction of data as it passes through stages, such as, the conversion rates of users from visiting a website to completing a purchase.", "inputSchema": { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "data": { "description": "Data for funnel chart, such as, [{ category: '浏览网站', value: 50000 }, { category: '放入购物车', value: 35000 }, { category: '生成订单', value: 25000 }, { category: '支付订单', value: 15000 }, { category: '完成交易', value: 8000 }].", "items": { "properties": { "category": { "type": "string" }, "value": { "type": "number" } }, "required": ["category", "value"], "type": "object" }, "minItems": 1, "type": "array" }, "height": { "default": 400, "description": "Set the height of chart, default is 400.", "type": "number" }, "theme": { "default": "default", "description": "Set the theme for the chart, optional, default is 'default'.", "enum": ["default", "academy", "dark"], "type": "string" }, "style": { "description": "Custom style configuration for the chart.", "properties": { "backgroundColor": { "description": "Background color of the chart, such as, '#fff'.", "type": "string" }, "palette": { "description": "Color palette for the chart, it is a collection of colors.", "items": { "type": "string" }, "type": "array" }, "texture": { "default": "default", "description": "Set the texture for the chart, optional, default is 'default'. 'rough' refers to hand-drawn style.", "enum": ["default", "rough"], "type": "string" } }, "type": "object" }, "title": { "default": "", "description": "Set the title of chart.", "type": "string" }, "width": { "default": 600, "description": "Set the width of chart, default is 600.", "type": "number" } }, "required": ["data"], "type": "object" } }

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/antvis/mcp-server-chart'

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