Skip to main content
Glama
workspace.ts399 B
import { SlackClientWrapper } from '../utils/slack-client.js'; import { getTeamInfoSchema } from '../utils/validators.js'; export async function getTeamInfo(client: SlackClientWrapper, args: unknown) { getTeamInfoSchema.parse(args ?? {}); return await client.safeCall(async () => { const result = await client.getClient().team.info(); return { team: result.team, }; }); }

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/Hais/slack-bot-mcp'

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