data
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.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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |