model_list_tags
ManagementList Model Tags
List tags in the global tag namespace. The tag namespace is shared with assets (same endpoint as asset_list_tags).
Args:
- limit, page_token: pagination (default limit=20, max 100)
- team_id, project_id: required for OAuth callers
Returns: { tags } array of { name, itemCount, createdAt, ownerId } records plus nextPaginationToken when more pages exist.
Example: "What tags do I have?" -> (no required args beyond context)
read-onlyidempotentopen-world
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| limit | number | 20 | Results per page. |
| page_token | string | — | Pagination token from previous response. |
| team_id | string | — | Team ID. Required if user belongs to multiple teams. |
| project_id | string | — | Project ID to scope the operation to. |
| response_format | enum(json | markdown) | json | Output format: 'json' for structured data, 'markdown' for human-readable text. |