MCPcopy Create free account

hub / github.com/larksuite/openclaw-lark / functions

Functions1,118 in github.com/larksuite/openclaw-lark

Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oauth.ts:154
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/ask-user-question.ts:1001
Functionexecute
(toolCallId, params)
src/tools/mcp/shared.ts:241
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/tat/im/resource.ts:147
Functionexecute
(_toolCallId, params)
src/tools/oapi/bitable/app-table.ts:139
Functionexecute
(_toolCallId, params)
src/tools/oapi/bitable/app-table-record.ts:270
Functionexecute
(_toolCallId, params)
src/tools/oapi/bitable/app-table-view.ts:124
Functionexecute
(_toolCallId, params)
src/tools/oapi/bitable/app-table-field.ts:139
Functionexecute
(_toolCallId, params)
src/tools/oapi/bitable/app.ts:117
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/wiki/space-node.ts:208
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/wiki/space.ts:113
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/task/attachment.ts:80
Functionexecute
(_toolCallId, params)
src/tools/oapi/task/subtask.ts:126
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/task/task.ts:443
Functionexecute
(_toolCallId, params)
src/tools/oapi/task/tasklist.ts:174
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/task/task_agent.ts:70
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/task/section.ts:219
Functionexecute
(_toolCallId, params)
src/tools/oapi/task/comment.ts:105
Functionexecute
(_toolCallId, params)
src/tools/oapi/calendar/event-attendee.ts:122
Functionexecute
(_toolCallId, params)
src/tools/oapi/calendar/freebusy.ts:71
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/calendar/calendar.ts:81
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/calendar/event.ts:541
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/search/doc-search.ts:197
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/chat/chat.ts:100
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/chat/members.ts:71
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/im/resource.ts:114
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/im/message.ts:138
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/im/message-read.ts:165
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/common/search-user.ts:66
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/common/get-user.ts:57
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/sheets/sheet.ts:499
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/drive/doc-media.ts:422
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/drive/file.ts:324
Functionexecute
(_toolCallId: string, params: unknown)
src/tools/oapi/drive/doc-comments.ts:230
FunctionextractMessageBody
(text: string, allMentionKeys: string[])
src/messaging/inbound/mention.ts:49
FunctionflattenCellValue
* 将单元格值中的富文本 segment 数组拍平为纯文本字符串。 * * 飞书 Sheets API 对带样式的单元格返回 [{type:"text", text:"...", segmentStyle:{...}}, ...] 格式, * 极其冗余。此函数将其拼接为单个字符串,大幅减少 t
src/tools/oapi/sheets/sheet.ts:223
FunctionformatFeishuTarget
(id: string, type?: FeishuIdType)
src/core/targets.ts:138
FunctionformatIsolationWarning
(status: IsolationStatus, cfg?: ClawdbotConfig)
src/core/security-check.ts:126
FunctionformatMentionAllForCard
()
src/messaging/inbound/mention.ts:87
FunctionformatMentionAllForText
()
src/messaging/inbound/mention.ts:70
FunctionformatMentionForCard
(target: MentionInfo)
src/messaging/inbound/mention.ts:82
FunctionformatMentionForText
(target: MentionInfo)
src/messaging/inbound/mention.ts:65
FunctionforwardMessageFeishu
(params: { cfg: OpenClawConfig; messageId: string; to: string; accountId?: string; })
src/messaging/outbound/forward.ts:29
MethodfromCfg
Resolve account from config and return a cached `LarkClient`.
src/core/lark-client.ts:181
FunctiongenerateIsolationFixCommands
(cfg: ClawdbotConfig)
src/core/security-check.ts:157
FunctiongenerateSharedAgentCommands
(cfg: ClawdbotConfig)
src/core/security-check.ts:189
Functionget
(service, account)
src/core/token-store.ts:91
Methodget
(chatId: string)
src/core/chat-info-cache.ts:70
Methodget
Look up a cached instance by accountId.
src/core/lark-client.ts:230
FunctiongetActionsForScope
(scope: string)
src/core/scope-manager.ts:121
FunctiongetAgentDisplayName
(cfg: ClawdbotConfig, agentId: string)
src/core/agent-config.ts:77
FunctiongetAgentSkillsFilter
(cfg: ClawdbotConfig, agentId: string)
src/core/agent-config.ts:90
FunctiongetAgentToolsPolicy
(cfg: ClawdbotConfig, agentId: string)
src/core/agent-config.ts:101
FunctiongetMissingAppScopes
(toolAction: ToolActionKey, appGrantedScopes: Set<string> | string[])
src/core/scope-manager.ts:181
FunctiongetMissingUserScopes
(toolAction: ToolActionKey, userGrantedScopes: Set<string> | string[])
src/core/scope-manager.ts:236
FunctiongetRequiredScopesForActions
(toolActions: ToolActionKey[])
src/core/scope-manager.ts:82
MethodglobalConfig
Retrieve the stored global config, or `null` if not yet set.
src/core/lark-client.ts:163
Functionhandler
(ctx)
src/commands/index.ts:176
FunctionhasRequiredScopes
(toolAction: ToolActionKey)
src/core/scope-manager.ts:105
FunctionhasToolUseTraceRun
(sessionKey?: string)
src/card/tool-use-trace-store.ts:62
Functioninfo
(message: string, meta?: Record<string, unknown>)
src/core/lark-logger.ts:158
MethodisAborted
* Whether the card has been explicitly aborted (via abortCard()). * * Distinct from isTerminalPhase — creation_failed is NOT an abort; * it s
src/card/streaming-card-controller.ts:318
FunctionisConfigured
(account: LarkAccount)
src/core/accounts.ts:248
MethodisTerminalPhase
()
src/card/streaming-card-controller.ts:308
MethodisTerminated
Whether the reply pipeline was terminated due to an unavailable message.
src/card/streaming-card-controller.ts:323
MethodisTerminated
()
src/card/unavailable-guard.ts:50
MethodisTerminated
()
tests/reply-dispatcher-tool-use.test.ts:116
MethodisTerminated
()
tests/card-review-followup.test.ts:55
MethodisTerminated
()
tests/reply-dispatcher-media.test.ts:96
FunctionisToolAllowedByPolicy
(toolName: string, policy: AgentToolsPolicy | undefined)
src/core/agent-config.ts:147
FunctionlistChatMembersFeishu
(params: { cfg: OpenClawConfig; chatId: string; accountId?: string; /** Optional page token for pagina
src/messaging/outbound/chat-manage.ts:128
FunctionlogFn
(...args: unknown[])
src/tools/oapi/im/message-read.ts:519
FunctionlooksLikeFeishuId
(raw: string)
src/core/targets.ts:183
FunctionmergeSkillFilters
( agentSkills: string[] | undefined, groupSkills: string[] | undefined, )
src/core/agent-config.ts:120
FunctionnoopLog
()
src/messaging/outbound/normalize-mentions.ts:76
FunctionnoopLog
()
tests/user-name-cache-r2-prefetch.test.ts:7
FunctionnoopLog
()
tests/resolve-bot-name.test.ts:42
FunctionpromptFeishuAllowFrom
(params: { cfg: ClawdbotConfig; prompter: WizardPrompter; accountId?: string; })
src/channel/onboarding.ts:53
Functionregister
(api: OpenClawPluginApi)
index.ts:109
FunctionregisterFeishuImTools
(api: OpenClawPluginApi)
src/tools/tat/im/index.ts:18
FunctionregisterFeishuImTools
(api: OpenClawPluginApi)
src/tools/oapi/im/index.ts:15
Functionremove
(service, account)
src/core/token-store.ts:110
FunctionremoveChatMembersFeishu
(params: { cfg: OpenClawConfig; chatId: string; memberIds: string[]; accountId?: string; })
src/messaging/outbound/chat-manage.ts:100
FunctionresolveFeishuGroupToolPolicy
(params: ChannelGroupContext)
src/messaging/inbound/policy.ts:109
FunctionresolveImages
(text: string)
tests/card-review-followup.test.ts:129
MethodresolveImages
(t: string)
tests/card-review-followup.test.ts:47
MethodresolveImagesAwait
(t: string)
tests/card-review-followup.test.ts:48
Methodruntime
Retrieve the stored runtime instance. Throws if not yet initialised.
src/core/lark-client.ts:144
Methodsdk
Lazily-created Lark SDK client.
src/core/lark-client.ts:254
FunctionsecondsStringToDateTime
(seconds: string)
src/tools/oapi/im/time-utils.ts:39
Functionset
(service, account, data)
src/core/token-store.ts:100
Methodset
(openId: string, name: string)
src/messaging/inbound/user-name-cache-store.ts:87
Methodset
(chatId: string, info: ChatInfo)
src/core/chat-info-cache.ts:83
MethodsetCardMessageReady
()
tests/card-review-followup.test.ts:41
MethodsetMany
(entries: Iterable<[string, string]>)
src/messaging/inbound/user-name-cache-store.ts:113
MethodshouldDisplayToolUse
()
src/card/streaming-card-controller.ts:347
MethodshouldSkip
()
tests/reply-dispatcher-tool-use.test.ts:114
MethodshouldSkip
()
tests/card-review-followup.test.ts:53
MethodshouldSkip
()
tests/reply-dispatcher-media.test.ts:91
Methodsize
Current number of tracked entries (for diagnostics).
src/messaging/inbound/dedup.ts:105
← previousnext →1,001–1,100 of 1,118, ranked by callers