productivity
Actively MCP, CLI, and Lua Integration for AI Agents
Actively integration docs for AI agents: MCP gateway setup, Actively CLI commands, Lua API reference, credentials, and function schemas.Actively 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 |
|---|---|---|---|
actively.actively_list_organizations | Read read | 2 | List organizations you have access to in Actively. Returns organization names and UUIDs needed for campaign and contact operations. Paginate with limit and page parameters. |
actively.actively_get_current_user | Read read | 0 | Get the authenticated user's profile from Actively. Returns user name, email, role, and organization memberships. |
actively.actively_list_campaigns | Read read | 3 | List campaigns for an organization in Actively. Returns campaign details including title, type, status, and date range. Paginate with limit and page parameters. |
actively.actively_get_campaign | Read read | 2 | Get details of a specific campaign in Actively. Returns the campaign title, type, status, date range, and all associated metadata. |
actively.actively_create_campaign | Write write | 5 | Create a new campaign for an organization in Actively. Specify the campaign title, type (e.g., "email", "social", "ads"), and the start and end dates. |
actively.actively_list_contacts | Read read | 3 | List contacts for an organization in Actively. Returns contact details including name, email, phone, and any associated metadata. Paginate with limit and page parameters. |
actively.actively_get_contact | Read read | 2 | Get details of a specific contact in Actively. Returns the contact's name, email, phone, and all associated metadata. |