Skip to main content
Glama
apis.ts445 B
import { makeApi } from '@zodios/core'; import { tableauAccessTokenRequestSchema, tableauAccessTokenResponseSchema } from './types.js'; export const tableauTokenApi = makeApi([ { method: 'post', path: '/oauth2/v1/token', alias: 'token', response: tableauAccessTokenResponseSchema, parameters: [ { name: 'body', type: 'Body', schema: tableauAccessTokenRequestSchema, }, ], }, ]);

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