Weavz
Culture Amp

Culture Amp

Retrieve Culture Amp employees, demographics, performance cycles, reviews, and legacy survey data.

13 tools

Tools

Name
validate_connection

Validate the token by requesting the first employee page.

list_employees

List employees, optionally filtered by email or employee identifier.

get_employee

Get one Culture Amp employee by Culture Amp employee ID.

list_employee_demographics

List demographic assignments for one employee.

list_performance_cycles

List Culture Amp performance cycles.

get_performance_cycle

Get one Culture Amp performance cycle.

list_manager_reviews

List Culture Amp manager reviews for the account.

get_manager_review

Get one Culture Amp manager review.

list_employee_manager_reviews

List manager reviews for one employee.

list_cycle_manager_reviews

List manager reviews for one performance cycle.

list_surveys

List surveys from the legacy surveys endpoint when available on the account.

get_survey

Get one survey from the legacy surveys endpoint when available on the account.

custom_api_call

Make a scoped read-only custom call to the Culture Amp /v1 API.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('culture-amp', 'validate_connection', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'culture-amp',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Culture Amp 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 Culture Amp support?

Culture Amp supports 13 tools including Validate Connection, List Employees, Get Employee, List Employee Demographics, List Performance Cycles, and more.

Can I use Culture Amp with AI agents?

Yes. Add Culture Amp 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.

Can Culture Amp be used in stateful agent workflows?

Yes. Agents can combine Culture Amp 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 Culture Amp use?

Culture Amp uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Culture Amp integration cost?

The Culture Amp integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Culture Amp in minutes

Get 20,000 free action executions every month. No credit card required.