Unleash · Capability
Unleash Admin API — Tags
Unleash Admin API — Tags. 12 operations. Lead operation: Adds a Tag to the Specified Features. Self-contained Naftiko capability covering one Unleash business surface.
What You Can Do
PUT
Addtagtofeatures
— Adds a Tag to the Specified Features
/v1/api/admin/projects/{projectid}/tags
GET
Gettagtypes
— Get All Tag Types
/v1/api/admin/tag-types
POST
Createtagtype
— Create a Tag Type
/v1/api/admin/tag-types
POST
Validatetagtype
— Validate a Tag Type
/v1/api/admin/tag-types/validate
GET
Gettagtype
— Get a Tag Type
/v1/api/admin/tag-types/{name}
PUT
Updatetagtype
— Update a Tag Type
/v1/api/admin/tag-types/{name}
DELETE
Deletetagtype
— Delete a Tag Type
/v1/api/admin/tag-types/{name}
GET
Gettags
— List All Tags.
/v1/api/admin/tags
POST
Createtag
— Create a New Tag.
/v1/api/admin/tags
GET
Gettagsbytype
— List All Tags of a Given Type.
/v1/api/admin/tags/{type}
GET
Gettag
— Get a Tag by Type and Value.
/v1/api/admin/tags/{type}/{value}
DELETE
Deletetag
— Delete a Tag.
/v1/api/admin/tags/{type}/{value}
MCP Tools
adds-tag-specified-features
Adds a Tag to the Specified Features
idempotent
get-all-tag-types
Get All Tag Types
read-only
idempotent
create-tag-type
Create a Tag Type
validate-tag-type
Validate a Tag Type
read-only
get-tag-type
Get a Tag Type
read-only
idempotent
update-tag-type
Update a Tag Type
idempotent
delete-tag-type
Delete a Tag Type
idempotent
list-all-tags
List All Tags.
read-only
idempotent
create-new-tag
Create a New Tag.
list-all-tags-given-type
List All Tags of a Given Type.
read-only
idempotent
get-tag-type-and-value
Get a Tag by Type and Value.
read-only
idempotent
delete-tag
Delete a Tag.
idempotent