list_products
List Neutrinos docs products with versions, current status, topic counts, and update times. Call before search_docs to prevent empty results from guessing product or version filters.
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 |