KosmoKrator

sales

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.

6 functions 6 read 0 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
qualifying
route_slug
qualifying
package
qualifying
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

Qualifying MCP Client Matrix

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

Qualifying CLI Matrix

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

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.