Skip to main content
Glama

Server Details

Find kids enrichment activities: camps, classes, after-school programs, and tutoring near you.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

4 tools
check_availabilityInspect

Check real-time availability for a specific session. Use the module id and session id returned by get_activity_details (not the id from search_activities). Returns spots remaining, sold-out status, waitlist availability, and drop-in dates.

ParametersJSON Schema
NameRequiredDescriptionDefault
module_idYesActivity ID from get_activity_details response (not from search_activities)
session_idYesSession ID from the sessions array in get_activity_details response
get_activity_detailsInspect

Get full details for a specific enrichment activity including description, all sessions with pricing and availability, provider info, and location. Prefer slug over module_id — slugs from search_activities are always reliable.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugNoActivity URL slug (preferred). Use the slug returned by search_activities (e.g., 'summer-coding-camp-petaluma').
module_idNoActivity ID (numeric). Use slug instead when available — it is more reliable.
get_provider_infoInspect

Get profile and active listings for an enrichment activity provider (organization). Returns provider details and all their public activities.

ParametersJSON Schema
NameRequiredDescriptionDefault
organization_idYesProvider organization ID
search_activitiesInspect

Search children's enrichment activities (camps, classes, after-school programs) by location, age range, date, or keyword. Returns a paginated list of matching activities. Use the returned slug (preferred) or id to call get_activity_details for full info.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoCity name (e.g., 'Petaluma', 'San Francisco')
pageNoPage number (default: 1)
limitNoResults per page (default: 20, max: 50)
queryNoKeyword search (e.g., 'coding camp', 'ballet', 'science')
stateNoTwo-letter US state code (e.g., 'CA', 'OR', 'WA')
age_toNoMaximum participant age (4–19)
date_toNoLatest session end date (YYYY-MM-DD)
age_fromNoMinimum participant age (4–19)
latitudeNoLatitude for proximity search
date_fromNoEarliest session start date (YYYY-MM-DD)
longitudeNoLongitude for proximity search
categoriesNoComma-separated category IDs
distance_milesNoSearch radius in miles (default: 25, max: 100)

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.