asset_list_tags

Management

List Asset Tags

List tags in the global tag namespace. The tag namespace is shared with models (same endpoint as model_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

NameTypeRequiredDescription
limitnumber20Results per page.
page_tokenstringPagination token from previous response.
team_idstringTeam ID. Required if user belongs to multiple teams.
project_idstringProject ID to scope the operation to.
response_formatenum(json | markdown)jsonOutput format: 'json' for structured data, 'markdown' for human-readable text.