Creates a new tag in a project. Tags have a name, optional color, and optional description. Requires owner, admin, or member role.
Safety: Write
Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
project_name |
string | no | The project name or keyword. Required unless project_id is provided. |
project_id |
integer | no | Exact project ID. Use this when project_name matches multiple projects. |
name |
string | yes | The tag name (minimum 3 characters). |
color |
string | no | Tag color (e.g., "red-500", "blue-500", "green-500", "yellow-500", "purple-500", "pink-500", "stone-400"). Defaults to "stone-400". |
description |
string | no | Optional tag description. |
Example prompt
Use create-tag-tool to help me with the relevant Taskavel task.
Example call
{
"name": "create-tag-tool",
"arguments": {}
}