Weavz
CoachAccountable

CoachAccountable

Coaching client, course, action, metric, and appointment management

21 tools

Tools

Name
list_clients

List CoachAccountable clients.

get_client

Get a CoachAccountable client by ID.

add_client

Add a CoachAccountable client, optionally sending an invitation.

invite_client

Send a CoachAccountable invitation email to a client.

update_client

Update CoachAccountable client fields.

deactivate_client

Deactivate a CoachAccountable client.

activate_client

Reactivate a CoachAccountable client.

delete_client

Delete a CoachAccountable client.

list_courses

List CoachAccountable courses.

add_client_to_course

Add a client participant to a CoachAccountable course.

pause_course_participant

Pause a client participant in a CoachAccountable course.

unpause_course_participant

Unpause a client participant in a CoachAccountable course.

stop_course_participant

Stop a client participant in a CoachAccountable course.

list_client_course_participants

List client participants for CoachAccountable courses.

list_actions

List action items, optionally for one client.

add_action

Add a CoachAccountable action item for a client.

mark_action_done

Mark a CoachAccountable action complete.

cancel_action

Cancel a CoachAccountable action.

delete_action

Delete a CoachAccountable action.

list_appointments

List CoachAccountable appointments, optionally for one client.

cancel_appointment

Cancel a CoachAccountable appointment.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

CoachAccountable supports 21 tools including List Clients, Get Client, Add Client, Invite Client, Update Client, and more.

Can I use CoachAccountable with AI agents?

Yes. Add CoachAccountable 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 CoachAccountable be used in stateful agent workflows?

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

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

How much does the CoachAccountable integration cost?

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

Connect CoachAccountable in minutes

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