Skip to main content
Glama

Lark Base MCP Server

Official
auth.ts424 B
import { z } from 'zod'; export const BaseRespSchema = z.object({ StatusMessage: z.string(), StatusCode: z.number() }); export const AuthResponseSchema = z.object({ status: z.literal('NeedAuth'), authenticationUrl: z.string().url(), userAccessToken: z.string(), BaseResp: BaseRespSchema }); export type AuthResponse = z.infer<typeof AuthResponseSchema>; export type BaseResp = z.infer<typeof BaseRespSchema>;

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/Lark-Base-Team/lark-base-mcp-node-server'

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