Skip to main content
Glama
index.ts472 B
import getChartImgLink from "./agent/getChartImgLink.js"; import installQuickChart from "./agent/installQuickChart.js"; import { EnumAction } from "../constants/index.js"; const ACTIONS: any = { [EnumAction.GET_CHART_IMG_LINK]: getChartImgLink, } if (process.env.NEED_INSTALL_QUICK_CHART === 'true') { ACTIONS[EnumAction.INSTALL_QUICK_CHART] = installQuickChart; } export { ACTIONS }; export type { ActionTool, ActionExample, Handler } from "../types/action.js";

Latest Blog Posts

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/datafe/quick-chart-mcp'

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