Skip to main content
Glama
dumkoder

Statos MCP Server

by dumkoder

list_picks

Retrieve current betting picks with probability, odds, edge, and confidence. Filter by league, market, quality tier, or minimum edge.

Instructions

List Statos's current betting suggestions, optionally filtered by league, market type, minimum edge, or quality tier. Each pick carries the model's claimed probability, best available odds (where attached), implied edge, and a confidence label (low/medium/high). Picks are computed live from upcoming fixtures; volumes vary by day. Use this for 'what does Statos suggest today?' type queries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum picks to return (default 50, max 200).
marketsNoFilter to specific market types. Omit for all. '1x2'=match winner, 'over_under'=goal totals, 'btts'=both teams to score, etc.
qualityNoQuality tier: 'all'=no floor, 'strong'=≥65% suggested_prob, 'elite'=≥85%.all
league_idNoSingle league ID to filter to. Omit for all leagues visible to the API-key holder.
min_edge_pctNoMinimum edge percentage. Default 0. Picks without odds attached are always kept.
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It adds valuable context that picks are 'computed live from upcoming fixtures' and 'volumes vary by day', and it lists the data fields included. It doesn't discuss side effects (not needed for a list) or auth/rate limits, which keeps it at a solid mid-range.

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: three sentences with clear logical flow (purpose → return contents → usage cue). No redundant filler.

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

Completeness4/5

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

The description covers the tool's function, the pick data contents, and the usage context. With 5 optional params and no output schema, it sufficiently describes what the agent needs to know. It omits pagination/sorting details, but these are not critical for a simple list tool.

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

Parameters3/5

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

Schema description coverage is 100%, so the description doesn't need to explain parameters. It mentions the filter dimensions (league, market, min edge, quality tier) but doesn't add details beyond the schema. Baseline 3 is appropriate.

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's purpose with a specific verb ('List') and resource ('Statos's current betting suggestions'). It distinguishes from siblings like get_match_picks by emphasizing 'current' suggestions and the filter dimensions.

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

Usage Guidelines4/5

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

The description provides an explicit usage cue: 'Use this for "what does Statos suggest today?" type queries.' It doesn't explicitly name alternatives or mention when not to use it, but the context is clear.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dumkoder/statos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server