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.

NextMCP: orchestrate + premium catalog → · Scout home →