get-tags
Retrieve tags with their bookmark counts, with options to filter by name, sort order, or attachment method, and paginate results.
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. |