get_dynasty_player_trade_values
rosteraudit.comReturns a lightweight lookup table of dynasty player trade values from https://rosteraudit.com, mapping each Sleeper player ID to its Superflex and 1QB values. Designed for fast batch lookups and spreadsheet imports in a single request.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_dynasty_player_trade_values?
Returns a lightweight lookup table of dynasty player trade values from https://rosteraudit.com, mapping each Sleeper player ID to its Superflex and 1QB values. Designed for fast batch lookups and spreadsheet imports in a single request. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass format_key and get the result back without maintaining a scraper.
Response
{
"values": {},
"attribution": "<string>",
"attribution_url": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/be3fd30b-2e8f-4cd8-9ecf-8077c494fbf2/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "be3fd30b-2e8f-4cd8-9ecf-8077c494fbf2",
"variables": {
"format_key": "sf_ppr"
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="be3fd30b-2e8f-4cd8-9ecf-8077c494fbf2") — the "get_dynasty_player_trade_values" function, which returns a lightweight lookup table of dynasty player trade values from https://rosteraudit.com, mapping each Sleeper player ID to its Superflex and 1QB values. Designed for fast batch lookups and spreadsheet imports in a single request.. It takes format_key (str). Return the result as structured JSON.