Appearance
ask_study_assistant (detailed)
Auth: Bearer required on MCP (Authorization: Bearer <Supabase access token | fam_live_ key>)
Quota: 9 / month signed-in members · unlimited Exam Academy / Agent Pro
Anonymous MCP: returns AUTH_REQUIRED_FOR_AI (no visitor quota on the remote MCP path)
Uses retrieval over the official FIFA January 2026 corpus; answers include citations to document sections where possible. It does not invent new FIFA articles or “fan rules”.
Web UI vs MCP
The web Study Assistant still offers a small visitor allowance. The remote MCP tool always requires a Bearer token.
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)
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
- Narrative answer plus citations /
sources(and usage fields where attached). - Name the topic and instrument (e.g. “RSTP Art. 20”, “FFAR”) to steer retrieval.
- Ask for “cite the official PDF and page” when studying.
- Over quota? Still use free
get_lesson,list_materials, and PDFs — or upgrade.
Check remaining: get_account_status.
Next — Exam prep tips → · Auth & quotas → · Mock exam →