productivity
Gainsight MCP, CLI, and Lua Integration for AI Agents
Gainsight integration docs for AI agents: MCP gateway setup, Gainsight CLI commands, Lua API reference, credentials, and function schemas.Gainsight 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 |
|---|---|---|---|
gainsight.gainsight_list_companies | Read read | 3 | List companies from Gainsight. Returns company details including name, industry, ARR, health score, and lifecycle stage. |
gainsight.gainsight_get_company | Read read | 1 | Get detailed information about a specific company in Gainsight, including health score, ARR, lifecycle stage, and CSM assignment. |
gainsight.gainsight_list_users | Read read | 3 | List users in the Gainsight tenant. Returns user details including name, email, role, and last active date. |
gainsight.gainsight_get_user | Read read | 1 | Get detailed information about a specific user in Gainsight, including role, assigned accounts, and activity data. |
gainsight.gainsight_list_surveys | Read read | 3 | List surveys from Gainsight. Returns survey details including name, type, status, response count, and creation date. |
gainsight.gainsight_get_survey | Read read | 1 | Get detailed information about a specific survey in Gainsight, including questions, response statistics, and distribution settings. |
gainsight.gainsight_get_current_user | Read read | 0 | Get the currently authenticated Gainsight user profile. Useful for verifying credentials and understanding whose data is being accessed. |