Skip to content

Agent workflows (premium)

These are patterns, not a promise of specific outputs.

1) Build a transfer dossier in a few tool calls

  1. orchestrate_transfer_dossier on player_slug — set include_market_pulse: true and choose whether you need the extra live_synthesis Grok pass (costs more; use when you need a live web/X layer on top of stored intel).

  2. dossier_snapshot to read the Durable Object state if you are iterating the same case from multiple sessions.

  3. Optional: get_transfer_intel with a small days_back window to focus on the last transfer window, then generate_negotiation_brief for a narrative (still not legal advice).

  4. If you are comparing a shortlist, run find_matching_opportunities to seed a comps table, then get_scout_player (free) for the canonical stats row on each.

2) Scouting a weekly shortlist (mixed tier)

  • Everyone: list_scout_articles + get_scout_player to stay inside unmetered reads.
  • When you can spend search quota or you are premium: search_scout to ask cross-profile questions, then get_scout_player to verify each row.

3) Build and resolve a case file (Cases Workspace)

The Cases Workspace is the case-centric counterpart to dossiers — paid-only, with chat and background deep-research jobs.

  1. Create or pick a case via list_cases / get_case. Or open /cases in the web app.
  2. Build the dossier — upload PDFs (web), add_case_link for jurisprudence pages, add_case_note for free-text observations. Each item is indexed in the per-case OpenAI vector store.
  3. Use search_case for fast chat over the case dossier and the curated FIFA jurisprudence library. Always require a citations array; if the model has no source, it must say "No source on file."
  4. For longer briefings, call request_case_research to queue a Cursor Cloud agent. The agent runs in GitHub Actions, writes an Agent Law Lab brief back to the case, and links the result to the originating job.

Compliance — never invent FIFA articles or case IDs, always cite source URLs, never re-host full FIFA decision PDFs.

NextMCP: orchestrate + premium catalog → · Scout home → · Cases workspace →