Skip to main content
Glama
nickdesi

FFBB MCP Server

by nickdesi

Prochain match d'équipe

ffbb_next_match
Read-onlyIdempotent

Retrieve the next upcoming match for a specific basketball team by providing category and club details. Use singular requests only; for multiple matches, use the calendar function.

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 précise (ex: 'U11M1', 'U11M', 'U11F')
club_nameNoNom du club (ex: 'Stade Clermontois')
organisme_idNoIdentifiant FFBB du club (organisme_id, ex: 1234 ou 'ARA0063058')
numero_equipeNoNuméro d'équipe dans la catégorie. Résoudre avec ffbb_resolve_team si ambigu.
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?

Annotations (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) indicate safe, read-only behavior. Description adds critical behavioral context: returns strictly one match, warns against plural misuse, and explains need for team resolution. No contradictions.

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 mostly concise with clear front-loading of purpose. Warnings and recommendations are valuable but slightly verbose; however, structure is logical and each sentence adds meaning.

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?

Given the complexity (5 parameters, vague categories) and the presence of an output schema, the description covers key usage pitfalls and prerequisites thoroughly. No gaps in necessary context for safe invocation.

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?

Input schema has 100% coverage with descriptions for all 5 parameters. The description adds value by cross-referencing ffbb_resolve_team for numero_equipe and categorie ambiguity, which aids understanding beyond schema alone.

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?

Description clearly states it returns the next match for a specific team ('Prochain match à jouer pour une équipe précise'). It explicitly distinguishes from sibling tools by warning against plural requests, which are handled by ffbb_club.

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?

Description gives explicit when-to-use (singular match request) and when-not-to-use (plural requests, redirecting to ffbb_club). It also recommends using ffbb_resolve_team for ambiguous categories, providing clear decision guidance.

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