Skip to main content
Glama
index.ts1.04 kB
/** * Global Constants Definition */ // API endpoint and token export const API_ENDPOINT = 'https://open.feishu.cn'; export const TENANT_ACCESS_TOKEN = 'tenant-access-token'; // Tool names for bot operations export const TOOL_SEND_TEXT_MESSAGE = 'send_feishu_text_message'; export const TOOL_SEND_CARD = 'send_feishu_card'; // Tool names for chat operations export const TOOL_SEARCH_CHATS = 'search_feishu_chats'; export const TOOL_GET_CHATS = 'get_feishu_chats'; // Tool names for document operations export const TOOL_GET_DOCUMENT = 'get_feishu_document'; export const TOOL_GET_DOCUMENT_RAW = 'get_feishu_document_raw'; // Tool names for sheet operations export const TOOL_GET_SHEET_META = 'get_feishu_sheet_meta'; export const TOOL_GET_SHEET_TABLES = 'get_feishu_sheet_tables'; export const TOOL_GET_SHEET_VIEWS = 'get_feishu_sheet_views'; export const TOOL_GET_SHEET_VIEW = 'get_feishu_sheet_view'; export const TOOL_GET_SHEET_RECORDS = 'get_feishu_sheet_records'; export const TOOL_GET_SHEET_RECORD = 'get_feishu_sheet_record';

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/sdd330/feishu-mcp-server'

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