List tutorial taxonomy
list_tutorial_taxonomyRead-only. Returns tutorial categories, tags, and difficulty levels currently used by educational articles, together with the number of tutorials assigned to each value. Tags include ACF metadata: facet (component | technique | material | context), status (active | deprecated), and publicFilter (whether the tag is shown in UI filters). Use includeDeprecated=true to include deprecated tags for audit purposes (excluded by default). Use groupByFacet=true to receive tags grouped by their facet type instead of a flat list. Use this tool before calling get_tutorials with tag, category, or level filters when the exact available value is unknown. Use get_tutorials to retrieve tutorials matching selected taxonomy values. This tool returns taxonomy metadata, not tutorial articles. Values are ordered by tutorial count in descending order. If no tutorials are available, returns empty categories, tags, and levels arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupByFacet | No | When true, returns tags grouped by facet type (component, technique, material, context, unclassified) instead of a flat sorted list. | |
| includeDeprecated | No | When true, includes tags with status='deprecated' in the result. Default: false (only active tags are returned). |