asset_list_tags

Managementcatalog

List Asset Tags

Not in the default tool list

This tool lives in the tool catalog. Discover it with scenario_tools_search (or enumerate everything with scenario_tools_list) and run it via scenario_tool_execute_read. To list every tool directly, connect with ?toolsets=full.

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.