search_algorithms
Search algorithms by name or topic across programming languages. Returns ranked results including name, category, path, and score for further retrieval.
Instructions
Search one language's algorithms by name/topic. Returns ranked {name, category, path, score}.
Feed a returned path (with the same language) to get_algorithm. language defaults to
python and accepts aliases (cpp, js, ts, c++, ...). See list_languages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| category | No | ||
| language | No | python |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |