RR
Remoote Remote Jobs MCP
/create_alert
create alert
Create a daily or weekly Remoote job alert for the authenticated user. Requires the alerts:write scope.
liveverifiedunknown~5s typical
mcpprobedremooteremotejobs
$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-app-remoote-remote-jobs /create_alert for me.
Input
| Field | Type | Description |
|---|---|---|
| name | string | |
| criteria* | string | |
| frequency | string (daily | weekly) | default "daily" |
| limit | integer | default 10 |
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-app-remoote-remote-jobs","endpoint":"/create_alert","input":{"criteria":"...","frequency":"daily","limit":10}}'cli
npx cracked-ai run -p mcp-app-remoote-remote-jobs -e /create_alert -i '{"criteria":"...","frequency":"daily","limit":10}'mcp
run_tool({ provider: "mcp-app-remoote-remote-jobs", endpoint: "/create_alert", input: {"criteria":"...","frequency":"daily","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.