CoachAccountable
Coaching client, course, action, metric, and appointment management
Tools
| Name | Description |
|---|---|
list_clientsList CoachAccountable clients. | List CoachAccountable clients. |
get_clientGet a CoachAccountable client by ID. | Get a CoachAccountable client by ID. |
add_clientAdd a CoachAccountable client, optionally sending an invitation. | Add a CoachAccountable client, optionally sending an invitation. |
invite_clientSend a CoachAccountable invitation email to a client. | Send a CoachAccountable invitation email to a client. |
update_clientUpdate CoachAccountable client fields. | Update CoachAccountable client fields. |
deactivate_clientDeactivate a CoachAccountable client. | Deactivate a CoachAccountable client. |
activate_clientReactivate a CoachAccountable client. | Reactivate a CoachAccountable client. |
delete_clientDelete a CoachAccountable client. | Delete a CoachAccountable client. |
list_coursesList CoachAccountable courses. | List CoachAccountable courses. |
add_client_to_courseAdd a client participant to a CoachAccountable course. | Add a client participant to a CoachAccountable course. |
pause_course_participantPause a client participant in a CoachAccountable course. | Pause a client participant in a CoachAccountable course. |
unpause_course_participantUnpause a client participant in a CoachAccountable course. | Unpause a client participant in a CoachAccountable course. |
stop_course_participantStop a client participant in a CoachAccountable course. | Stop a client participant in a CoachAccountable course. |
list_client_course_participantsList client participants for CoachAccountable courses. | List client participants for CoachAccountable courses. |
list_actionsList action items, optionally for one client. | List action items, optionally for one client. |
add_actionAdd a CoachAccountable action item for a client. | Add a CoachAccountable action item for a client. |
mark_action_doneMark a CoachAccountable action complete. | Mark a CoachAccountable action complete. |
cancel_actionCancel a CoachAccountable action. | Cancel a CoachAccountable action. |
delete_actionDelete a CoachAccountable action. | Delete a CoachAccountable action. |
list_appointmentsList CoachAccountable appointments, optionally for one client. | List CoachAccountable appointments, optionally for one client. |
cancel_appointmentCancel a CoachAccountable appointment. | Cancel a CoachAccountable appointment. |
Quick Start
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.