get_job
ActiveTool of Arbeitnow
Fetch the full details of a single Arbeitnow job posting by its slug, INCLUDING the full HTML description. There is no single-job endpoint upstream, so this scans the most recent pages (~3) to find the matching slug. If the job has scrolled off the recent listings it cannot be retrieved — use search_jobs instead.
Parameters schema
{
"type": "object",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "The job slug (from list_jobs/search_jobs results)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Arbeitnow
https://github.com/pipeworx-io/mcp-arbeitnow
1/7 registries