Skip to content

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

NameTypeRequiredDescription
slug_or_namestring, min 2yesKnown slug (e.g. lamine-yamal-2007) or a human name the resolver can map to one profile.
depthbasicdeepno

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_playerresearch_player
Tierfree / anonymouspremium only
Focuscanonical stored profile, stats, public articles, timelinesame data plus dossier, memories, optional Grok, agent-focused synthesis
Use whenreading the blog / comparing players in DByou 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.

NextPremium overview → · orchestrate_transfer_dossier in catalog →