4 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search_job_postings, scan_company_tech_stack, get_api_catalog, navigate_to_page{
name: "search_job_postings",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_job_postings, scan_company_tech_stack, get_api_catalog, navigate_to_page<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_job_postings" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_job_postings",
"description": "Search live job postings from the JobsPipe dataset. Returns normalized rows (title, budget, skills, client country, posted date) from the public Jobs API. The first 100 results are available without authentication.",
"inputSchema": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 200,
"description": "Number of postings to return (max 200)."
},
"offset": {
"type": "integer",
"minimum": 0,
"description": "Number of postings to skip for pagination."
},
"sort": {
"type": "string",
"enum": [
"posted_on",
"title",
"budget",
"hourly_min",
"proposals",
"client_total_spent",
"client_rating",
"client_country",
"tier"
],
"description": "Field to sort by."
},
"order": {
"type": "string",
"enum": [
"asc",
"desc"
],
"description": "Sort direction."
}
},
"required": []
},
"annotations": {}
}search_job_postings, scan_company_tech_stack, get_api_catalog, navigate_to_page{
name: "search_job_postings",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "scan_company_tech_stack" /* short, unique, verb-based */ }search_job_postings, scan_company_tech_stack, get_api_catalog, navigate_to_page<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_job_postings" tooldescription="...">
<!-- the same action, as UI -->
</form>