get_all_tags
Retrieve all unique tags from documentation with optional category filtering and document counts to analyze content organization and metadata.
Instructions
Get a list of all unique tags defined across the documentation. Optionally filter by category and include document counts per tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category to filter tags from | |
| include_counts | No | Include document count for each tag (default: false) |