linear_change_labels
verifiedv0.1Add a label to the selected issue. Simulated demo; registered by the /linear page.
Updated 7/11/2026 · Created 7/11/2026
Input Schema
{
"type": "object",
"required": [
"label"
],
"properties": {
"label": {
"enum": [
"feature",
"bug",
"improvement",
"design",
"documentation",
"performance"
],
"type": "string",
"description": "Label to add"
}
}
}Full Contract
{
"name": "linear_change_labels",
"description": "Add a label to the selected issue. Simulated demo; registered by the /linear page.",
"inputSchema": {
"type": "object",
"required": [
"label"
],
"properties": {
"label": {
"enum": [
"feature",
"bug",
"improvement",
"design",
"documentation",
"performance"
],
"type": "string",
"description": "Label to add"
}
}
}
}GET /api/tool/agentk.stacktr.ee/linear_change_labels