Skip to main content
Glama
nickdesi

FFBB MCP Server

by nickdesi

Dernier résultat d'équipe

ffbb_last_result
Read-onlyIdempotent

Retrieve the last match result for a specific basketball team using category and club details. Returns the outcome of their last game.

Instructions

Dernier résultat d'une équipe précise.

SINGULIER UNIQUEMENT: retourne le dernier match joué d'une seule équipe. 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

Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds that the tool returns the last match of a single team, and warns about needing a precise team number. No contradiction with annotations.

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?

Description is very concise, with 3 short sentences. The key purpose is front-loaded, and every sentence adds essential information without fluff.

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 presence of an output schema and rich annotations, the description covers the essential behavioral context: what the tool does, its singularity constraint, and when to resolve team ambiguity. It lacks mention of error conditions, but the output schema likely covers return values.

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 linking the 'categorie' and 'numero_equipe' parameters to the recommendation to use ffbb_resolve_team for ambiguous cases, and by clarifying the singular nature.

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 the tool returns the last match played for a single precise team, using the verb 'retourne' and specifying 'SINGULIER UNIQUEMENT'. This distinguishes it from sibling tools like ffbb_next_match (which returns next match) and ffbb_resolve_team (which resolves team ambiguity).

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?

Explicitly states the tool works only for a single team ('SINGULIER UNIQUEMENT') and recommends calling ffbb_resolve_team first if the category is imprecise or lacks a number. This provides clear when-to-use and when-not-to-use 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