Skip to main content

Tool Ranking Algorithm

After semantic search returns candidates, the ranking algorithm determines the final order.

The Formula

See Dynamic Retrieval for complete details and worked examples.

Quick Reference


Example

Query: “Deploy to AWS” Tool Scores:
  • deploy-aws-ecs: 0.92 (high across all factors)
  • deploy-aws-lambda: 0.88 (good but less popular)
  • deploy-terraform: 0.76 (less semantic match)

Next Steps

Full Dynamic Retrieval Guide

Deep dive with examples.

API Reference

Technical details.

For detailed examples and the complete algorithm, see Dynamic Tool Retrieval. 🚀