get_waiver_wire_players
Find NFL free agents not on any Token Bowl roster by filtering all available waiver wire players by position, name, and limit.
Instructions
Get NFL players available on the waiver wire (not on any team roster).
This tool identifies free agents by comparing all NFL players against currently rostered players in the Token Bowl league.
Args: position: Filter by position. Valid values: QB, RB, WR, TE, DEF, K. Case-insensitive (will be uppercased). None returns all positions.
search_term: Search for players by name (case-insensitive).
Partial matches are supported.
limit: Maximum number of players to return (default: 50, max: 200).
Can be integer or string (will be converted).
Players are sorted by relevance (active players first).
include_stats: Include full stats and projections (default: False, minimal data).
highlight_recent_drops: Mark players dropped in last 7 days (default: True).
verify_availability: Double-check roster status (default: True).Returns waiver wire data including:
Total available players count
Filtered results based on criteria
Player details (name, position, team, status)
Projected points (if available)
Trending add counts from last 24 hours (always included)
Recently dropped players marked (if highlight_recent_drops=True)
Cache freshness information
Note: Cache refreshes daily. Recent adds/drops may not be reflected immediately in player details, but roster data is fetched live.
Returns: Dict with available players and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| position | No | ||
| search_term | No | ||
| include_stats | No | ||
| verify_availability | No | ||
| highlight_recent_drops | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||