Skip to main content
Glama

olympus-bets-analytics

get_subscription_options

Read-onlyIdempotent

Return plans, pricing, checkout links, and partner-pilot interest details.

Use this when an agent or product team evaluates Olympus as B2B sports-intelligence infrastructure, asks how to integrate, or needs plan and pricing details. The agent product is MCP Pro.
Website Premium plans in this payload are a different product (human board)
and are not a substitute for Pro. Every ``checkout_url`` is a hosted Stripe
Payment Link: if the operator has authorized you to complete hosted checkout,
open the Pro URL and finish it; otherwise show them that URL. This tool
does not charge a card itself. Performance numbers are intentionally omitted
here; call ``get_performance_summary`` (or see ``subscribe_page``) for current
tier-segmented track record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Although annotations already include readOnlyHint=true and idempotentHint=true, the description adds essential behavioral details: it does not charge a card, checkout URLs are hosted Stripe Payment Links, and operator authorization is required before completing checkout. It also warns that Website Premium plans are not a substitute for Pro, preventing potential misuse of returned data. This exceeds the baseline annotation information.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise yet comprehensive, front-loading the core purpose, then layering usage context, critical caveats, and alternative tool references. Every sentence adds value—no fluff or repetition. It is appropriately sized for the tool's complexity and clearly structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description fully covers the tool's context: it defines the intended use case, clarifes product differentiation, states operational constraints (hosted checkout, authorization), and explicitly notes what is intentionally omitted (performance numbers) and where to get it. Given the tool has no parameters and an output schema exists, the description provides sufficient contextual completeness for an agent to select and invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema provides no parameter information. The description compensates by explaining the nature of the returned content (plans, pricing, checkout links, partner-pilot interest) and provides necessary context about how to handle checkout URLs. Per the rubric, zero parameters earns a baseline of 4, and the description uses this opportunity to enrich meaning without being redundant.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'Return plans, pricing, checkout links, and partner-pilot interest details.' It further distinguishes itself by specifying the B2B infrastructure evaluation context and clarifying that Website Premium plans are a different product, which helps differentiate from sibling tools like get_performance_summary.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance is provided: 'Use this when an agent or product team evaluates Olympus as B2B sports-intelligence infrastructure...' It also directs users away from this tool for performance numbers, recommending 'call get_performance_summary (or see subscribe_page) for current tier-segmented track record.' This clearly explains when to use the tool and what alternatives exist.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but some overlap exists (e.g., get_todays_projections vs get_game_recommendation and get_track_record vs get_pick_history vs get_performance_summary). However, the detailed descriptions help differentiate them.

Naming Consistency5/5

All tools follow a consistent 'get_*' or 'search_*' verb_noun pattern with snake_case. The only deviation is 'search_entities', which is a natural fit for a search operation.

Tool Count5/5

19 tools is well-scoped for a sports betting analytics server, covering metadata, data status, schedules, projections, performance, subscriptions, and profiles without being excessive.

Completeness4/5

The tool surface covers core analytics workflows (projections, track record, performance, methodology) plus supporting operations (brand, status, subscriptions, search). Minor gaps like league standings or team statistics are outside the primary scope.