Appearance
research_player (detailed, premium)
Auth: premium or **fam_live_ bearer** · Quota: unlimited with premium (subject to product fair use as implemented server-side)
Produces a deep transfer-market style briefing by combining: live Scout profile, **agent_dossiers**, recent **agent_memories**, season stats, articles, and timeline entries. If xAI Grok is configured on the worker, the pipeline can enrich with up-to-date web and X-sourced color; otherwise, expect strong database-first output with a note that live Grok is off.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug_or_name | string, min 2 | yes | Known slug (e.g. lamine-yamal-2007) or a human name the resolver can map to one profile. |
depth | basic | deep | no |
JSON-RPC request (copy)
json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "research_player",
"arguments": {
"slug_or_name": "lamine-yamal-2007",
"depth": "deep"
}
}
}bash
curl -s https://fifa.qtech.hr/mcp \
-H 'content-type: application/json' \
-H 'Authorization: Bearer fam_live_YOUR_KEY' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "research_player",
"arguments": { "slug_or_name": "josko-gvardiol-2002", "depth": "basic" }
}
}'How this differs from get_scout_player
get_scout_player | research_player | |
|---|---|---|
| Tier | free / anonymous | premium only |
| Focus | canonical stored profile, stats, public articles, timeline | same data plus dossier, memories, optional Grok, agent-focused synthesis |
| Use when | reading the blog / comparing players in DB | you already pay for premium and need a briefing for a client or notes |
Typical follow-up for heavy workflows: orchestrate_transfer_dossier for a one-shot composite, then dossier_snapshot to read the Durable Object state. See Premium workflows →.
WARNING
Indicative research — not a substitute for a licensed intermediary’s advice, club medical/legal review, or an actual representation agreement.
Next — Premium overview → · orchestrate_transfer_dossier in catalog →