Skip to main content
Glama
larksuite

Feishu/Lark OpenAPI MCP

Official
by larksuite
wiki_v1.ts726 B
import { z } from 'zod'; export type wikiV1ToolName = 'wiki.v1.node.search'; export const wikiV1NodeSearch = { project: 'wiki', name: 'wiki.v1.node.search', sdkName: 'wiki.v1.node.search', path: '/open-apis/wiki/v1/nodes/search', httpMethod: 'POST', description: '[Feishu/Lark]-Docs-Wiki-Search Wiki', accessTokens: ['user'], schema: { data: z.object({ query: z.string(), space_id: z.string().optional(), node_id: z.string().optional() }), params: z.object({ page_token: z.string().optional(), page_size: z.number().optional() }).optional(), useUAT: z.boolean().describe('Use user access token, otherwise use tenant access token').optional(), }, }; export const wikiV1Tools = [wikiV1NodeSearch];

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