Tags

ToolREST endpointAnnotations
list_tagsGET /v1/tagsread-only, idempotent
create_tagPOST /v1/tagswrite
update_tagPATCH /v1/tags/{tagId}write
delete_tagDELETE /v1/tags/{tagId}destructive

list_tags

No arguments. Returns the workspace's tags, grouped.


create_tag

FieldTypeRequiredDescription
namestring (1-100)yesVisible, unique name. Immutable after creation.
criteriastring (≤ 500)noNatural-language criterion used by the AI when automatic = true.
automaticbooleannoWhether it's applied automatically. Default false.
ownersstring[] (emails)no
workspacestringif multi-ws

update_tag

Lets you update criteria, automatic, and owners. The name cannot be changed.

FieldRequired
tagIdyes
workspaceif multi-ws
criteria, automatic, ownersat least one

delete_tag

FieldRequired
tagIdyes
workspaceif multi-ws