KosmoKrator

video

Loom MCP, CLI, and Lua Integration for AI Agents

Loom integration docs for AI agents: MCP gateway setup, Loom CLI commands, Lua API reference, credentials, and function schemas.

8 functions 6 read 2 write Bearer token auth

Loom for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
loom
route_slug
loom
package
loom
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Loom MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Loom.

Loom CLI Matrix

Use these pages for direct Loom CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
loom.loom_list_videos Read read 2 List Loom videos. Returns video titles, IDs, durations, URLs, and creation dates. Use limit and page for pagination.
loom.loom_get_video Read read 1 Get detailed information about a specific Loom video by its ID, including playback URL, duration, thumbnail, and metadata.
loom.loom_create_video Write write 2 Create a new Loom video with a title and optional description. Returns the video details and upload URLs.
loom.loom_delete_video Write write 1 Delete a Loom video permanently. This action cannot be undone.
loom.loom_list_workspaces Read read 0 List all Loom workspaces accessible to the authenticated user, including workspace names and member information.
loom.loom_list_folders Read read 2 List Loom folders. Returns folder names, IDs, and video counts. Use limit and page for pagination.
loom.loom_get_folder Read read 1 Get detailed information about a specific Loom folder by its ID, including name, video count, and hierarchy.
loom.loom_get_current_user Read read 0 Get the authenticated Loom user's profile information, including name, email, and account details.