Skip to main content
Glama
nickdesi

FFBB MCP Server

by nickdesi

Bilan détaillé de saison

ffbb_bilan_saison
Read-onlyIdempotent

Get a complete season breakdown for a FFBB team, aggregating all phases to show per-pool stats and overall totals including wins, losses, and point differentials.

Instructions

Bilan détaillé de la saison pour une équipe précise (toutes phases).

Cet outil est optimisé pour les questions du type
"Quel est le bilan de la saison des U11M1 ?".

Il agrège toutes les phases (toutes poules) de la saison FFBB pour
l'équipe identifiée par (organisme_id, categorie, numero_equipe).

Pour chaque phase, il retourne :
  - competition
  - poule_id
  - position
  - match_joues, gagnes, perdus, nuls
  - paniers_marques, paniers_encaissés, difference

Et fournit également un champ `bilan_total` qui cumule toutes les phases.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organisme_idYesID FFBB du club (organisme) concerné.
categorieYesCatégorie + genre (ex: 'U11M', 'U13F', 'SeniorM'). Cette valeur sert à filtrer les engagements et les poules.
numero_equipeYesNuméro d'équipe (1, 2, ...) pour identifier l'équipe précise dans la catégorie.
force_refreshNoSi True, contourne le cache pour récupérer des données fraîches.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate readOnly, idempotent, non-destructive, and openWorld. Description adds output structure and cache control via force_refresh, but does not disclose additional behavioral traits 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.

Conciseness4/5

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

Description is concise and well-structured: purpose first, then output details. No redundant sentences. Could slightly shorten the listing of return fields, but overall efficient.

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?

Given output schema exists, description adequately covers the main use case and return fields. Mentions aggregation and cache override. Missing info on data freshness limits or pagination, but not critical for this 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 coverage is 100%, and description reinforces the purpose of the three key parameters as a team identifier and force_refresh for cache. Adds some context but schema already handles parameter semantics well.

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

Purpose4/5

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

Title and description clearly state the tool provides a detailed season report for a specific team. It distinguishes itself from generic 'bilan' by mentioning per-phase aggregation, but does not explicitly differentiate from siblings like ffbb_team_summary.

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

Usage Guidelines3/5

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

Provides an example query ('Quel est le bilan de la saison des U11M1 ?') and implies use for team-specific season questions, but does not specify when not to use or contrast with alternatives such as ffbb_bilan or ffbb_team_summary.

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/nickdesi/FFBB-MCP-Server'

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