@bubblelab/bubble-core 0.1.170 → 0.1.172

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/dist/bubble-bundle.d.ts +157 -112
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.d.ts +84 -84
  6. package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  13. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  17. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  18. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +74 -74
  19. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  20. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +3 -3
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +3 -3
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +202 -202
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/github.d.ts +12 -12
  27. package/dist/bubbles/service-bubble/gmail.d.ts +16 -16
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
  30. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  31. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  32. package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
  33. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +18 -18
  34. package/dist/bubbles/service-bubble/linear/index.d.ts +5 -0
  35. package/dist/bubbles/service-bubble/linear/index.d.ts.map +1 -0
  36. package/dist/bubbles/service-bubble/linear/index.js +5 -0
  37. package/dist/bubbles/service-bubble/linear/index.js.map +1 -0
  38. package/dist/bubbles/service-bubble/linear/linear.d.ts +1695 -0
  39. package/dist/bubbles/service-bubble/linear/linear.d.ts.map +1 -0
  40. package/dist/bubbles/service-bubble/linear/linear.integration.flow.d.ts +33 -0
  41. package/dist/bubbles/service-bubble/linear/linear.integration.flow.d.ts.map +1 -0
  42. package/dist/bubbles/service-bubble/linear/linear.integration.flow.js +432 -0
  43. package/dist/bubbles/service-bubble/linear/linear.integration.flow.js.map +1 -0
  44. package/dist/bubbles/service-bubble/linear/linear.js +463 -0
  45. package/dist/bubbles/service-bubble/linear/linear.js.map +1 -0
  46. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +2059 -0
  47. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts.map +1 -0
  48. package/dist/bubbles/service-bubble/linear/linear.schema.js +444 -0
  49. package/dist/bubbles/service-bubble/linear/linear.schema.js.map +1 -0
  50. package/dist/bubbles/service-bubble/linear/linear.utils.d.ts +24 -0
  51. package/dist/bubbles/service-bubble/linear/linear.utils.d.ts.map +1 -0
  52. package/dist/bubbles/service-bubble/linear/linear.utils.js +288 -0
  53. package/dist/bubbles/service-bubble/linear/linear.utils.js.map +1 -0
  54. package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
  55. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  56. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  57. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +8 -8
  58. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +12 -12
  59. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  60. package/dist/bubbles/service-bubble/slack/slack.d.ts +160 -160
  61. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  62. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  63. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  64. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  66. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +106 -106
  67. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  69. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  73. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  74. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  76. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  77. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  78. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
  79. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  80. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  81. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  82. package/dist/bubbles.json +1357 -2
  83. package/dist/index.d.ts +2 -0
  84. package/dist/index.d.ts.map +1 -1
  85. package/dist/index.js +1 -0
  86. package/dist/index.js.map +1 -1
  87. package/package.json +2 -2
