Skip to main content
Glama
tools.ts2 kB
import { getSearchContentTool } from './contentExploration/searchContent.js'; import { getGetDatasourceMetadataTool } from './getDatasourceMetadata/getDatasourceMetadata.js'; import { getListDatasourcesTool } from './listDatasources/listDatasources.js'; import { getGeneratePulseMetricValueInsightBundleTool } from './pulse/generateMetricValueInsightBundle/generatePulseMetricValueInsightBundleTool.js'; import { getListAllPulseMetricDefinitionsTool } from './pulse/listAllMetricDefinitions/listAllPulseMetricDefinitions.js'; import { getListPulseMetricDefinitionsFromDefinitionIdsTool } from './pulse/listMetricDefinitionsFromDefinitionIds/listPulseMetricDefinitionsFromDefinitionIds.js'; import { getListPulseMetricsFromMetricDefinitionIdTool } from './pulse/listMetricsFromMetricDefinitionId/listPulseMetricsFromMetricDefinitionId.js'; import { getListPulseMetricsFromMetricIdsTool } from './pulse/listMetricsFromMetricIds/listPulseMetricsFromMetricIds.js'; import { getListPulseMetricSubscriptionsTool } from './pulse/listMetricSubscriptions/listPulseMetricSubscriptions.js'; import { getQueryDatasourceTool } from './queryDatasource/queryDatasource.js'; import { getGetViewDataTool } from './views/getViewData.js'; import { getGetViewImageTool } from './views/getViewImage.js'; import { getListViewsTool } from './views/listViews.js'; import { getGetWorkbookTool } from './workbooks/getWorkbook.js'; import { getListWorkbooksTool } from './workbooks/listWorkbooks.js'; export const toolFactories = [ getGetDatasourceMetadataTool, getListDatasourcesTool, getQueryDatasourceTool, getListAllPulseMetricDefinitionsTool, getListPulseMetricDefinitionsFromDefinitionIdsTool, getListPulseMetricsFromMetricDefinitionIdTool, getListPulseMetricsFromMetricIdsTool, getListPulseMetricSubscriptionsTool, getGeneratePulseMetricValueInsightBundleTool, getGetWorkbookTool, getGetViewDataTool, getGetViewImageTool, getListWorkbooksTool, getListViewsTool, getSearchContentTool, ];

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/datalabs89/tableau-mcp'

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