AI SENSE Free Public Tools
AS
AI SENSE Free Public Tools
/read_temporary_data

Read temporary data

Fetch back a JSON value that store_temporary_data saved earlier, in this session or in another one. Returns the value exactly as it was stored. Fails if the id

liveverifiedunknown~5s typical
mcpprobedaisensefree
$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-aisenseapi-free-public-tools /read_temporary_data for me.

Input

FieldTypeDescription
storage_id*stringThe UUID that store_temporary_data returned.

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-aisenseapi-free-public-tools","endpoint":"/read_temporary_data","input":{"storage_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-aisenseapi-free-public-tools -e /read_temporary_data -i '{"storage_id":"..."}'
mcp
run_tool({ provider: "mcp-com-aisenseapi-free-public-tools", endpoint: "/read_temporary_data", input: {"storage_id":"..."} })

Try it

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