package/dist/bubbles.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-02-17T21:15:26.861Z",
4
- "totalCount": 66,
3
+ "generatedAt": "2026-02-18T05:16:17.377Z",
4
+ "totalCount": 67,
5
5
  "bubbles": [
6
6
  {
7
7
  "name": "hello-world",
@@ -65711,6 +65711,1361 @@
65711
65711
  "requiredCredentials": [
65712
65712
  "POSTHOG_API_KEY"
65713
65713
  ]
65714
+ },
65715
+ {
65716
+ "name": "linear",
65717
+ "alias": "linear",
65718
+ "type": "service",
65719
+ "shortDescription": "Linear integration for issue tracking and project management",
65720
+ "useCase": "General purpose bubble for various workflow needs",
65721
+ "outputSchema": "Complex schema - see usage example for structure",
65722
+ "inputJsonSchema": {
65723
+ "anyOf": [
65724
+ {
65725
+ "type": "object",
65726
+ "properties": {
65727
+ "operation": {
65728
+ "type": "string",
65729
+ "enum": [
65730
+ "search"
65731
+ ],
65732
+ "description": "Search for issues with text query and filters"
65733
+ },
65734
+ "query": {
65735
+ "type": "string",
65736
+ "description": "Text to search for in issue titles and descriptions"
65737
+ },
65738
+ "teamId": {
65739
+ "type": "string",
65740
+ "description": "Filter by team ID"
65741
+ },
65742
+ "assigneeId": {
65743
+ "type": "string",
65744
+ "description": "Filter by assignee user ID"
65745
+ },
65746
+ "stateId": {
65747
+ "type": "string",
65748
+ "description": "Filter by workflow state ID"
65749
+ },
65750
+ "labelId": {
65751
+ "type": "string",
65752
+ "description": "Filter by label ID"
65753
+ },
65754
+ "projectId": {
65755
+ "type": "string",
65756
+ "description": "Filter by project ID"
65757
+ },
65758
+ "priority": {
65759
+ "type": "number",
65760
+ "minimum": 0,
65761
+ "maximum": 4,
65762
+ "description": "Filter by priority (0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low)"
65763
+ },
65764
+ "limit": {
65765
+ "type": "number",
65766
+ "minimum": 1,
65767
+ "maximum": 100,
65768
+ "default": 50,
65769
+ "description": "Maximum number of issues to return (1-100)"
65770
+ },
65771
+ "includeArchived": {
65772
+ "type": "boolean",
65773
+ "default": false,
65774
+ "description": "Include archived issues in results"
65775
+ },
65776
+ "credentials": {
65777
+ "type": "object",
65778
+ "additionalProperties": {
65779
+ "type": "string"
65780
+ },
65781
+ "description": "Credentials (injected at runtime)"
65782
+ }
65783
+ },
65784
+ "required": [
65785
+ "operation"
65786
+ ],
65787
+ "additionalProperties": false
65788
+ },
65789
+ {
65790
+ "type": "object",
65791
+ "properties": {
65792
+ "operation": {
65793
+ "type": "string",
65794
+ "enum": [
65795
+ "get"
65796
+ ],
65797
+ "description": "Get details for a specific issue"
65798
+ },
65799
+ "identifier": {
65800
+ "type": "string",
65801
+ "minLength": 1,
65802
+ "description": "Issue identifier (e.g., \"LIN-123\") or issue ID"
65803
+ },
65804
+ "credentials": {
65805
+ "type": "object",
65806
+ "additionalProperties": {
65807
+ "type": "string"
65808
+ },
65809
+ "description": "Credentials (injected at runtime)"
65810
+ }
65811
+ },
65812
+ "required": [
65813
+ "operation",
65814
+ "identifier"
65815
+ ],
65816
+ "additionalProperties": false
65817
+ },
65818
+ {
65819
+ "type": "object",
65820
+ "properties": {
65821
+ "operation": {
65822
+ "type": "string",
65823
+ "enum": [
65824
+ "create"
65825
+ ],
65826
+ "description": "Create a new issue in Linear"
65827
+ },
65828
+ "teamId": {
65829
+ "type": "string",
65830
+ "minLength": 1,
65831
+ "description": "Team ID to create the issue in"
65832
+ },
65833
+ "title": {
65834
+ "type": "string",
65835
+ "minLength": 1,
65836
+ "description": "Issue title"
65837
+ },
65838
+ "description": {
65839
+ "type": "string",
65840
+ "description": "Issue description (supports markdown)"
65841
+ },
65842
+ "assigneeId": {
65843
+ "type": "string",
65844
+ "description": "Assignee user ID. Leave empty for unassigned"
65845
+ },
65846
+ "priority": {
65847
+ "type": "number",
65848
+ "minimum": 0,
65849
+ "maximum": 4,
65850
+ "description": "Issue priority (0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low)"
65851
+ },
65852
+ "stateId": {
65853
+ "type": "string",
65854
+ "description": "Workflow state ID. If not set, uses the team default"
65855
+ },
65856
+ "stateName": {
65857
+ "type": "string",
65858
+ "description": "Workflow state name (e.g., \"In Progress\"). Resolved to ID automatically. Use this instead of stateId for convenience"
65859
+ },
65860
+ "labelIds": {
65861
+ "type": "array",
65862
+ "items": {
65863
+ "type": "string"
65864
+ },
65865
+ "description": "Label IDs to apply"
65866
+ },
65867
+ "projectId": {
65868
+ "type": "string",
65869
+ "description": "Project ID to associate with"
65870
+ },
65871
+ "dueDate": {
65872
+ "type": "string",
65873
+ "description": "Due date in YYYY-MM-DD format"
65874
+ },
65875
+ "parentId": {
65876
+ "type": "string",
65877
+ "description": "Parent issue ID for sub-issues"
65878
+ },
65879
+ "estimate": {
65880
+ "type": "number",
65881
+ "description": "Issue estimate (points)"
65882
+ },
65883
+ "credentials": {
65884
+ "type": "object",
65885
+ "additionalProperties": {
65886
+ "type": "string"
65887
+ },
65888
+ "description": "Credentials (injected at runtime)"
65889
+ }
65890
+ },
65891
+ "required": [
65892
+ "operation",
65893
+ "teamId",
65894
+ "title"
65895
+ ],
65896
+ "additionalProperties": false
65897
+ },
65898
+ {
65899
+ "type": "object",
65900
+ "properties": {
65901
+ "operation": {
65902
+ "type": "string",
65903
+ "enum": [
65904
+ "update"
65905
+ ],
65906
+ "description": "Update an existing issue"
65907
+ },
65908
+ "id": {
65909
+ "type": "string",
65910
+ "minLength": 1,
65911
+ "description": "Issue ID (UUID) or identifier (e.g., \"LIN-123\")"
65912
+ },
65913
+ "title": {
65914
+ "type": "string",
65915
+ "minLength": 1,
65916
+ "description": "New issue title"
65917
+ },
65918
+ "description": {
65919
+ "type": "string",
65920
+ "description": "New description (supports markdown)"
65921
+ },
65922
+ "assigneeId": {
65923
+ "type": "string",
65924
+ "nullable": true,
65925
+ "description": "New assignee user ID or null to unassign"
65926
+ },
65927
+ "priority": {
65928
+ "type": "number",
65929
+ "minimum": 0,
65930
+ "maximum": 4,
65931
+ "description": "New priority (0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low)"
65932
+ },
65933
+ "stateId": {
65934
+ "type": "string",
65935
+ "description": "New workflow state ID"
65936
+ },
65937
+ "stateName": {
65938
+ "type": "string",
65939
+ "description": "New workflow state name (e.g., \"Done\"). Resolved to ID automatically"
65940
+ },
65941
+ "labels": {
65942
+ "type": "object",
65943
+ "properties": {
65944
+ "add": {
65945
+ "type": "array",
65946
+ "items": {
65947
+ "type": "string"
65948
+ },
65949
+ "description": "Label IDs or names to add to the issue"
65950
+ },
65951
+ "remove": {
65952
+ "type": "array",
65953
+ "items": {
65954
+ "type": "string"
65955
+ },
65956
+ "description": "Label IDs or names to remove from the issue"
65957
+ }
65958
+ },
65959
+ "additionalProperties": false,
65960
+ "description": "Label modifications"
65961
+ },
65962
+ "projectId": {
65963
+ "type": "string",
65964
+ "nullable": true,
65965
+ "description": "New project ID or null to remove from project"
65966
+ },
65967
+ "dueDate": {
65968
+ "type": "string",
65969
+ "nullable": true,
65970
+ "description": "New due date (YYYY-MM-DD) or null to clear"
65971
+ },
65972
+ "estimate": {
65973
+ "type": "number",
65974
+ "nullable": true,
65975
+ "description": "New estimate (points) or null to clear"
65976
+ },
65977
+ "credentials": {
65978
+ "type": "object",
65979
+ "additionalProperties": {
65980
+ "type": "string"
65981
+ },
65982
+ "description": "Credentials (injected at runtime)"
65983
+ }
65984
+ },
65985
+ "required": [
65986
+ "operation",
65987
+ "id"
65988
+ ],
65989
+ "additionalProperties": false
65990
+ },
65991
+ {
65992
+ "type": "object",
65993
+ "properties": {
65994
+ "operation": {
65995
+ "type": "string",
65996
+ "enum": [
65997
+ "list_teams"
65998
+ ],
65999
+ "description": "List all teams"
66000
+ },
66001
+ "credentials": {
66002
+ "type": "object",
66003
+ "additionalProperties": {
66004
+ "type": "string"
66005
+ },
66006
+ "description": "Credentials (injected at runtime)"
66007
+ }
66008
+ },
66009
+ "required": [
66010
+ "operation"
66011
+ ],
66012
+ "additionalProperties": false
66013
+ },
66014
+ {
66015
+ "type": "object",
66016
+ "properties": {
66017
+ "operation": {
66018
+ "type": "string",
66019
+ "enum": [
66020
+ "list_projects"
66021
+ ],
66022
+ "description": "List projects, optionally filtered by team"
66023
+ },
66024
+ "teamId": {
66025
+ "type": "string",
66026
+ "description": "Filter projects by team ID"
66027
+ },
66028
+ "limit": {
66029
+ "type": "number",
66030
+ "minimum": 1,
66031
+ "maximum": 100,
66032
+ "default": 50,
66033
+ "description": "Maximum number of projects to return"
66034
+ },
66035
+ "includeArchived": {
66036
+ "type": "boolean",
66037
+ "default": false,
66038
+ "description": "Include archived projects"
66039
+ },
66040
+ "credentials": {
66041
+ "type": "object",
66042
+ "additionalProperties": {
66043
+ "type": "string"
66044
+ },
66045
+ "description": "Credentials (injected at runtime)"
66046
+ }
66047
+ },
66048
+ "required": [
66049
+ "operation"
66050
+ ],
66051
+ "additionalProperties": false
66052
+ },
66053
+ {
66054
+ "type": "object",
66055
+ "properties": {
66056
+ "operation": {
66057
+ "type": "string",
66058
+ "enum": [
66059
+ "list_workflow_states"
66060
+ ],
66061
+ "description": "List workflow states for a team"
66062
+ },
66063
+ "teamId": {
66064
+ "type": "string",
66065
+ "minLength": 1,
66066
+ "description": "Team ID to get workflow states for"
66067
+ },
66068
+ "credentials": {
66069
+ "type": "object",
66070
+ "additionalProperties": {
66071
+ "type": "string"
66072
+ },
66073
+ "description": "Credentials (injected at runtime)"
66074
+ }
66075
+ },
66076
+ "required": [
66077
+ "operation",
66078
+ "teamId"
66079
+ ],
66080
+ "additionalProperties": false
66081
+ },
66082
+ {
66083
+ "type": "object",
66084
+ "properties": {
66085
+ "operation": {
66086
+ "type": "string",
66087
+ "enum": [
66088
+ "add_comment"
66089
+ ],
66090
+ "description": "Add a comment to an issue"
66091
+ },
66092
+ "issueId": {
66093
+ "type": "string",
66094
+ "minLength": 1,
66095
+ "description": "Issue ID (UUID) or identifier (e.g., \"LIN-123\")"
66096
+ },
66097
+ "body": {
66098
+ "type": "string",
66099
+ "minLength": 1,
66100
+ "description": "Comment text (supports markdown)"
66101
+ },
66102
+ "credentials": {
66103
+ "type": "object",
66104
+ "additionalProperties": {
66105
+ "type": "string"
66106
+ },
66107
+ "description": "Credentials (injected at runtime)"
66108
+ }
66109
+ },
66110
+ "required": [
66111
+ "operation",
66112
+ "issueId",
66113
+ "body"
66114
+ ],
66115
+ "additionalProperties": false
66116
+ },
66117
+ {
66118
+ "type": "object",
66119
+ "properties": {
66120
+ "operation": {
66121
+ "type": "string",
66122
+ "enum": [
66123
+ "get_comments"
66124
+ ],
66125
+ "description": "Get comments for an issue"
66126
+ },
66127
+ "issueId": {
66128
+ "type": "string",
66129
+ "minLength": 1,
66130
+ "description": "Issue ID (UUID) or identifier (e.g., \"LIN-123\")"
66131
+ },
66132
+ "limit": {
66133
+ "type": "number",
66134
+ "minimum": 1,
66135
+ "maximum": 100,
66136
+ "default": 50,
66137
+ "description": "Maximum number of comments to return"
66138
+ },
66139
+ "credentials": {
66140
+ "type": "object",
66141
+ "additionalProperties": {
66142
+ "type": "string"
66143
+ },
66144
+ "description": "Credentials (injected at runtime)"
66145
+ }
66146
+ },
66147
+ "required": [
66148
+ "operation",
66149
+ "issueId"
66150
+ ],
66151
+ "additionalProperties": false
66152
+ },
66153
+ {
66154
+ "type": "object",
66155
+ "properties": {
66156
+ "operation": {
66157
+ "type": "string",
66158
+ "enum": [
66159
+ "list_labels"
66160
+ ],
66161
+ "description": "List labels, optionally filtered by team"
66162
+ },
66163
+ "teamId": {
66164
+ "type": "string",
66165
+ "description": "Filter labels by team ID"
66166
+ },
66167
+ "credentials": {
66168
+ "type": "object",
66169
+ "additionalProperties": {
66170
+ "type": "string"
66171
+ },
66172
+ "description": "Credentials (injected at runtime)"
66173
+ }
66174
+ },
66175
+ "required": [
66176
+ "operation"
66177
+ ],
66178
+ "additionalProperties": false
66179
+ }
66180
+ ]
66181
+ },
66182
+ "outputJsonSchema": {
66183
+ "anyOf": [
66184
+ {
66185
+ "type": "object",
66186
+ "properties": {
66187
+ "operation": {
66188
+ "type": "string",
66189
+ "enum": [
66190
+ "search"
66191
+ ]
66192
+ },
66193
+ "success": {
66194
+ "type": "boolean",
66195
+ "description": "Whether the operation was successful"
66196
+ },
66197
+ "issues": {
66198
+ "type": "array",
66199
+ "items": {
66200
+ "type": "object",
66201
+ "properties": {
66202
+ "id": {
66203
+ "type": "string",
66204
+ "description": "Issue ID"
66205
+ },
66206
+ "identifier": {
66207
+ "type": "string",
66208
+ "description": "Issue identifier (e.g., \"LIN-123\")"
66209
+ },
66210
+ "title": {
66211
+ "type": "string",
66212
+ "description": "Issue title"
66213
+ },
66214
+ "description": {
66215
+ "type": "string",
66216
+ "nullable": true,
66217
+ "description": "Issue description (markdown)"
66218
+ },
66219
+ "priority": {
66220
+ "type": "number",
66221
+ "description": "Priority (0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low)"
66222
+ },
66223
+ "priorityLabel": {
66224
+ "type": "string",
66225
+ "description": "Priority label (e.g., \"High\")"
66226
+ },
66227
+ "state": {
66228
+ "type": "object",
66229
+ "properties": {
66230
+ "id": {
66231
+ "type": "string",
66232
+ "description": "Workflow state ID"
66233
+ },
66234
+ "name": {
66235
+ "type": "string",
66236
+ "description": "State name (e.g., \"Todo\", \"In Progress\", \"Done\")"
66237
+ },
66238
+ "type": {
66239
+ "type": "string",
66240
+ "description": "State type (backlog, unstarted, started, completed, cancelled)"
66241
+ },
66242
+ "color": {
66243
+ "type": "string",
66244
+ "description": "State color"
66245
+ }
66246
+ },
66247
+ "required": [
66248
+ "id",
66249
+ "name"
66250
+ ],
66251
+ "additionalProperties": true,
66252
+ "description": "Current state"
66253
+ },
66254
+ "assignee": {
66255
+ "type": "object",
66256
+ "properties": {
66257
+ "id": {
66258
+ "type": "string",
66259
+ "description": "User ID"
66260
+ },
66261
+ "name": {
66262
+ "type": "string",
66263
+ "description": "User display name"
66264
+ },
66265
+ "email": {
66266
+ "type": "string",
66267
+ "description": "User email address"
66268
+ }
66269
+ },
66270
+ "required": [
66271
+ "id"
66272
+ ],
66273
+ "additionalProperties": true,
66274
+ "description": "Assigned user",
66275
+ "nullable": true
66276
+ },
66277
+ "team": {
66278
+ "type": "object",
66279
+ "properties": {
66280
+ "id": {
66281
+ "type": "string",
66282
+ "description": "Team ID"
66283
+ },
66284
+ "name": {
66285
+ "type": "string",
66286
+ "description": "Team name"
66287
+ },
66288
+ "key": {
66289
+ "type": "string",
66290
+ "description": "Team key (e.g., \"LIN\")"
66291
+ }
66292
+ },
66293
+ "required": [
66294
+ "id",
66295
+ "name",
66296
+ "key"
66297
+ ],
66298
+ "additionalProperties": true,
66299
+ "description": "Team"
66300
+ },
66301
+ "project": {
66302
+ "type": "object",
66303
+ "properties": {
66304
+ "id": {
66305
+ "type": "string",
66306
+ "description": "Project ID"
66307
+ },
66308
+ "name": {
66309
+ "type": "string",
66310
+ "description": "Project name"
66311
+ },
66312
+ "state": {
66313
+ "type": "string",
66314
+ "description": "Project state"
66315
+ }
66316
+ },
66317
+ "required": [
66318
+ "id",
66319
+ "name"
66320
+ ],
66321
+ "additionalProperties": true,
66322
+ "description": "Project",
66323
+ "nullable": true
66324
+ },
66325
+ "labels": {
66326
+ "type": "object",
66327
+ "properties": {
66328
+ "nodes": {
66329
+ "type": "array",
66330
+ "items": {
66331
+ "type": "object",
66332
+ "properties": {
66333
+ "id": {
66334
+ "type": "string",
66335
+ "description": "Label ID"
66336
+ },
66337
+ "name": {
66338
+ "type": "string",
66339
+ "description": "Label name"
66340
+ },
66341
+ "color": {
66342
+ "type": "string",
66343
+ "description": "Label color"
66344
+ }
66345
+ },
66346
+ "required": [
66347
+ "id",
66348
+ "name"
66349
+ ],
66350
+ "additionalProperties": true,
66351
+ "description": "Linear label"
66352
+ }
66353
+ }
66354
+ },
66355
+ "additionalProperties": false,
66356
+ "description": "Issue labels"
66357
+ },
66358
+ "createdAt": {
66359
+ "type": "string",
66360
+ "description": "Creation timestamp"
66361
+ },
66362
+ "updatedAt": {
66363
+ "type": "string",
66364
+ "description": "Last update timestamp"
66365
+ },
66366
+ "dueDate": {
66367
+ "type": "string",
66368
+ "nullable": true,
66369
+ "description": "Due date (YYYY-MM-DD)"
66370
+ },
66371
+ "url": {
66372
+ "type": "string",
66373
+ "description": "Issue URL"
66374
+ }
66375
+ },
66376
+ "additionalProperties": true,
66377
+ "description": "Linear issue"
66378
+ },
66379
+ "description": "Found issues"
66380
+ },
66381
+ "total": {
66382
+ "type": "number",
66383
+ "description": "Total matching issues"
66384
+ },
66385
+ "error": {
66386
+ "type": "string",
66387
+ "description": "Error message if operation failed"
66388
+ }
66389
+ },
66390
+ "required": [
66391
+ "operation",
66392
+ "success",
66393
+ "error"
66394
+ ],
66395
+ "additionalProperties": false
66396
+ },
66397
+ {
66398
+ "type": "object",
66399
+ "properties": {
66400
+ "operation": {
66401
+ "type": "string",
66402
+ "enum": [
66403
+ "get"
66404
+ ]
66405
+ },
66406
+ "success": {
66407
+ "type": "boolean",
66408
+ "description": "Whether the operation was successful"
66409
+ },
66410
+ "issue": {
66411
+ "type": "object",
66412
+ "properties": {
66413
+ "id": {
66414
+ "type": "string",
66415
+ "description": "Issue ID"
66416
+ },
66417
+ "identifier": {
66418
+ "type": "string",
66419
+ "description": "Issue identifier (e.g., \"LIN-123\")"
66420
+ },
66421
+ "title": {
66422
+ "type": "string",
66423
+ "description": "Issue title"
66424
+ },
66425
+ "description": {
66426
+ "type": "string",
66427
+ "nullable": true,
66428
+ "description": "Issue description (markdown)"
66429
+ },
66430
+ "priority": {
66431
+ "type": "number",
66432
+ "description": "Priority (0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low)"
66433
+ },
66434
+ "priorityLabel": {
66435
+ "type": "string",
66436
+ "description": "Priority label (e.g., \"High\")"
66437
+ },
66438
+ "state": {
66439
+ "type": "object",
66440
+ "properties": {
66441
+ "id": {
66442
+ "type": "string",
66443
+ "description": "Workflow state ID"
66444
+ },
66445
+ "name": {
66446
+ "type": "string",
66447
+ "description": "State name (e.g., \"Todo\", \"In Progress\", \"Done\")"
66448
+ },
66449
+ "type": {
66450
+ "type": "string",
66451
+ "description": "State type (backlog, unstarted, started, completed, cancelled)"
66452
+ },
66453
+ "color": {
66454
+ "type": "string",
66455
+ "description": "State color"
66456
+ }
66457
+ },
66458
+ "required": [
66459
+ "id",
66460
+ "name"
66461
+ ],
66462
+ "additionalProperties": true,
66463
+ "description": "Current state"
66464
+ },
66465
+ "assignee": {
66466
+ "type": "object",
66467
+ "properties": {
66468
+ "id": {
66469
+ "type": "string",
66470
+ "description": "User ID"
66471
+ },
66472
+ "name": {
66473
+ "type": "string",
66474
+ "description": "User display name"
66475
+ },
66476
+ "email": {
66477
+ "type": "string",
66478
+ "description": "User email address"
66479
+ }
66480
+ },
66481
+ "required": [
66482
+ "id"
66483
+ ],
66484
+ "additionalProperties": true,
66485
+ "description": "Assigned user",
66486
+ "nullable": true
66487
+ },
66488
+ "team": {
66489
+ "type": "object",
66490
+ "properties": {
66491
+ "id": {
66492
+ "type": "string",
66493
+ "description": "Team ID"
66494
+ },
66495
+ "name": {
66496
+ "type": "string",
66497
+ "description": "Team name"
66498
+ },
66499
+ "key": {
66500
+ "type": "string",
66501
+ "description": "Team key (e.g., \"LIN\")"
66502
+ }
66503
+ },
66504
+ "required": [
66505
+ "id",
66506
+ "name",
66507
+ "key"
66508
+ ],
66509
+ "additionalProperties": true,
66510
+ "description": "Team"
66511
+ },
66512
+ "project": {
66513
+ "type": "object",
66514
+ "properties": {
66515
+ "id": {
66516
+ "type": "string",
66517
+ "description": "Project ID"
66518
+ },
66519
+ "name": {
66520
+ "type": "string",
66521
+ "description": "Project name"
66522
+ },
66523
+ "state": {
66524
+ "type": "string",
66525
+ "description": "Project state"
66526
+ }
66527
+ },
66528
+ "required": [
66529
+ "id",
66530
+ "name"
66531
+ ],
66532
+ "additionalProperties": true,
66533
+ "description": "Project",
66534
+ "nullable": true
66535
+ },
66536
+ "labels": {
66537
+ "type": "object",
66538
+ "properties": {
66539
+ "nodes": {
66540
+ "type": "array",
66541
+ "items": {
66542
+ "type": "object",
66543
+ "properties": {
66544
+ "id": {
66545
+ "type": "string",
66546
+ "description": "Label ID"
66547
+ },
66548
+ "name": {
66549
+ "type": "string",
66550
+ "description": "Label name"
66551
+ },
66552
+ "color": {
66553
+ "type": "string",
66554
+ "description": "Label color"
66555
+ }
66556
+ },
66557
+ "required": [
66558
+ "id",
66559
+ "name"
66560
+ ],
66561
+ "additionalProperties": true,
66562
+ "description": "Linear label"
66563
+ }
66564
+ }
66565
+ },
66566
+ "additionalProperties": false,
66567
+ "description": "Issue labels"
66568
+ },
66569
+ "createdAt": {
66570
+ "type": "string",
66571
+ "description": "Creation timestamp"
66572
+ },
66573
+ "updatedAt": {
66574
+ "type": "string",
66575
+ "description": "Last update timestamp"
66576
+ },
66577
+ "dueDate": {
66578
+ "type": "string",
66579
+ "nullable": true,
66580
+ "description": "Due date (YYYY-MM-DD)"
66581
+ },
66582
+ "url": {
66583
+ "type": "string",
66584
+ "description": "Issue URL"
66585
+ }
66586
+ },
66587
+ "additionalProperties": true,
66588
+ "description": "Issue details"
66589
+ },
66590
+ "error": {
66591
+ "type": "string",
66592
+ "description": "Error message if operation failed"
66593
+ }
66594
+ },
66595
+ "required": [
66596
+ "operation",
66597
+ "success",
66598
+ "error"
66599
+ ],
66600
+ "additionalProperties": false
66601
+ },
66602
+ {
66603
+ "type": "object",
66604
+ "properties": {
66605
+ "operation": {
66606
+ "type": "string",
66607
+ "enum": [
66608
+ "create"
66609
+ ]
66610
+ },
66611
+ "success": {
66612
+ "type": "boolean",
66613
+ "description": "Whether the operation was successful"
66614
+ },
66615
+ "issue": {
66616
+ "type": "object",
66617
+ "properties": {
66618
+ "id": {
66619
+ "type": "string",
66620
+ "description": "Created issue ID"
66621
+ },
66622
+ "identifier": {
66623
+ "type": "string",
66624
+ "description": "Created issue identifier"
66625
+ },
66626
+ "url": {
66627
+ "type": "string",
66628
+ "description": "Issue URL"
66629
+ }
66630
+ },
66631
+ "required": [
66632
+ "id",
66633
+ "identifier"
66634
+ ],
66635
+ "additionalProperties": false,
66636
+ "description": "Created issue info"
66637
+ },
66638
+ "error": {
66639
+ "type": "string",
66640
+ "description": "Error message if operation failed"
66641
+ }
66642
+ },
66643
+ "required": [
66644
+ "operation",
66645
+ "success",
66646
+ "error"
66647
+ ],
66648
+ "additionalProperties": false
66649
+ },
66650
+ {
66651
+ "type": "object",
66652
+ "properties": {
66653
+ "operation": {
66654
+ "type": "string",
66655
+ "enum": [
66656
+ "update"
66657
+ ]
66658
+ },
66659
+ "success": {
66660
+ "type": "boolean",
66661
+ "description": "Whether the operation was successful"
66662
+ },
66663
+ "issue": {
66664
+ "type": "object",
66665
+ "properties": {
66666
+ "id": {
66667
+ "type": "string",
66668
+ "description": "Updated issue ID"
66669
+ },
66670
+ "identifier": {
66671
+ "type": "string",
66672
+ "description": "Updated issue identifier"
66673
+ }
66674
+ },
66675
+ "required": [
66676
+ "id",
66677
+ "identifier"
66678
+ ],
66679
+ "additionalProperties": false,
66680
+ "description": "Updated issue info"
66681
+ },
66682
+ "error": {
66683
+ "type": "string",
66684
+ "description": "Error message if operation failed"
66685
+ }
66686
+ },
66687
+ "required": [
66688
+ "operation",
66689
+ "success",
66690
+ "error"
66691
+ ],
66692
+ "additionalProperties": false
66693
+ },
66694
+ {
66695
+ "type": "object",
66696
+ "properties": {
66697
+ "operation": {
66698
+ "type": "string",
66699
+ "enum": [
66700
+ "list_teams"
66701
+ ]
66702
+ },
66703
+ "success": {
66704
+ "type": "boolean",
66705
+ "description": "Whether the operation was successful"
66706
+ },
66707
+ "teams": {
66708
+ "type": "array",
66709
+ "items": {
66710
+ "type": "object",
66711
+ "properties": {
66712
+ "id": {
66713
+ "type": "string",
66714
+ "description": "Team ID"
66715
+ },
66716
+ "name": {
66717
+ "type": "string",
66718
+ "description": "Team name"
66719
+ },
66720
+ "key": {
66721
+ "type": "string",
66722
+ "description": "Team key (e.g., \"LIN\")"
66723
+ }
66724
+ },
66725
+ "required": [
66726
+ "id",
66727
+ "name",
66728
+ "key"
66729
+ ],
66730
+ "additionalProperties": true,
66731
+ "description": "Linear team"
66732
+ },
66733
+ "description": "Available teams"
66734
+ },
66735
+ "error": {
66736
+ "type": "string",
66737
+ "description": "Error message if operation failed"
66738
+ }
66739
+ },
66740
+ "required": [
66741
+ "operation",
66742
+ "success",
66743
+ "error"
66744
+ ],
66745
+ "additionalProperties": false
66746
+ },
66747
+ {
66748
+ "type": "object",
66749
+ "properties": {
66750
+ "operation": {
66751
+ "type": "string",
66752
+ "enum": [
66753
+ "list_projects"
66754
+ ]
66755
+ },
66756
+ "success": {
66757
+ "type": "boolean",
66758
+ "description": "Whether the operation was successful"
66759
+ },
66760
+ "projects": {
66761
+ "type": "array",
66762
+ "items": {
66763
+ "type": "object",
66764
+ "properties": {
66765
+ "id": {
66766
+ "type": "string",
66767
+ "description": "Project ID"
66768
+ },
66769
+ "name": {
66770
+ "type": "string",
66771
+ "description": "Project name"
66772
+ },
66773
+ "state": {
66774
+ "type": "string",
66775
+ "description": "Project state"
66776
+ }
66777
+ },
66778
+ "required": [
66779
+ "id",
66780
+ "name"
66781
+ ],
66782
+ "additionalProperties": true,
66783
+ "description": "Linear project"
66784
+ },
66785
+ "description": "Available projects"
66786
+ },
66787
+ "error": {
66788
+ "type": "string",
66789
+ "description": "Error message if operation failed"
66790
+ }
66791
+ },
66792
+ "required": [
66793
+ "operation",
66794
+ "success",
66795
+ "error"
66796
+ ],
66797
+ "additionalProperties": false
66798
+ },
66799
+ {
66800
+ "type": "object",
66801
+ "properties": {
66802
+ "operation": {
66803
+ "type": "string",
66804
+ "enum": [
66805
+ "list_workflow_states"
66806
+ ]
66807
+ },
66808
+ "success": {
66809
+ "type": "boolean",
66810
+ "description": "Whether the operation was successful"
66811
+ },
66812
+ "states": {
66813
+ "type": "array",
66814
+ "items": {
66815
+ "type": "object",
66816
+ "properties": {
66817
+ "id": {
66818
+ "type": "string",
66819
+ "description": "Workflow state ID"
66820
+ },
66821
+ "name": {
66822
+ "type": "string",
66823
+ "description": "State name (e.g., \"Todo\", \"In Progress\", \"Done\")"
66824
+ },
66825
+ "type": {
66826
+ "type": "string",
66827
+ "description": "State type (backlog, unstarted, started, completed, cancelled)"
66828
+ },
66829
+ "color": {
66830
+ "type": "string",
66831
+ "description": "State color"
66832
+ }
66833
+ },
66834
+ "required": [
66835
+ "id",
66836
+ "name"
66837
+ ],
66838
+ "additionalProperties": true,
66839
+ "description": "Linear workflow state"
66840
+ },
66841
+ "description": "Workflow states"
66842
+ },
66843
+ "error": {
66844
+ "type": "string",
66845
+ "description": "Error message if operation failed"
66846
+ }
66847
+ },
66848
+ "required": [
66849
+ "operation",
66850
+ "success",
66851
+ "error"
66852
+ ],
66853
+ "additionalProperties": false
66854
+ },
66855
+ {
66856
+ "type": "object",
66857
+ "properties": {
66858
+ "operation": {
66859
+ "type": "string",
66860
+ "enum": [
66861
+ "add_comment"
66862
+ ]
66863
+ },
66864
+ "success": {
66865
+ "type": "boolean",
66866
+ "description": "Whether the operation was successful"
66867
+ },
66868
+ "comment": {
66869
+ "type": "object",
66870
+ "properties": {
66871
+ "id": {
66872
+ "type": "string",
66873
+ "description": "Comment ID"
66874
+ },
66875
+ "body": {
66876
+ "type": "string",
66877
+ "description": "Comment body (markdown)"
66878
+ },
66879
+ "user": {
66880
+ "type": "object",
66881
+ "properties": {
66882
+ "id": {
66883
+ "type": "string",
66884
+ "description": "User ID"
66885
+ },
66886
+ "name": {
66887
+ "type": "string",
66888
+ "description": "User display name"
66889
+ },
66890
+ "email": {
66891
+ "type": "string",
66892
+ "description": "User email address"
66893
+ }
66894
+ },
66895
+ "required": [
66896
+ "id"
66897
+ ],
66898
+ "additionalProperties": true,
66899
+ "description": "Comment author",
66900
+ "nullable": true
66901
+ },
66902
+ "createdAt": {
66903
+ "type": "string",
66904
+ "description": "Creation timestamp"
66905
+ },
66906
+ "updatedAt": {
66907
+ "type": "string",
66908
+ "description": "Last update timestamp"
66909
+ }
66910
+ },
66911
+ "required": [
66912
+ "id"
66913
+ ],
66914
+ "additionalProperties": true,
66915
+ "description": "Created comment"
66916
+ },
66917
+ "error": {
66918
+ "type": "string",
66919
+ "description": "Error message if operation failed"
66920
+ }
66921
+ },
66922
+ "required": [
66923
+ "operation",
66924
+ "success",
66925
+ "error"
66926
+ ],
66927
+ "additionalProperties": false
66928
+ },
66929
+ {
66930
+ "type": "object",
66931
+ "properties": {
66932
+ "operation": {
66933
+ "type": "string",
66934
+ "enum": [
66935
+ "get_comments"
66936
+ ]
66937
+ },
66938
+ "success": {
66939
+ "type": "boolean",
66940
+ "description": "Whether the operation was successful"
66941
+ },
66942
+ "comments": {
66943
+ "type": "array",
66944
+ "items": {
66945
+ "type": "object",
66946
+ "properties": {
66947
+ "id": {
66948
+ "type": "string",
66949
+ "description": "Comment ID"
66950
+ },
66951
+ "body": {
66952
+ "type": "string",
66953
+ "description": "Comment body (markdown)"
66954
+ },
66955
+ "user": {
66956
+ "type": "object",
66957
+ "properties": {
66958
+ "id": {
66959
+ "type": "string",
66960
+ "description": "User ID"
66961
+ },
66962
+ "name": {
66963
+ "type": "string",
66964
+ "description": "User display name"
66965
+ },
66966
+ "email": {
66967
+ "type": "string",
66968
+ "description": "User email address"
66969
+ }
66970
+ },
66971
+ "required": [
66972
+ "id"
66973
+ ],
66974
+ "additionalProperties": true,
66975
+ "description": "Comment author",
66976
+ "nullable": true
66977
+ },
66978
+ "createdAt": {
66979
+ "type": "string",
66980
+ "description": "Creation timestamp"
66981
+ },
66982
+ "updatedAt": {
66983
+ "type": "string",
66984
+ "description": "Last update timestamp"
66985
+ }
66986
+ },
66987
+ "required": [
66988
+ "id"
66989
+ ],
66990
+ "additionalProperties": true,
66991
+ "description": "Linear comment"
66992
+ },
66993
+ "description": "Issue comments"
66994
+ },
66995
+ "total": {
66996
+ "type": "number",
66997
+ "description": "Total comments"
66998
+ },
66999
+ "error": {
67000
+ "type": "string",
67001
+ "description": "Error message if operation failed"
67002
+ }
67003
+ },
67004
+ "required": [
67005
+ "operation",
67006
+ "success",
67007
+ "error"
67008
+ ],
67009
+ "additionalProperties": false
67010
+ },
67011
+ {
67012
+ "type": "object",
67013
+ "properties": {
67014
+ "operation": {
67015
+ "type": "string",
67016
+ "enum": [
67017
+ "list_labels"
67018
+ ]
67019
+ },
67020
+ "success": {
67021
+ "type": "boolean",
67022
+ "description": "Whether the operation was successful"
67023
+ },
67024
+ "labels": {
67025
+ "type": "array",
67026
+ "items": {
67027
+ "type": "object",
67028
+ "properties": {
67029
+ "id": {
67030
+ "type": "string",
67031
+ "description": "Label ID"
67032
+ },
67033
+ "name": {
67034
+ "type": "string",
67035
+ "description": "Label name"
67036
+ },
67037
+ "color": {
67038
+ "type": "string",
67039
+ "description": "Label color"
67040
+ }
67041
+ },
67042
+ "required": [
67043
+ "id",
67044
+ "name"
67045
+ ],
67046
+ "additionalProperties": true,
67047
+ "description": "Linear label"
67048
+ },
67049
+ "description": "Available labels"
67050
+ },
67051
+ "error": {
67052
+ "type": "string",
67053
+ "description": "Error message if operation failed"
67054
+ }
67055
+ },
67056
+ "required": [
67057
+ "operation",
67058
+ "success",
67059
+ "error"
67060
+ ],
67061
+ "additionalProperties": false
67062
+ }
67063
+ ]
67064
+ },
67065
+ "usageExample": "// Search example\nconst linear_search = new LinearBubble({\n operation: \"search\", // Search for issues with text query and filters\n query: \"example string\", // Text to search for in issue titles and descriptions\n teamId: \"example string\", // Filter by team ID\n assigneeId: \"example string\", // Filter by assignee user ID\n stateId: \"example string\", // Filter by workflow state ID\n labelId: \"example string\", // Filter by label ID\n projectId: \"example string\", // Filter by project ID\n priority: 42, // Filter by priority (0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low)\n limit: 50 // default, // Maximum number of issues to return (1-100)\n includeArchived: false // default, // Include archived issues in results\n});\n\nconst result = await linear_search.action();\n// outputSchema for result.data when operation === 'search':\n// {\n// operation: \"search\",\n// success: boolean // Whether the operation was successful,\n// issues: { id: string | undefined // Issue ID, identifier: string | undefined // Issue identifier (e.g., \"LIN-123\"), title: string | undefined // Issue title, description: string | null | undefined // Issue description (markdown), priority: number | undefined // Priority (0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low), priorityLabel: string | undefined // Priority label (e.g., \"High\"), state: { id: string // Workflow state ID, name: string // State name (e.g., \"Todo\", \"In Progress\", \"Done\"), type: string | undefined // State type (backlog, unstarted, started, completed, cancelled), color: string | undefined // State color } | undefined // Current state, assignee: { id: string // User ID, name: string | undefined // User display name, email: string | undefined // User email address } | null | undefined // Assigned user, team: { id: string // Team ID, name: string // Team name, key: string // Team key (e.g., \"LIN\") } | undefined // Team, project: { id: string // Project ID, name: string // Project name, state: string | undefined // Project state } | null | undefined // Project, labels: { nodes: { id: string // Label ID, name: string // Label name, color: string | undefined // Label color }[] | undefined } | undefined // Issue labels, createdAt: string | undefined // Creation timestamp, updatedAt: string | undefined // Last update timestamp, dueDate: string | null | undefined // Due date (YYYY-MM-DD), url: string | undefined // Issue URL }[] | undefined // Found issues,\n// total: number | undefined // Total matching issues,\n// error: string // Error message if operation failed\n// }\n\n\n// Get example\nconst linear_get = new LinearBubble({\n operation: \"get\", // Get details for a specific issue\n identifier: \"example string\", // Issue identifier (e.g., \"LIN-123\") or issue ID\n});\n\nconst result = await linear_get.action();\n// outputSchema for result.data when operation === 'get':\n// {\n// operation: \"get\",\n// success: boolean // Whether the operation was successful,\n// issue: { id: string | undefined // Issue ID, identifier: string | undefined // Issue identifier (e.g., \"LIN-123\"), title: string | undefined // Issue title, description: string | null | undefined // Issue description (markdown), priority: number | undefined // Priority (0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low), priorityLabel: string | undefined // Priority label (e.g., \"High\"), state: { id: string // Workflow state ID, name: string // State name (e.g., \"Todo\", \"In Progress\", \"Done\"), type: string | undefined // State type (backlog, unstarted, started, completed, cancelled), color: string | undefined // State color } | undefined // Current state, assignee: { id: string // User ID, name: string | undefined // User display name, email: string | undefined // User email address } | null | undefined // Assigned user, team: { id: string // Team ID, name: string // Team name, key: string // Team key (e.g., \"LIN\") } | undefined // Team, project: { id: string // Project ID, name: string // Project name, state: string | undefined // Project state } | null | undefined // Project, labels: { nodes: { id: string // Label ID, name: string // Label name, color: string | undefined // Label color }[] | undefined } | undefined // Issue labels, createdAt: string | undefined // Creation timestamp, updatedAt: string | undefined // Last update timestamp, dueDate: string | null | undefined // Due date (YYYY-MM-DD), url: string | undefined // Issue URL } | undefined // Issue details,\n// error: string // Error message if operation failed\n// }\n\n\n// Create example\nconst linear_create = new LinearBubble({\n operation: \"create\", // Create a new issue in Linear\n teamId: \"example string\", // Team ID to create the issue in\n title: \"example string\", // Issue title\n description: \"example string\", // Issue description (supports markdown)\n assigneeId: \"example string\", // Assignee user ID. Leave empty for unassigned\n priority: 42, // Issue priority (0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low)\n stateId: \"example string\", // Workflow state ID. If not set, uses the team default\n stateName: \"example string\", // Workflow state name (e.g., \"In Progress\"). Resolved to ID automatically. Use this instead of stateId for convenience\n labelIds: [\"example string\"], // Label IDs to apply\n projectId: \"example string\", // Project ID to associate with\n dueDate: \"example string\", // Due date in YYYY-MM-DD format\n parentId: \"example string\", // Parent issue ID for sub-issues\n estimate: 42, // Issue estimate (points)\n});\n\nconst result = await linear_create.action();\n// outputSchema for result.data when operation === 'create':\n// {\n// operation: \"create\",\n// success: boolean // Whether the operation was successful,\n// issue: { id: string // Created issue ID, identifier: string // Created issue identifier, url: string | undefined // Issue URL } | undefined // Created issue info,\n// error: string // Error message if operation failed\n// }\n\n\n// Update example\nconst linear_update = new LinearBubble({\n operation: \"update\", // Update an existing issue\n id: \"example string\", // Issue ID (UUID) or identifier (e.g., \"LIN-123\")\n title: \"example string\", // New issue title\n description: \"example string\", // New description (supports markdown)\n assigneeId: \"example string\", // New assignee user ID or null to unassign\n priority: 42, // New priority (0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low)\n stateId: \"example string\", // New workflow state ID\n stateName: \"example string\", // New workflow state name (e.g., \"Done\"). Resolved to ID automatically\n labels: { add: [\"example string\"] // Label IDs or names to add to the issue, remove: [\"example string\"] // Label IDs or names to remove from the issue }, // Label modifications\n projectId: \"example string\", // New project ID or null to remove from project\n dueDate: \"example string\", // New due date (YYYY-MM-DD) or null to clear\n estimate: 42, // New estimate (points) or null to clear\n});\n\nconst result = await linear_update.action();\n// outputSchema for result.data when operation === 'update':\n// {\n// operation: \"update\",\n// success: boolean // Whether the operation was successful,\n// issue: { id: string // Updated issue ID, identifier: string // Updated issue identifier } | undefined // Updated issue info,\n// error: string // Error message if operation failed\n// }\n\n\n// List Teams example\nconst linear_list_teams = new LinearBubble({\n operation: \"list_teams\", // List all teams\n});\n\nconst result = await linear_list_teams.action();\n// outputSchema for result.data when operation === 'list_teams':\n// {\n// operation: \"list_teams\",\n// success: boolean // Whether the operation was successful,\n// teams: { id: string // Team ID, name: string // Team name, key: string // Team key (e.g., \"LIN\") }[] | undefined // Available teams,\n// error: string // Error message if operation failed\n// }\n\n\n// List Projects example\nconst linear_list_projects = new LinearBubble({\n operation: \"list_projects\", // List projects, optionally filtered by team\n teamId: \"example string\", // Filter projects by team ID\n limit: 50 // default, // Maximum number of projects to return\n includeArchived: false // default, // Include archived projects\n});\n\nconst result = await linear_list_projects.action();\n// outputSchema for result.data when operation === 'list_projects':\n// {\n// operation: \"list_projects\",\n// success: boolean // Whether the operation was successful,\n// projects: { id: string // Project ID, name: string // Project name, state: string | undefined // Project state }[] | undefined // Available projects,\n// error: string // Error message if operation failed\n// }\n\n\n// List Workflow States example\nconst linear_list_workflow_states = new LinearBubble({\n operation: \"list_workflow_states\", // List workflow states for a team\n teamId: \"example string\", // Team ID to get workflow states for\n});\n\nconst result = await linear_list_workflow_states.action();\n// outputSchema for result.data when operation === 'list_workflow_states':\n// {\n// operation: \"list_workflow_states\",\n// success: boolean // Whether the operation was successful,\n// states: { id: string // Workflow state ID, name: string // State name (e.g., \"Todo\", \"In Progress\", \"Done\"), type: string | undefined // State type (backlog, unstarted, started, completed, cancelled), color: string | undefined // State color }[] | undefined // Workflow states,\n// error: string // Error message if operation failed\n// }\n\n\n// Add Comment example\nconst linear_add_comment = new LinearBubble({\n operation: \"add_comment\", // Add a comment to an issue\n issueId: \"example string\", // Issue ID (UUID) or identifier (e.g., \"LIN-123\")\n body: \"example string\", // Comment text (supports markdown)\n});\n\nconst result = await linear_add_comment.action();\n// outputSchema for result.data when operation === 'add_comment':\n// {\n// operation: \"add_comment\",\n// success: boolean // Whether the operation was successful,\n// comment: { id: string // Comment ID, body: string | undefined // Comment body (markdown), user: { id: string // User ID, name: string | undefined // User display name, email: string | undefined // User email address } | null | undefined // Comment author, createdAt: string | undefined // Creation timestamp, updatedAt: string | undefined // Last update timestamp } | undefined // Created comment,\n// error: string // Error message if operation failed\n// }\n\n\n// Get Comments example\nconst linear_get_comments = new LinearBubble({\n operation: \"get_comments\", // Get comments for an issue\n issueId: \"example string\", // Issue ID (UUID) or identifier (e.g., \"LIN-123\")\n limit: 50 // default, // Maximum number of comments to return\n});\n\nconst result = await linear_get_comments.action();\n// outputSchema for result.data when operation === 'get_comments':\n// {\n// operation: \"get_comments\",\n// success: boolean // Whether the operation was successful,\n// comments: { id: string // Comment ID, body: string | undefined // Comment body (markdown), user: { id: string // User ID, name: string | undefined // User display name, email: string | undefined // User email address } | null | undefined // Comment author, createdAt: string | undefined // Creation timestamp, updatedAt: string | undefined // Last update timestamp }[] | undefined // Issue comments,\n// total: number | undefined // Total comments,\n// error: string // Error message if operation failed\n// }\n\n\n// List Labels example\nconst linear_list_labels = new LinearBubble({\n operation: \"list_labels\", // List labels, optionally filtered by team\n teamId: \"example string\", // Filter labels by team ID\n});\n\nconst result = await linear_list_labels.action();\n// outputSchema for result.data when operation === 'list_labels':\n// {\n// operation: \"list_labels\",\n// success: boolean // Whether the operation was successful,\n// labels: { id: string // Label ID, name: string // Label name, color: string | undefined // Label color }[] | undefined // Available labels,\n// error: string // Error message if operation failed\n// }\n\n\n// Always check success status before using data\nif (!result.success) {\n throw new Error(`linear failed: ${result.error}`);\n}\n\n// Access the actual data\nconst actualData = result.data;\nconsole.log(actualData);",
67066
+ "requiredCredentials": [
67067
+ "LINEAR_CRED"
67068
+ ]
65714
67069
  }
65715
67070
  ]
65716
67071
  }