get-tags
List tags with bookmark counts, filter by name or attachment method, and use pagination to navigate large result sets.
Instructions
List tags with their bookmark counts. Supports filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order. 'relevance' requires nameContains. Defaults to 'usage'. | |
| limit | No | Maximum number of items to return per page. | |
| cursor | No | Cursor from a previous response to fetch the next page. | |
| attachedBy | No | Filter by how the tag was attached. | |
| nameContains | No | Filter tags whose name contains this substring. |