You're viewing a demo portfolio

Join the waitlist
PRSM

jobs_skill_graph

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Ready APIs

https://github.com/ReadyAPIs-com/readyapis

1/7 registries
View full server →
jobs_skill_graph — Ready APIs — PRSM MCP