AD
AI Dev Jobs
/get_similar_jobs
Get Similar Jobs
Given a job ID or slug, return active jobs that match on tag overlap, same workplace, level, and job type. Ranked by similarity score (tag overlap weighted 3x).
liveverifiedunknown~5s typical
mcpprobedaidevjobs
$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-aidevboard-jobs /get_similar_jobs for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Job ID (UUID) or slug — same identifier get_job accepts |
| limit | integer | Max results (default 5, max 20) |
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-aidevboard-jobs","endpoint":"/get_similar_jobs","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-com-aidevboard-jobs -e /get_similar_jobs -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-com-aidevboard-jobs", endpoint: "/get_similar_jobs", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.