Skip to main content
Glama
nickdesi

FFBB MCP Server

by nickdesi

Prochain match d'équipe

ffbb_next_match
Read-onlyIdempotent

Retrieve the next single match for a specific basketball team using category and optional club details. Use for singular match queries only; for multiple matches, call the calendar tool instead.

Instructions

Prochain match à jouer pour une équipe précise.

⚠️ SINGULIER UNIQUEMENT. Si la demande est au pluriel
("matchs restants", "derniers matchs à jouer", "calendrier"),
utiliser ffbb_club(action="calendrier") à la place.

⚠️ ATTENTION LLM : Cet outil retourne STRICTEMENT LE PROCHAIN MATCH UNIQUE.
Ne l'utilise JAMAIS si l'utilisateur demande "les prochains matchs" au pluriel.
Pour toute requête au pluriel, utilise OBLIGATOIREMENT `ffbb_club(action="calendrier")`
et filtre les résultats toi-même.

Recommendation LLM : Si la categorie est imprécise ou sans numéro (ex: 'U11M'),
appeler d'abord `ffbb_resolve_team` pour obtenir le `numero_equipe` reel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categorieYesCatégorie de l'équipe (ex: 'U11', 'U11M', 'U11F')
club_nameNoNom du club (ex: 'Stade Clermontois')
organisme_idNoIdentifiant FFBB du club (organisme_id)
numero_equipeNoNuméro d'equipe dans la categorie (1 par defaut)
force_refreshNoSi True, force un rafraichissement des donnees de poule

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description warns that the tool returns strictly the next single match (caps lock emphasis) and must not be used for plural requests. It adds context beyond the annotations (readOnlyHint, etc.) by specifying the singular behavior and the prerequisite of resolving team numbers.

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?

The description is moderately long but well-structured with a clear purpose, warnings (using emojis and bold), and recommendations. It is front-loaded and every sentence adds value, though it could be slightly more concise.

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 the tool's complexity (5 parameters, output schema exists), the description covers key aspects: core functionality, usage boundaries, and prerequisite steps. It does not detail error handling or edge cases, but overall completeness is high.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining how parameters like 'categorie' and 'numero_equipe' identify the team, and recommends using ffbb_resolve_team for imprecise input. The 'force_refresh' parameter is also contextualized.

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 it returns the next match for a specific team ('Prochain match à jouer pour une équipe précise'). It distinguishes from sibling tools like ffbb_club for plural queries and ffbb_last_result, making the purpose unambiguous.

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?

The description explicitly tells when to use (singular next match) and when not to (plural queries like 'matchs restants', 'calendrier'), directing to ffbb_club(action='calendrier') instead. It also recommends using ffbb_resolve_team for imprecise categories.

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