LeagueApps
Read LeagueApps public program, schedule, team, location, sport, and announcement data for youth sports operations.
Tools
| Name | Description |
|---|---|
list_programsList current public LeagueApps programs. | List current public LeagueApps programs. |
get_programGet public details for one LeagueApps program. | Get public details for one LeagueApps program. |
get_program_scheduleGet the public schedule for a LeagueApps program. | Get the public schedule for a LeagueApps program. |
list_program_teamsList public teams for a LeagueApps program. | List public teams for a LeagueApps program. |
list_locationsList public LeagueApps locations for the site. | List public LeagueApps locations for the site. |
get_locationGet one public LeagueApps location. | Get one public LeagueApps location. |
list_sportsList sports configured for the LeagueApps site. | List sports configured for the LeagueApps site. |
list_announcementsList public LeagueApps site announcements. | List public LeagueApps site announcements. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('leagueapps', 'list_programs', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'leagueapps',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect LeagueApps 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 LeagueApps support?
LeagueApps supports 8 tools including List Programs, Get Program, Get Program Schedule, List Program Teams, List Locations, and more.
Can I use LeagueApps with AI agents?
Yes. Add LeagueApps 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 LeagueApps be used in stateful agent workflows?
Yes. Agents can combine LeagueApps 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 LeagueApps use?
LeagueApps uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the LeagueApps integration cost?
The LeagueApps integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect LeagueApps in minutes
Get 20,000 free action executions every month. No credit card required.