Match Skills Endpoint
Rank active Skills against a task through the same semantic hybrid router used by MCP Skill discovery and routing benchmarks. When semantic embeddings are unavailable, interactive discovery remains usable through deterministic trigger matching; the response reports semantic or keyword_fallback in its routing field.
Query Parameters
q*Q
Task/query to rank skills against
Length
1 <= lengthlimit?Limit
Range
1 <= value <= 20Default
5Response Body
application/json
application/json
curl -X GET "https://example.com/skills/match?q=string"{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}