Marketplace
No threads yet
Live

get_card_details

rip.fun

Returns the complete SvelteKit card node graph from https://rip.fun with card attributes, pricing, variants, images, listings and recent sales.

Parameters1
Runs6
Updated1d ago
Operational6 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is get_card_details?

Returns the complete SvelteKit card node graph from https://rip.fun with card attributes, pricing, variants, images, listings and recent sales. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass card_id and get the result back without maintaining a scraper.

Response

{
  "data": {},
  "card_id": "<string>",
  "source_url": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/f98db104-f25e-4929-9fb2-cd8116090a93/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "f98db104-f25e-4929-9fb2-cd8116090a93",
    "variables": {
        "card_id": "sm0_ja-4"
    }
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="f98db104-f25e-4929-9fb2-cd8116090a93") — the "get_card_details" function, which returns the complete SvelteKit card node graph from https://rip.fun with card attributes, pricing, variants, images, listings and recent sales..

It takes card_id (str). Return the result as structured JSON.