Junely — Colorado Kids’ Camps & After-School
Server Details
Daily-verified Colorado kids' camps & after-school programs: real availability, ages, prices.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 5 of 5 tools scored. Lowest: 3.3/5.
Each tool has a clearly distinct purpose: get details, save to watchlist, search, set alerts, and view open programs. No overlapping functionality that could cause confusion for an agent.
Most tools follow a verb_noun pattern (get_program_details, search_programs, watch_program), but 'whats_open' breaks the convention (no underscore, abbreviation) and 'save_camp' uses 'camp' while others use 'program', introducing inconsistency.
With 5 tools, the set is well-scoped for a camps and after-school discovery service. Each tool earns its place and covers the core user workflow without being overwhelming or insufficient.
The set covers search, details, saving, alerts, and open availability—core tasks. A minor gap is the lack of a tool to remove from watchlist or cancel alerts, but the main lifecycle is addressed.
Available Tools
5 toolsget_program_detailsGet full details for one programARead-onlyInspect
Full details for a single program by its Junely id (from search results): description, dates, ages, price, current enrollment status, and the provider’s info + registration links.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Program id from a search result |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the read-only nature is known. The description adds no behavioral context beyond listing contents, which is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that efficiently conveys purpose and scope without any wasted words or tangential information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one param, read-only, no output schema), the description lists all key return components (description, dates, ages, etc.), but lacks details on error handling or format, leaving minor gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the description restates the schema's description for the only parameter 'id'. No additional meaning is provided, meeting the baseline for high coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('get') and resource ('program by Junely id') and lists included fields, clearly distinguishing it from sibling tools like search_programs (which returns a list) and save_camp (which mutates).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states the tool is for a single program 'from search results', implying post-search usage. However, it does not explicitly exclude other contexts or mention when-not-to-use, though sibling tools provide alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
save_campSave a program to your Junely watchlist (sign-in required)AIdempotentInspect
Saves a program to the signed-in user’s Junely watchlist. NOTE: saving also arms spot-opening/status-change email alerts for that program — identical to tapping ★ on junely.co. Only call when the user explicitly asks to save/track a program. Requires connecting the user’s Junely account.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Program id from a search result |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Adds side-effect context beyond annotations: alerts triggered, identical to ★ on website. Annotations (idempotent, non-destructive) are consistent; description enriches with behavioral details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, zero waste. First sentence states action and side effect, second provides usage rule and prerequisite. Front-loaded with key info.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers action, side effect, usage condition, and prerequisite. Lacks error handling or behavior for duplicate saves (though idempotent). Adequate for a simple tool with one parameter.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 100% of parameter documentation. Description does not add extra insight beyond schema's 'Program id from a search result'. Baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Title and description clearly state the tool saves a program to the Junely watchlist and arms alerts, with specific verb ('saves') and resource ('program'). Distinguishes from siblings like search_programs by being a save/track action.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states 'Only call when the user explicitly asks to save/track a program' and notes account requirement. Does not mention alternative tools but provides clear when-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_programsSearch Colorado kids’ camps & after-school programsARead-onlyInspect
Search Junely’s daily-verified catalog of Colorado summer camps and after-school programs. Filter by child age, month, region, category, price, and open availability. Returns matches with honest, recently-verified enrollment status.
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | Child’s age in years | |
| limit | No | Max results (default 10) | |
| month | No | Month the program should run, e.g. "July" or "7" | |
| query | No | Free-text interest, e.g. "robotics", "horseback riding", "Russian language" | |
| region | No | Colorado region or city, e.g. "Denver", "Boulder", "Colorado Springs" | |
| category | No | Category, e.g. STEM, Sports, Arts, Outdoors, Academic | |
| vertical | No | Camps (default) or after-school programs | |
| max_price | No | Maximum price in USD | |
| open_only | No | Only programs currently open for registration (default false) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the tool is clearly non-destructive. The description adds value by stating the catalog is 'daily-verified' and returns 'honest, recently-verified enrollment status,' providing context about data freshness and reliability beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the tool's core purpose. It is concise with no unnecessary words, though it could be slightly more streamlined. Every sentence adds value, earning a 4.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has 9 parameters and no output schema. The description mentions it returns matches with enrollment status, but lacks details on response structure, pagination, or default sorting. For a search tool with many filters, this creates potential ambiguity, though the schema’s limit parameter partially addresses pagination. Completeness is adequate but not fully comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema descriptions already define each parameter. The tool description does not add any additional meaning or clarification beyond what the schema provides, such as format constraints or dependencies. Thus, baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches a catalog of Colorado camps and after-school programs, specifying the data source (Junely’s daily-verified catalog) and filters (age, month, region, category, price, open availability). It distinguishes itself from siblings like get_program_details (which is for specific program details) and whats_open (likely a simpler view), though this is implicit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for general searching with filters, but does not explicitly state when to use this versus alternatives like whats_open (which might be for unfiltered open programs) or get_program_details (for specifics on one program). No when-not or exclusion criteria are provided, placing it at a baseline needed level.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
watch_programAlert me before a program fills (sign-in required)AIdempotentInspect
Sets a fills-up/closing email alert for one program on the signed-in user’s Junely account — identical to the “alert me” button on junely.co. Only call when the user explicitly asks to be alerted. Requires connecting the user’s Junely account.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Program id from a search result |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate idempotentHint=true and destructiveHint=false, and the description adds that the tool sets an alert (mutation but idempotent). It also mentions sign-in required and identical to website button, which are helpful behavioral cues beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, covering purpose, usage condition, and prerequisite without any fluff. The title also adds context (sign-in required). Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (one parameter, no output schema, simple behavior), the description is complete. It includes the action, trigger condition, and authentication requirement, fully equipping the agent to decide and invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter 'id' is fully described in the schema as 'Program id from a search result,' achieving 100% coverage. The description does not add much beyond this, meeting baseline expectations.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it sets a fills-up/closing email alert for one program, which is a specific verb+resource. It distinguishes itself from siblings like get_program_details (details retrieval) and search_programs (searching) by focusing on the alert action.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Only call when the user explicitly asks to be alerted,' providing clear when-to-use guidance. It also mentions the prerequisite of connecting the user's Junely account, though it does not explicitly state when not to use or name alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
whats_openWhat’s open right nowBRead-onlyInspect
Programs currently OPEN for registration, freshest first — Junely’s honesty signal. Optional filters: region, category, age, vertical.
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | ||
| limit | No | ||
| region | No | ||
| category | No | ||
| vertical | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the safety profile is clear. The description adds that results are sorted 'freshest first', but doesn't detail pagination, rate limits, or behavior with no results. With annotations covering core safety, a 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with purpose, no wasted words. Every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With five parameters, no output schema, and low schema coverage, the description is too minimal. It doesn't explain return format, default filtering, or pagination behavior, leaving gaps for a simple listing tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Description lists four of five parameters as 'optional filters' but doesn't explain their meaning beyond that. The limit parameter is omitted entirely. Schema coverage is 0%, so description should compensate more, but it remains vague.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns programs currently open for registration, sorted by freshness. This distinguishes it from siblings like search_programs (general search) and get_program_details (specific program).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool vs alternatives. The description implies it's for open programs, but doesn't mention exclusions or recommend alternatives like search_programs for broader queries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!