Skip to main content
Glama
index.ts1.63 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'; export const TOOL_CREATE_DOCUMENT = 'create_feishu_document'; export const TOOL_CREATE_DOCUMENT_BLOCK = 'create_feishu_document_block'; export const TOOL_SET_DOCUMENT_PERMISSION = 'set_feishu_document_permission'; export const TOOL_CREATE_DOCUMENT_PASSWORD = 'create_feishu_document_password'; // 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'; export const TOOL_CREATE_SHEET_RECORD = 'create_feishu_sheet_record'; export const TOOL_UPDATE_SHEET_RECORD = 'update_feishu_sheet_record'; export const TOOL_DELETE_SHEET_RECORD = 'delete_feishu_sheet_record'; export const TOOL_BATCH_CREATE_SHEET_RECORDS = 'batch_create_feishu_sheet_records';

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

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