list_libraries
List available libraries for a given programming language
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lean | No | Force id+name only, regardless of count. Useful to browse the catalog before drilling in. | |
| match | No | Case-insensitive AND-of-tokens filter on id, name, and version strings (so "boost 1.88" finds Boost when one of its versions matches 1.88.x). Numeric tokens match version-prefix; alphanumeric substring. | |
| language | Yes | Language ID (e.g. "c++", "rust") | |
| maxResults | No | Cap full-detail entries (default 25). Beyond the cap, degrades to lean (id+name only) with a refinement hint. |