list_products
List Neutrinos products with versions, current status, topic counts, and last update dates. Use before searching to find valid product/version filters, preventing empty results.
Instructions
List every Neutrinos product in the documentation with its versions, which version is current, how many topics it has, and when it was last updated. Call this before search_docs when you are unsure what to pass for product or version - guessing filter values is the most common cause of an empty search. Cheap and cacheable; the answer only changes when the index is rebuilt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_contains | No | Case-insensitive substring filter on product name. | |
| include_archived | No | Include products with no current, actively-maintained version. Off by default since these are rarely what a user is asking about. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| products | Yes | ||
| total_topics | Yes | ||
| index_built_at | Yes |