Skip to main content
Glama
methods.ts464 B
import { userAgent } from '../../server.js'; import { getClient } from './client.js'; import { TableauAccessToken, TableauAccessTokenRequest } from './types.js'; export async function getTokenResult( basePath: string, request: TableauAccessTokenRequest, ): Promise<TableauAccessToken> { return await getClient(basePath).token(request, { headers: { 'Content-Type': 'application/x-www-form-urlencoded', 'User-Agent': userAgent, }, }); }

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