Create Content Tag
create_content_tagCreate a content tag for Guide articles that end users see, helping readers discover related content. Returns the tag ID for attaching to articles via content_tag_ids.
Instructions
Create a new content tag for Guide articles. Content tags are end-user visible labels that help readers discover related articles; this returns the created tag with its id. Check list_content_tags first to avoid duplicates, then attach the new id via the content_tag_ids parameter of create_article or update_article. For internal search-ranking labels that are not shown to end users, use article labels (list_labels) instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Content tag name as shown to end users (e.g., "billing", "getting-started"). |