Skip to main content
Glama
larksuite

Feishu/Lark OpenAPI MCP

Official
by larksuite
authen_v1.ts630 B
import { z } from 'zod'; export type authenV1ToolName = 'authen.v1.userInfo.get'; export const authenV1UserInfoGet = { project: 'authen', name: 'authen.v1.userInfo.get', sdkName: 'authen.v1.userInfo.get', path: '/open-apis/authen/v1/user_info', httpMethod: 'GET', description: '[Feishu/Lark]-Authenticate and Authorize-Login state management-Get User Information-Get related user info via `user_access_token`', accessTokens: ['user'], schema: { useUAT: z.boolean().describe('Use user access token, otherwise use tenant access token').optional(), }, }; export const authenV1Tools = [authenV1UserInfoGet];

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/larksuite/lark-openapi-mcp'

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