Revuo
categories.list
Lists all product categories in the directory. Use category slugs to filter product searches in products.search / products.find_by_capability. Response: { categories: [{ slug, name, description }] }. Note: this is a thin call. For a full directory briefing (subcategories, capability slugs per category, product counts, locked-vertical flags), prefer directory.overview as a single up-front call.
Remote revuo:revuo
Other tools also called categories.list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {}
}