use_recipe
Invoke a saved recipe by its ID against a specific platform entity using its slug identifier. Attach a human-readable entity name to the results so scraped data is clearly labeled for downstream use.
Instructions
Invoke a specific recipe by id (see list_recipes) against one
entity's slug/identifier on that platform.
Args:
recipe_id: e.g. "ats_greenhouse", "ats_lever", "ats_ashby".
slug: The platform-specific identifier (e.g. a Greenhouse board
token — the part of boards.greenhouse.io/<slug>).
entity_name: A human-readable name to attach to results (e.g. the
company name), since the raw API responses often don't include it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| recipe_id | Yes | ||
| entity_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |