TeamSnap
Manage TeamSnap teams, rosters, events, payments, balances, and broadcast communications.
Tools
| Name | Description |
|---|---|
list_teamsList or get TeamSnap teams. | List or get TeamSnap teams. |
create_teamCreate a TeamSnap team. | Create a TeamSnap team. |
update_teamUpdate a TeamSnap team. | Update a TeamSnap team. |
delete_teamDelete a TeamSnap team. | Delete a TeamSnap team. |
list_membersList TeamSnap members by team, member ID, event, or contact. | List TeamSnap members by team, member ID, event, or contact. |
create_memberCreate a TeamSnap member. | Create a TeamSnap member. |
update_memberUpdate a TeamSnap member. | Update a TeamSnap member. |
delete_memberDelete a TeamSnap member. | Delete a TeamSnap member. |
list_eventsList TeamSnap games, practices, and other events. | List TeamSnap games, practices, and other events. |
create_eventCreate a TeamSnap event. | Create a TeamSnap event. |
update_eventUpdate a TeamSnap event. | Update a TeamSnap event. |
delete_eventDelete a TeamSnap event or repeating event set where supported. | Delete a TeamSnap event or repeating event set where supported. |
list_member_paymentsList TeamSnap member payments. | List TeamSnap member payments. |
list_member_balancesList TeamSnap member balances. | List TeamSnap member balances. |
send_broadcast_emailCreate/send a TeamSnap broadcast email record. | Create/send a TeamSnap broadcast email record. |
send_broadcast_alertCreate/send a TeamSnap broadcast alert record. | Create/send a TeamSnap broadcast alert record. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('teamsnap', 'list_teams', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'teamsnap',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect TeamSnap to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does TeamSnap support?
TeamSnap supports 16 tools including List Teams, Create Team, Update Team, Delete Team, List Members, and more.
Can I use TeamSnap with AI agents?
Yes. Add TeamSnap 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 TeamSnap be used in stateful agent workflows?
Yes. Agents can combine TeamSnap 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 TeamSnap use?
TeamSnap uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the TeamSnap integration cost?
The TeamSnap integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect TeamSnap in minutes
Get 20,000 free action executions every month. No credit card required.