KosmoKrator

productivity

Qualifying MCP, CLI, and Lua Integration for AI Agents

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

Qualifying 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

FunctionTypeParametersDescription
qualifying.qualifying_list_accounts Read read 2 List sales accounts from Qualifying. Returns a paginated list of accounts with their details. Use limit and page parameters to navigate through results.
qualifying.qualifying_get_account Read read 1 Get detailed information about a specific sales account in Qualifying. Returns the account's full profile including name, industry, website, and associated metadata.
qualifying.qualifying_list_contacts Read read 3 List contacts from Qualifying. Returns a paginated list of contacts. Optionally filter by account to see contacts belonging to a specific account.
qualifying.qualifying_get_contact Read read 1 Get detailed information about a specific contact in Qualifying. Returns the contact's full profile including name, email, phone, associated account, and other metadata.
qualifying.qualifying_list_deals Read read 3 List deals from Qualifying. Returns a paginated list of deals with their details. Optionally filter by stage to see deals in a specific pipeline stage (e.g., "lead", "qualified", "won", "lost").
qualifying.qualifying_get_current_user Read read 0 Get the profile of the currently authenticated Qualifying user. Returns user details such as name, email, and role. Useful for verifying the connection and understanding whose credentials are being used.