catalogapi
C
catalogapi
/get_reward_details

get reward details

Get detail for a single catalog item. Call this after search_rewards when someone asks about a specific item.

liveverifiedunknown~5s typical
mcpprobedcatalogapi
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-catalogapi-catalogapi /get_reward_details for me.

Input

FieldTypeDescription
country*stringISO-2 country code the item came from.
item_id*stringThe item id returned by search_rewards.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-catalogapi-catalogapi","endpoint":"/get_reward_details","input":{"country":"...","item_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-catalogapi-catalogapi -e /get_reward_details -i '{"country":"...","item_id":"..."}'
mcp
run_tool({ provider: "mcp-com-catalogapi-catalogapi", endpoint: "/get_reward_details", input: {"country":"...","item_id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.