productivity
Later MCP, CLI, and Lua Integration for AI Agents
Later integration docs for AI agents: MCP gateway setup, Later CLI commands, Lua API reference, credentials, and function schemas.Later 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 |
|---|---|---|---|
later.later_list_profiles | Read read | 2 | List all social media profiles connected to the Later account. Returns profile IDs, platform types, and display names. |
later.later_get_profile | Read read | 1 | Get details of a specific social media profile in Later by its ID. Returns profile platform type, display name, and account metadata. |
later.later_list_posts | Read read | 4 | List scheduled and published posts in Later. Optionally filter by profile ID, status (scheduled, published, draft), and paginate results. |
later.later_create_post | Write write | 6 | Create and schedule a new social media post in Later. Provide the caption text, target profile IDs, and optionally a scheduled time or media URL. |
later.later_list_media | Read read | 3 | List media items in the Later media library. Returns media IDs, URLs, types, and metadata. Optionally filter by media type. |
later.later_get_media | Read read | 1 | Get details of a specific media item in Later by its ID. Returns the media URL, type, dimensions, and metadata. |
later.later_get_current_user | Read read | 0 | Get the currently authenticated Later user profile. Returns the user name, email, and account info. |