Gainsight
Customer success management platform for engagement, retention, and growth
Tools
| Name | Description |
|---|---|
list_companiesQuery companies from the Gainsight Company object | Query companies from the Gainsight Company object |
get_companyGet a specific company by its GSID (Gainsight ID) | Get a specific company by its GSID (Gainsight ID) |
list_relationshipsQuery relationships from the Gainsight Relationship object | Query relationships from the Gainsight Relationship object |
list_ctasFetch Call to Action (CTA) records from Gainsight Cockpit | Fetch Call to Action (CTA) records from Gainsight Cockpit |
list_peopleQuery people (contacts) from the Gainsight Person object | Query people (contacts) from the Gainsight Person object |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('gainsight', 'list_companies', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'gainsight',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Gainsight to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Gainsight support?
Gainsight supports 5 tools including List Companies, Get Company, List Relationships, List CTAs, List People.
Can I use Gainsight with AI agents?
Yes. Add Gainsight to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Gainsight to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Gainsight as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Gainsight tools exposed by that workspace.
Does Gainsight work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Gainsight work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Gainsight?
Gainsight exposes 5 tools, including List Companies, Get Company, List Relationships, List CTAs, List People. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Gainsight be used in stateful agent workflows?
Yes. Agents can combine Gainsight tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Gainsight use?
Gainsight uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Gainsight integration cost?
The Gainsight integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Gainsight in minutes
Get 20,000 free action executions every month. No credit card required.