Weavz
LeagueApps

LeagueApps

Read LeagueApps public program, schedule, team, location, sport, and announcement data for youth sports operations.

8 tools

Tools

Name
list_programs

List current public LeagueApps programs.

get_program

Get public details for one LeagueApps program.

get_program_schedule

Get the public schedule for a LeagueApps program.

list_program_teams

List public teams for a LeagueApps program.

list_locations

List public LeagueApps locations for the site.

get_location

Get one public LeagueApps location.

list_sports

List sports configured for the LeagueApps site.

list_announcements

List public LeagueApps site announcements.

Quick Start

TypeScript
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.