Appearance
ask_study_assistant (detailed)
Auth: optional (Bearer improves tier) · Quota: 3 anonymous / 9 member / unlimited premium per calendar month (Study Assistant track — separate from Scout search)
Uses retrieval over the official FIFA January 2026 corpus the platform hosts; answers are written to include citations to document sections where possible. It does not invent new FIFA articles or “fan rules”.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
question | string, min 4 | yes | Natural-language question about exam topics. |
lesson_number | integer 1–8 | no | If set, narrows retrieval to that lesson’s materials. |
JSON-RPC request (copy) — with Bearer
json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "ask_study_assistant",
"arguments": {
"question": "What are the triggers for training compensation under RSTP?",
"lesson_number": 4
}
}
}bash
curl -s https://fifa.qtech.hr/mcp \
-H 'content-type: application/json' \
-H 'Authorization: Bearer <supabase_access_token_or_fam_live_key>' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "ask_study_assistant",
"arguments": {
"question": "List three duties of a licensed agent under the FIFA Football Agent Regulations.",
"lesson_number": 7
}
}
}'Return shape and prompt tips
- The tool returns a narrative answer plus citations the web UI can render as “Source” blocks. In MCP, this is still primarily text with structured fragments where the worker attaches them.
- Prompt tips for candidates:
- Name the topic and, if you know it, the instrument (e.g. “RSTP Art. 20”, “FFAR 2022”) to steer retrieval.
- Ask for “cite the official PDF and page” to force a careful pass when studying.
- If you are over quota for the month, you can still use
**get_lesson**,**list_materials**, and free PDFs — the assistant is the only gated general Q&A on anonymous tier.
Next — Exam prep tips (non-technical) → · Generate mock exam (premium) →