You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Add a comment to a project's document content.\n\nIMPORTANT: Due to Linear API limitations, comments created via the API will NOT\nappear visually anchored inline in the document (no yellow highlight on text).\nThe comment will be stored and can be retrieved via list_project_comments, but\nit will appear in the comments panel rather than inline in the document.\n\nFor true inline comments that are visually anchored to text, users should create\nthem directly in the Linear UI by selecting text and adding a comment.\n\nThe quoted_text parameter stores metadata about what text the comment references,\nwhich is useful for context even though the comment won't be visually anchored.",
"description": "Link a project to an initiative.\n\nBoth initiative and project can be specified by ID or name.\nIf a name is provided, fuzzy matching is used to resolve it.",
"description": "Create a new Linear initiative.\n\nInitiatives are high-level strategic goals that group related projects.",
495
495
"parameters": [
496
496
{
@@ -596,7 +596,7 @@
596
596
{
597
597
"name": "CreateIssue",
598
598
"qualifiedName": "Linear.CreateIssue",
599
-
"fullyQualifiedName": "Linear.CreateIssue@3.3.2",
599
+
"fullyQualifiedName": "Linear.CreateIssue@3.3.3",
600
600
"description": "Create a new Linear issue with validation.\n\nWhen assignee is None or '@me', the issue is assigned to the authenticated user.\nAll entity references (team, assignee, labels, state, project, cycle, parent)\nare validated before creation. If an entity is not found, suggestions are\nreturned to help correct the input.",
"description": "Create a relation between two issues.\n\nRelation types define the relationship from the source issue's perspective:\n- blocks: Source issue blocks the related issue\n- blockedBy: Source issue is blocked by the related issue\n- duplicate: Source issue is a duplicate of the related issue\n- related: Issues are related (bidirectional)",
"description": "Create a new Linear project.\n\nTeam is validated before creation. If team is not found, suggestions are\nreturned to help correct the input. Lead is validated if provided.",
"description": "Create a project status update.\n\nProject updates are posts that communicate progress, blockers, or status\nchanges to stakeholders. They appear in the project's Updates tab and\ncan include a health status indicator.",
1029
1029
"parameters": [
1030
1030
{
@@ -1114,7 +1114,7 @@
1114
1114
{
1115
1115
"name": "GetCycle",
1116
1116
"qualifiedName": "Linear.GetCycle",
1117
-
"fullyQualifiedName": "Linear.GetCycle@3.3.2",
1117
+
"fullyQualifiedName": "Linear.GetCycle@3.3.3",
1118
1118
"description": "Get detailed information about a specific Linear cycle.",
"description": "Get an initiative's full description with pagination support.\n\nUse this tool when you need the complete description of an initiative that\nwas truncated in the get_initiative response. Supports chunked reading for\nvery large descriptions.",
1281
1281
"parameters": [
1282
1282
{
@@ -1362,7 +1362,7 @@
1362
1362
{
1363
1363
"name": "GetIssue",
1364
1364
"qualifiedName": "Linear.GetIssue",
1365
-
"fullyQualifiedName": "Linear.GetIssue@3.3.2",
1365
+
"fullyQualifiedName": "Linear.GetIssue@3.3.3",
1366
1366
"description": "Get detailed information about a specific Linear issue.\n\nAccepts either the issue UUID or the human-readable identifier (like TOO-123).",
"description": "Get the authenticated user's notifications.\n\nReturns notifications including issue mentions, comments, assignments,\nand state changes.",
1479
1479
"parameters": [
1480
1480
{
@@ -1560,7 +1560,7 @@
1560
1560
{
1561
1561
"name": "GetProject",
1562
1562
"qualifiedName": "Linear.GetProject",
1563
-
"fullyQualifiedName": "Linear.GetProject@3.3.2",
1563
+
"fullyQualifiedName": "Linear.GetProject@3.3.3",
1564
1564
"description": "Get detailed information about a specific Linear project.\n\nSupports lookup by ID, slug_id, or name (with fuzzy matching for name).",
"description": "Get a project's full description with pagination support.\n\nUse this tool when you need the complete description of a project that\nwas truncated in the get_project response. Supports chunked reading for\nvery large descriptions.",
"description": "Get the authenticated user's recent issue activity.\n\nReturns issues the user has recently created or been assigned to\nwithin the specified time period.",
1767
1767
"parameters": [
1768
1768
{
@@ -1835,7 +1835,7 @@
1835
1835
{
1836
1836
"name": "GetTeam",
1837
1837
"qualifiedName": "Linear.GetTeam",
1838
-
"fullyQualifiedName": "Linear.GetTeam@3.3.2",
1838
+
"fullyQualifiedName": "Linear.GetTeam@3.3.3",
1839
1839
"description": "Get detailed information about a specific Linear team.\n\nSupports lookup by ID, key (like TOO, ENG), or name (with fuzzy matching).",
"description": "Link a GitHub PR, commit, or issue to a Linear issue.\n\nAutomatically detects the artifact type from the URL and generates\nan appropriate title if not provided.",
"description": "List Linear initiatives, optionally filtered by keywords and other criteria.\n\nReturns all initiatives when no filters provided, or filtered results when\nkeywords or other filters are specified.",
2214
2214
"parameters": [
2215
2215
{
@@ -2315,7 +2315,7 @@
2315
2315
{
2316
2316
"name": "ListIssues",
2317
2317
"qualifiedName": "Linear.ListIssues",
2318
-
"fullyQualifiedName": "Linear.ListIssues@3.3.2",
2318
+
"fullyQualifiedName": "Linear.ListIssues@3.3.3",
2319
2319
"description": "List Linear issues, optionally filtered by keywords and other criteria.\n\nReturns all issues when no filters provided, or filtered results when\nkeywords or other filters are specified.",
2320
2320
"parameters": [
2321
2321
{
@@ -2498,7 +2498,7 @@
2498
2498
{
2499
2499
"name": "ListLabels",
2500
2500
"qualifiedName": "Linear.ListLabels",
2501
-
"fullyQualifiedName": "Linear.ListLabels@3.3.2",
2501
+
"fullyQualifiedName": "Linear.ListLabels@3.3.3",
2502
2502
"description": "List available issue labels in the workspace.\n\nReturns labels that can be applied to issues. Use label IDs or names\nwhen creating or updating issues.",
"description": "List comments on a project's document content.\n\nReturns comments with user info, timestamps, quoted text for inline comments,\nand reply threading info. Replies are nested under their parent comments.\n\nUse comment_filter to control which comments are returned:\n- only_quoted (default): Only comments attached to a quote in the text\n- only_unquoted: Only comments not attached to a particular quote\n- all: All comments regardless of being attached to a quote or not",
"description": "List Linear projects, optionally filtered by keywords and other criteria.\n\nReturns all projects when no filters provided, or filtered results when\nkeywords or other filters are specified.",
2692
2692
"parameters": [
2693
2693
{
@@ -2812,7 +2812,7 @@
2812
2812
{
2813
2813
"name": "ListTeams",
2814
2814
"qualifiedName": "Linear.ListTeams",
2815
-
"fullyQualifiedName": "Linear.ListTeams@3.3.2",
2815
+
"fullyQualifiedName": "Linear.ListTeams@3.3.3",
2816
2816
"description": "List Linear teams, optionally filtered by keywords and other criteria.\n\nReturns all teams when no filters provided, or filtered results when\nkeywords or other filters are specified.",
"description": "List available workflow states in the workspace.\n\nReturns workflow states that can be used for issue transitions.\nStates are team-specific and have different types.",
"description": "Update a Linear initiative with partial updates.\n\nOnly fields that are explicitly provided will be updated.",
3439
3439
"parameters": [
3440
3440
{
@@ -3553,7 +3553,7 @@
3553
3553
{
3554
3554
"name": "UpdateIssue",
3555
3555
"qualifiedName": "Linear.UpdateIssue",
3556
-
"fullyQualifiedName": "Linear.UpdateIssue@3.3.2",
3556
+
"fullyQualifiedName": "Linear.UpdateIssue@3.3.3",
3557
3557
"description": "Update a Linear issue with partial updates.\n\nOnly fields that are explicitly provided will be updated. All entity\nreferences are validated before update.",
3558
3558
"parameters": [
3559
3559
{
@@ -3584,7 +3584,7 @@
3584
3584
"name": "assignee",
3585
3585
"type": "string",
3586
3586
"required": false,
3587
-
"description": "New assignee name or email. Use '@me' for current user. Must be a team member. Only updated if provided.",
3587
+
"description": "New assignee name or email. Use '@me' for current user. Use one of the following strings to clear assignee: '', 'none', 'null', or 'unassigned'. Only updated if provided.",
"description": "Update a Linear project with partial updates.\n\nOnly fields that are explicitly provided will be updated. All entity\nreferences are validated before update.\n\nIMPORTANT: Updating the 'content' field will break any existing inline\ncomment anchoring. The comments will still exist and be retrievable via\nlist_project_comments, but they will no longer appear visually anchored\nto text in the Linear UI. The 'description' field can be safely updated\nwithout affecting inline comments.",
3813
3813
"parameters": [
3814
3814
{
@@ -4012,7 +4012,7 @@
4012
4012
{
4013
4013
"name": "WhoAmI",
4014
4014
"qualifiedName": "Linear.WhoAmI",
4015
-
"fullyQualifiedName": "Linear.WhoAmI@3.3.2",
4015
+
"fullyQualifiedName": "Linear.WhoAmI@3.3.3",
4016
4016
"description": "Get the authenticated user's profile and team memberships.\n\nReturns the current user's information including their name, email,\norganization, and the teams they belong to.",
0 commit comments