Discourse · Capability
Discourse API Documentation — Tags
Discourse API Documentation — Tags. 6 operations. Lead operation: Get a specific tag. Self-contained Naftiko capability covering one Discourse business surface.
What You Can Do
GET
Gettag
— Get a specific tag
/v1/tag/name-json
GET
Listtaggroups
— Get a list of tag groups
/v1/tag-groups-json
POST
Createtaggroup
— Creates a tag group
/v1/tag-groups-json
GET
Gettaggroup
— Get a single tag group
/v1/tag-groups/id-json
PUT
Updatetaggroup
— Update tag group
/v1/tag-groups/id-json
GET
Listtags
— Get a list of tags
/v1/tags-json
MCP Tools
get-specific-tag
Get a specific tag
read-only
idempotent
get-list-tag-groups
Get a list of tag groups
read-only
idempotent
creates-tag-group
Creates a tag group
get-single-tag-group
Get a single tag group
read-only
idempotent
update-tag-group
Update tag group
idempotent
get-list-tags
Get a list of tags
read-only
idempotent