scope_from_role
InactiveTool of SaSame Research Agent
Hire-vs-commission scoper. Given a job title or pasted job description (a posted role = a budgeted, spec'd, time-stamped need), this DETERMINISTICALLY classifies it against the buildable/operable slice SaSame covers and returns: what SaSame would build/operate, a rough fully-loaded hire-cost estimate, the typical time-to-fill SaSame removes by shipping now, and an honest 'hire the human OR commission SaSame' read — then routes to engage_sasame. If the role is clinical, in-person/physical, licensed-professional, or pure people-management, it honestly says SaSame is NOT the right fit (no overreach). No LLM, no quote — directional estimates only.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"role"
],
"properties": {
"role": {
"type": "string",
"description": "job title or pasted job description (e.g. 'Senior LLM Integration Engineer' or the full JD text)"
},
"location": {
"type": "string",
"description": "optional location/market (informational only — estimates are US 2026 directional ranges)"
},
"seniority": {
"type": "string",
"description": "optional seniority hint (e.g. 'junior', 'senior', 'staff')"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries