Culture Amp
Retrieve Culture Amp employees, demographics, performance cycles, reviews, and legacy survey data.
Tools
| Name | Description |
|---|---|
validate_connectionValidate the token by requesting the first employee page. | Validate the token by requesting the first employee page. |
list_employeesList employees, optionally filtered by email or employee identifier. | List employees, optionally filtered by email or employee identifier. |
get_employeeGet one Culture Amp employee by Culture Amp employee ID. | Get one Culture Amp employee by Culture Amp employee ID. |
list_employee_demographicsList demographic assignments for one employee. | List demographic assignments for one employee. |
list_performance_cyclesList Culture Amp performance cycles. | List Culture Amp performance cycles. |
get_performance_cycleGet one Culture Amp performance cycle. | Get one Culture Amp performance cycle. |
list_manager_reviewsList Culture Amp manager reviews for the account. | List Culture Amp manager reviews for the account. |
get_manager_reviewGet one Culture Amp manager review. | Get one Culture Amp manager review. |
list_employee_manager_reviewsList manager reviews for one employee. | List manager reviews for one employee. |
list_cycle_manager_reviewsList manager reviews for one performance cycle. | List manager reviews for one performance cycle. |
list_surveysList surveys from the legacy surveys endpoint when available on the account. | List surveys from the legacy surveys endpoint when available on the account. |
get_surveyGet one survey from the legacy surveys endpoint when available on the account. | Get one survey from the legacy surveys endpoint when available on the account. |
custom_api_callMake a scoped read-only custom call to the Culture Amp /v1 API. | Make a scoped read-only custom call to the Culture Amp /v1 API. |
Quick Start
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.