jobs_skill_graph
ActiveTool of Ready APIs
declared in 1.0.0
Multi-hop related-skill graph (BFS from seed). Returns nodes with hops_from_seed and edges with frequency-based weights. Use for broadening candidate filters, curriculum design, and job-description templating.
Parameters schema
{
"type": "object",
"required": [
"skill"
],
"properties": {
"skill": {
"type": "string"
},
"max_hops": {
"type": "integer",
"default": 2,
"maximum": 3,
"minimum": 1
},
"max_nodes": {
"type": "integer",
"default": 30,
"maximum": 100,
"minimum": 5
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries