Get Similar Jobs
get_similar_jobsGiven 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). Use after search_jobs to surface nearby roles — matches the /jobs/{id}/similar REST endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job ID (UUID) or slug — same identifier get_job accepts | |
| limit | No | Max results (default 5, max 20) |