search_libraries
Resolve library names to ranked library ID and version candidates for documentation search. List top libraries by document count when no name is given.
Instructions
Resolve a free-text library name into a ranked list of (lib_id, version) candidates that can be passed to search_docs. Returns one entry per indexed (lib_id, version) pair — group by lib_id on the client to see the versions of the same library. Pass an empty name to list the most-indexed libraries by doc_count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | free-text library name to resolve; empty returns top libs by doc count | |
| limit | No | max results, default 10, max 50 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| libraries | Yes |