@bubblelab/bubble-core 0.1.103 → 0.1.106

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 (67) hide show
  1. package/dist/bubble-bundle.d.ts +100 -55
  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 +4 -4
  6. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  7. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +1957 -0
  8. package/dist/bubbles/service-bubble/confluence/confluence.d.ts.map +1 -0
  9. package/dist/bubbles/service-bubble/confluence/confluence.integration.flow.d.ts +35 -0
  10. package/dist/bubbles/service-bubble/confluence/confluence.integration.flow.d.ts.map +1 -0
  11. package/dist/bubbles/service-bubble/confluence/confluence.integration.flow.js +327 -0
  12. package/dist/bubbles/service-bubble/confluence/confluence.integration.flow.js.map +1 -0
  13. package/dist/bubbles/service-bubble/confluence/confluence.js +534 -0
  14. package/dist/bubbles/service-bubble/confluence/confluence.js.map +1 -0
  15. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2435 -0
  16. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts.map +1 -0
  17. package/dist/bubbles/service-bubble/confluence/confluence.schema.js +467 -0
  18. package/dist/bubbles/service-bubble/confluence/confluence.schema.js.map +1 -0
  19. package/dist/bubbles/service-bubble/confluence/confluence.utils.d.ts +49 -0
  20. package/dist/bubbles/service-bubble/confluence/confluence.utils.d.ts.map +1 -0
  21. package/dist/bubbles/service-bubble/confluence/confluence.utils.js +337 -0
  22. package/dist/bubbles/service-bubble/confluence/confluence.utils.js.map +1 -0
  23. package/dist/bubbles/service-bubble/confluence/index.d.ts +5 -0
  24. package/dist/bubbles/service-bubble/confluence/index.d.ts.map +1 -0
  25. package/dist/bubbles/service-bubble/confluence/index.js +5 -0
  26. package/dist/bubbles/service-bubble/confluence/index.js.map +1 -0
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  29. package/dist/bubbles/service-bubble/firecrawl.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  31. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  32. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  33. package/dist/bubbles/service-bubble/google-drive.js +22 -2
  34. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  35. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js +6 -6
  36. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -1
  37. package/dist/bubbles/service-bubble/jira/jira.d.ts +12 -12
  38. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
  39. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  40. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  41. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  42. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  43. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  44. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  45. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  46. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  47. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  48. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  49. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  50. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  51. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  56. package/dist/bubbles/service-bubble/slack/slack.d.ts +36 -36
  57. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  58. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
  59. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  60. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  61. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  62. package/dist/bubbles.json +1247 -8
  63. package/dist/index.d.ts +2 -0
  64. package/dist/index.d.ts.map +1 -1
  65. package/dist/index.js +1 -0
  66. package/dist/index.js.map +1 -1
  67. 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-04T23:43:47.175Z",
4
- "totalCount": 59,
3
+ "generatedAt": "2026-02-06T01:34:34.710Z",
4
+ "totalCount": 60,
5
5
  "bubbles": [
6
6
  {
7
7
  "name": "hello-world",
@@ -12147,7 +12147,7 @@
12147
12147
  "range": {
12148
12148
  "type": "string",
12149
12149
  "minLength": 1,
12150
- "description": "A1 notation range (e.g., \"Sheet1!A1:B10\" or \"Tab Name!A:G\" - tab names with spaces are automatically quoted)"
12150
+ "description": "A1 notation range. To read ALL data, use just the sheet name (e.g., \"Sheet1\") or use open-ended ranges like \"Sheet1!A:ZZ\" for columns beyond Z. Examples: \"Sheet1\" (entire sheet), \"Sheet1!A2:ZZ\" (all columns starting row 2), \"Tab Name!A1:B10\" (specific range). Tab names with spaces are automatically quoted."
12151
12151
  },
12152
12152
  "major_dimension": {
12153
12153
  "type": "string",
@@ -12210,7 +12210,7 @@
12210
12210
  "range": {
12211
12211
  "type": "string",
12212
12212
  "minLength": 1,
12213
- "description": "A1 notation range (e.g., \"Sheet1!A1:B10\" or \"Tab Name!A:G\" - tab names with spaces are automatically quoted)"
12213
+ "description": "A1 notation range. Use \"Sheet1\" for entire sheet, \"Sheet1!A:ZZ\" for all columns beyond Z, or specific ranges like \"Sheet1!A1:B10\". Tab names with spaces are automatically quoted."
12214
12214
  },
12215
12215
  "values": {
12216
12216
  "type": "array",
@@ -12278,7 +12278,7 @@
12278
12278
  "range": {
12279
12279
  "type": "string",
12280
12280
  "minLength": 1,
12281
- "description": "A1 notation range (e.g., \"Sheet1!A1:B10\" or \"Tab Name!A:G\" - tab names with spaces are automatically quoted)"
12281
+ "description": "A1 notation range. Use \"Sheet1\" for entire sheet, \"Sheet1!A:ZZ\" for all columns beyond Z, or specific ranges like \"Sheet1!A1:B10\". Tab names with spaces are automatically quoted."
12282
12282
  },
12283
12283
  "values": {
12284
12284
  "type": "array",
@@ -12346,7 +12346,7 @@
12346
12346
  "range": {
12347
12347
  "type": "string",
12348
12348
  "minLength": 1,
12349
- "description": "A1 notation range to search for table (e.g., \"Sheet1!A:A\" or \"Tab Name!A:G\" - tab names with spaces are automatically quoted)"
12349
+ "description": "A1 notation range to search for table. Use \"Sheet1\" for entire sheet, \"Sheet1!A:ZZ\" for all columns beyond Z, or \"Sheet1!A:A\" for single column. Tab names with spaces are automatically quoted."
12350
12350
  },
12351
12351
  "values": {
12352
12352
  "type": "array",
@@ -12423,7 +12423,7 @@
12423
12423
  "range": {
12424
12424
  "type": "string",
12425
12425
  "minLength": 1,
12426
- "description": "A1 notation range (e.g., \"Sheet1!A1:B10\" or \"Tab Name!A:G\" - tab names with spaces are automatically quoted)"
12426
+ "description": "A1 notation range. Use \"Sheet1\" for entire sheet, \"Sheet1!A:ZZ\" for all columns beyond Z, or specific ranges like \"Sheet1!A1:B10\". Tab names with spaces are automatically quoted."
12427
12427
  },
12428
12428
  "credentials": {
12429
12429
  "type": "object",
@@ -12461,7 +12461,7 @@
12461
12461
  "type": "string"
12462
12462
  },
12463
12463
  "minItems": 1,
12464
- "description": "Array of A1 notation ranges (tab names with spaces are automatically quoted)"
12464
+ "description": "Array of A1 notation ranges. Use \"Sheet1\" for entire sheet, \"Sheet1!A:ZZ\" for all columns beyond Z. Tab names with spaces are automatically quoted."
12465
12465
  },
12466
12466
  "major_dimension": {
12467
12467
  "type": "string",
@@ -56001,6 +56001,1245 @@
56001
56001
  "JIRA_CRED"
56002
56002
  ]
56003
56003
  },
56004
+ {
56005
+ "name": "confluence",
56006
+ "alias": "confluence",
56007
+ "type": "service",
56008
+ "shortDescription": "Confluence integration for wiki pages and content management",
56009
+ "useCase": "General purpose bubble for various workflow needs",
56010
+ "outputSchema": "Complex schema - see usage example for structure",
56011
+ "inputJsonSchema": {
56012
+ "anyOf": [
56013
+ {
56014
+ "type": "object",
56015
+ "properties": {
56016
+ "operation": {
56017
+ "type": "string",
56018
+ "enum": [
56019
+ "list_spaces"
56020
+ ],
56021
+ "description": "List Confluence spaces"
56022
+ },
56023
+ "limit": {
56024
+ "type": "number",
56025
+ "minimum": 1,
56026
+ "maximum": 250,
56027
+ "default": 25,
56028
+ "description": "Maximum number of spaces to return (1-250)"
56029
+ },
56030
+ "cursor": {
56031
+ "type": "string",
56032
+ "description": "Cursor for pagination (from previous response)"
56033
+ },
56034
+ "type": {
56035
+ "type": "string",
56036
+ "enum": [
56037
+ "global",
56038
+ "personal"
56039
+ ],
56040
+ "description": "Filter by space type. Omit to list all spaces (recommended). Most Confluence sites use personal spaces, so filtering by \"global\" may return no results."
56041
+ },
56042
+ "status": {
56043
+ "type": "string",
56044
+ "enum": [
56045
+ "current",
56046
+ "archived"
56047
+ ],
56048
+ "description": "Filter by space status"
56049
+ },
56050
+ "credentials": {
56051
+ "type": "object",
56052
+ "additionalProperties": {
56053
+ "type": "string"
56054
+ },
56055
+ "description": "Credentials (injected at runtime)"
56056
+ }
56057
+ },
56058
+ "required": [
56059
+ "operation"
56060
+ ],
56061
+ "additionalProperties": false
56062
+ },
56063
+ {
56064
+ "type": "object",
56065
+ "properties": {
56066
+ "operation": {
56067
+ "type": "string",
56068
+ "enum": [
56069
+ "get_space"
56070
+ ],
56071
+ "description": "Get a specific space by ID"
56072
+ },
56073
+ "space_id": {
56074
+ "type": "string",
56075
+ "minLength": 1,
56076
+ "description": "Space ID to retrieve"
56077
+ },
56078
+ "credentials": {
56079
+ "type": "object",
56080
+ "additionalProperties": {
56081
+ "type": "string"
56082
+ },
56083
+ "description": "Credentials (injected at runtime)"
56084
+ }
56085
+ },
56086
+ "required": [
56087
+ "operation",
56088
+ "space_id"
56089
+ ],
56090
+ "additionalProperties": false
56091
+ },
56092
+ {
56093
+ "type": "object",
56094
+ "properties": {
56095
+ "operation": {
56096
+ "type": "string",
56097
+ "enum": [
56098
+ "list_pages"
56099
+ ],
56100
+ "description": "List pages with optional filtering"
56101
+ },
56102
+ "space_id": {
56103
+ "type": "string",
56104
+ "description": "Filter by space ID (numeric ID from list_spaces)"
56105
+ },
56106
+ "space_key": {
56107
+ "type": "string",
56108
+ "description": "Filter by space key (e.g., \"DEV\", \"HR\"). Alternative to space_id — provide either one."
56109
+ },
56110
+ "title": {
56111
+ "type": "string",
56112
+ "description": "Filter by exact page title"
56113
+ },
56114
+ "status": {
56115
+ "type": "string",
56116
+ "enum": [
56117
+ "current",
56118
+ "trashed",
56119
+ "draft"
56120
+ ],
56121
+ "description": "Filter by page status. Default: current"
56122
+ },
56123
+ "limit": {
56124
+ "type": "number",
56125
+ "minimum": 1,
56126
+ "maximum": 250,
56127
+ "default": 25,
56128
+ "description": "Maximum number of pages to return (1-250)"
56129
+ },
56130
+ "cursor": {
56131
+ "type": "string",
56132
+ "description": "Cursor for pagination"
56133
+ },
56134
+ "credentials": {
56135
+ "type": "object",
56136
+ "additionalProperties": {
56137
+ "type": "string"
56138
+ },
56139
+ "description": "Credentials (injected at runtime)"
56140
+ }
56141
+ },
56142
+ "required": [
56143
+ "operation"
56144
+ ],
56145
+ "additionalProperties": false
56146
+ },
56147
+ {
56148
+ "type": "object",
56149
+ "properties": {
56150
+ "operation": {
56151
+ "type": "string",
56152
+ "enum": [
56153
+ "get_page"
56154
+ ],
56155
+ "description": "Get a specific page by ID with body content"
56156
+ },
56157
+ "page_id": {
56158
+ "type": "string",
56159
+ "minLength": 1,
56160
+ "description": "Page ID to retrieve"
56161
+ },
56162
+ "include_body": {
56163
+ "type": "boolean",
56164
+ "default": true,
56165
+ "description": "Whether to include the page body content. Default: true"
56166
+ },
56167
+ "credentials": {
56168
+ "type": "object",
56169
+ "additionalProperties": {
56170
+ "type": "string"
56171
+ },
56172
+ "description": "Credentials (injected at runtime)"
56173
+ }
56174
+ },
56175
+ "required": [
56176
+ "operation",
56177
+ "page_id"
56178
+ ],
56179
+ "additionalProperties": false
56180
+ },
56181
+ {
56182
+ "type": "object",
56183
+ "properties": {
56184
+ "operation": {
56185
+ "type": "string",
56186
+ "enum": [
56187
+ "create_page"
56188
+ ],
56189
+ "description": "Create a new page in a space"
56190
+ },
56191
+ "space_id": {
56192
+ "type": "string",
56193
+ "minLength": 1,
56194
+ "description": "Space ID to create the page in (numeric ID from list_spaces). Provide either space_id or space_key."
56195
+ },
56196
+ "space_key": {
56197
+ "type": "string",
56198
+ "minLength": 1,
56199
+ "description": "Space key to create the page in (e.g., \"DEV\", \"HR\"). Alternative to space_id."
56200
+ },
56201
+ "title": {
56202
+ "type": "string",
56203
+ "minLength": 1,
56204
+ "description": "Page title"
56205
+ },
56206
+ "body": {
56207
+ "type": "string",
56208
+ "description": "Page body content (markdown - auto-converted to Confluence storage format)"
56209
+ },
56210
+ "parent_id": {
56211
+ "type": "string",
56212
+ "description": "Parent page ID (creates as child page)"
56213
+ },
56214
+ "status": {
56215
+ "type": "string",
56216
+ "enum": [
56217
+ "current",
56218
+ "draft"
56219
+ ],
56220
+ "default": "current",
56221
+ "description": "Page status. Default: current (published)"
56222
+ },
56223
+ "credentials": {
56224
+ "type": "object",
56225
+ "additionalProperties": {
56226
+ "type": "string"
56227
+ },
56228
+ "description": "Credentials (injected at runtime)"
56229
+ }
56230
+ },
56231
+ "required": [
56232
+ "operation",
56233
+ "title"
56234
+ ],
56235
+ "additionalProperties": false
56236
+ },
56237
+ {
56238
+ "type": "object",
56239
+ "properties": {
56240
+ "operation": {
56241
+ "type": "string",
56242
+ "enum": [
56243
+ "update_page"
56244
+ ],
56245
+ "description": "Update an existing page (auto-increments version)"
56246
+ },
56247
+ "page_id": {
56248
+ "type": "string",
56249
+ "minLength": 1,
56250
+ "description": "Page ID to update"
56251
+ },
56252
+ "title": {
56253
+ "type": "string",
56254
+ "description": "New page title (uses current title if not specified)"
56255
+ },
56256
+ "body": {
56257
+ "type": "string",
56258
+ "description": "New page body (markdown - auto-converted to Confluence storage format). If omitted, the existing body is preserved."
56259
+ },
56260
+ "status": {
56261
+ "type": "string",
56262
+ "enum": [
56263
+ "current",
56264
+ "draft"
56265
+ ],
56266
+ "description": "New page status"
56267
+ },
56268
+ "version_message": {
56269
+ "type": "string",
56270
+ "description": "Version comment describing the changes"
56271
+ },
56272
+ "credentials": {
56273
+ "type": "object",
56274
+ "additionalProperties": {
56275
+ "type": "string"
56276
+ },
56277
+ "description": "Credentials (injected at runtime)"
56278
+ }
56279
+ },
56280
+ "required": [
56281
+ "operation",
56282
+ "page_id"
56283
+ ],
56284
+ "additionalProperties": false
56285
+ },
56286
+ {
56287
+ "type": "object",
56288
+ "properties": {
56289
+ "operation": {
56290
+ "type": "string",
56291
+ "enum": [
56292
+ "delete_page"
56293
+ ],
56294
+ "description": "Delete (trash) a page"
56295
+ },
56296
+ "page_id": {
56297
+ "type": "string",
56298
+ "minLength": 1,
56299
+ "description": "Page ID to delete"
56300
+ },
56301
+ "credentials": {
56302
+ "type": "object",
56303
+ "additionalProperties": {
56304
+ "type": "string"
56305
+ },
56306
+ "description": "Credentials (injected at runtime)"
56307
+ }
56308
+ },
56309
+ "required": [
56310
+ "operation",
56311
+ "page_id"
56312
+ ],
56313
+ "additionalProperties": false
56314
+ },
56315
+ {
56316
+ "type": "object",
56317
+ "properties": {
56318
+ "operation": {
56319
+ "type": "string",
56320
+ "enum": [
56321
+ "search"
56322
+ ],
56323
+ "description": "Search Confluence content using CQL"
56324
+ },
56325
+ "cql": {
56326
+ "type": "string",
56327
+ "minLength": 1,
56328
+ "description": "CQL (Confluence Query Language) query string. Examples: 'type=page AND space=DEV', 'type=page AND title=\"My Page\"', 'text~\"search term\"', 'type=page ORDER BY created DESC'. Note: reserved words like \"null\", \"and\", \"or\" must be quoted if used as values. IMPORTANT: Confluence search has an indexing delay — newly created or updated pages may not appear in CQL search results for several minutes. Use list_pages to find recently created pages instead."
56329
+ },
56330
+ "limit": {
56331
+ "type": "number",
56332
+ "minimum": 1,
56333
+ "maximum": 100,
56334
+ "default": 25,
56335
+ "description": "Maximum number of results to return (1-100)"
56336
+ },
56337
+ "start": {
56338
+ "type": "number",
56339
+ "minimum": 0,
56340
+ "default": 0,
56341
+ "description": "Starting index for pagination"
56342
+ },
56343
+ "credentials": {
56344
+ "type": "object",
56345
+ "additionalProperties": {
56346
+ "type": "string"
56347
+ },
56348
+ "description": "Credentials (injected at runtime)"
56349
+ }
56350
+ },
56351
+ "required": [
56352
+ "operation",
56353
+ "cql"
56354
+ ],
56355
+ "additionalProperties": false
56356
+ },
56357
+ {
56358
+ "type": "object",
56359
+ "properties": {
56360
+ "operation": {
56361
+ "type": "string",
56362
+ "enum": [
56363
+ "add_comment"
56364
+ ],
56365
+ "description": "Add a footer comment to a page"
56366
+ },
56367
+ "page_id": {
56368
+ "type": "string",
56369
+ "minLength": 1,
56370
+ "description": "Page ID to add the comment to"
56371
+ },
56372
+ "body": {
56373
+ "type": "string",
56374
+ "minLength": 1,
56375
+ "description": "Comment text (markdown - auto-converted to Confluence storage format)"
56376
+ },
56377
+ "credentials": {
56378
+ "type": "object",
56379
+ "additionalProperties": {
56380
+ "type": "string"
56381
+ },
56382
+ "description": "Credentials (injected at runtime)"
56383
+ }
56384
+ },
56385
+ "required": [
56386
+ "operation",
56387
+ "page_id",
56388
+ "body"
56389
+ ],
56390
+ "additionalProperties": false
56391
+ },
56392
+ {
56393
+ "type": "object",
56394
+ "properties": {
56395
+ "operation": {
56396
+ "type": "string",
56397
+ "enum": [
56398
+ "get_comments"
56399
+ ],
56400
+ "description": "List footer comments for a page"
56401
+ },
56402
+ "page_id": {
56403
+ "type": "string",
56404
+ "minLength": 1,
56405
+ "description": "Page ID to get comments for"
56406
+ },
56407
+ "limit": {
56408
+ "type": "number",
56409
+ "minimum": 1,
56410
+ "maximum": 100,
56411
+ "default": 25,
56412
+ "description": "Maximum number of comments to return"
56413
+ },
56414
+ "cursor": {
56415
+ "type": "string",
56416
+ "description": "Cursor for pagination"
56417
+ },
56418
+ "credentials": {
56419
+ "type": "object",
56420
+ "additionalProperties": {
56421
+ "type": "string"
56422
+ },
56423
+ "description": "Credentials (injected at runtime)"
56424
+ }
56425
+ },
56426
+ "required": [
56427
+ "operation",
56428
+ "page_id"
56429
+ ],
56430
+ "additionalProperties": false
56431
+ }
56432
+ ]
56433
+ },
56434
+ "outputJsonSchema": {
56435
+ "anyOf": [
56436
+ {
56437
+ "type": "object",
56438
+ "properties": {
56439
+ "operation": {
56440
+ "type": "string",
56441
+ "enum": [
56442
+ "list_spaces"
56443
+ ]
56444
+ },
56445
+ "success": {
56446
+ "type": "boolean"
56447
+ },
56448
+ "spaces": {
56449
+ "type": "array",
56450
+ "items": {
56451
+ "type": "object",
56452
+ "properties": {
56453
+ "id": {
56454
+ "type": "string",
56455
+ "description": "Space ID"
56456
+ },
56457
+ "key": {
56458
+ "type": "string",
56459
+ "description": "Space key"
56460
+ },
56461
+ "name": {
56462
+ "type": "string",
56463
+ "description": "Space name"
56464
+ },
56465
+ "type": {
56466
+ "type": "string",
56467
+ "description": "Space type (e.g., \"global\", \"personal\")"
56468
+ },
56469
+ "status": {
56470
+ "type": "string",
56471
+ "description": "Space status"
56472
+ },
56473
+ "description": {
56474
+ "description": "Space description (string or structured object)"
56475
+ },
56476
+ "homepageId": {
56477
+ "type": "string",
56478
+ "description": "Homepage ID"
56479
+ }
56480
+ },
56481
+ "required": [
56482
+ "id",
56483
+ "key",
56484
+ "name"
56485
+ ],
56486
+ "additionalProperties": true,
56487
+ "description": "Confluence space"
56488
+ }
56489
+ },
56490
+ "cursor": {
56491
+ "type": "string",
56492
+ "description": "Next page cursor"
56493
+ },
56494
+ "error": {
56495
+ "type": "string"
56496
+ }
56497
+ },
56498
+ "required": [
56499
+ "operation",
56500
+ "success",
56501
+ "error"
56502
+ ],
56503
+ "additionalProperties": false
56504
+ },
56505
+ {
56506
+ "type": "object",
56507
+ "properties": {
56508
+ "operation": {
56509
+ "type": "string",
56510
+ "enum": [
56511
+ "get_space"
56512
+ ]
56513
+ },
56514
+ "success": {
56515
+ "type": "boolean"
56516
+ },
56517
+ "space": {
56518
+ "type": "object",
56519
+ "properties": {
56520
+ "id": {
56521
+ "type": "string",
56522
+ "description": "Space ID"
56523
+ },
56524
+ "key": {
56525
+ "type": "string",
56526
+ "description": "Space key"
56527
+ },
56528
+ "name": {
56529
+ "type": "string",
56530
+ "description": "Space name"
56531
+ },
56532
+ "type": {
56533
+ "type": "string",
56534
+ "description": "Space type (e.g., \"global\", \"personal\")"
56535
+ },
56536
+ "status": {
56537
+ "type": "string",
56538
+ "description": "Space status"
56539
+ },
56540
+ "description": {
56541
+ "description": "Space description (string or structured object)"
56542
+ },
56543
+ "homepageId": {
56544
+ "type": "string",
56545
+ "description": "Homepage ID"
56546
+ }
56547
+ },
56548
+ "required": [
56549
+ "id",
56550
+ "key",
56551
+ "name"
56552
+ ],
56553
+ "additionalProperties": true,
56554
+ "description": "Confluence space"
56555
+ },
56556
+ "error": {
56557
+ "type": "string"
56558
+ }
56559
+ },
56560
+ "required": [
56561
+ "operation",
56562
+ "success",
56563
+ "error"
56564
+ ],
56565
+ "additionalProperties": false
56566
+ },
56567
+ {
56568
+ "type": "object",
56569
+ "properties": {
56570
+ "operation": {
56571
+ "type": "string",
56572
+ "enum": [
56573
+ "list_pages"
56574
+ ]
56575
+ },
56576
+ "success": {
56577
+ "type": "boolean"
56578
+ },
56579
+ "pages": {
56580
+ "type": "array",
56581
+ "items": {
56582
+ "type": "object",
56583
+ "properties": {
56584
+ "id": {
56585
+ "type": "string",
56586
+ "description": "Page ID"
56587
+ },
56588
+ "title": {
56589
+ "type": "string",
56590
+ "description": "Page title"
56591
+ },
56592
+ "status": {
56593
+ "type": "string",
56594
+ "description": "Page status (current, draft, trashed)"
56595
+ },
56596
+ "spaceId": {
56597
+ "type": "string",
56598
+ "description": "Space ID the page belongs to"
56599
+ },
56600
+ "parentId": {
56601
+ "type": "string",
56602
+ "nullable": true,
56603
+ "description": "Parent page ID"
56604
+ },
56605
+ "parentType": {
56606
+ "type": "string",
56607
+ "nullable": true,
56608
+ "description": "Parent type"
56609
+ },
56610
+ "authorId": {
56611
+ "type": "string",
56612
+ "description": "Author account ID"
56613
+ },
56614
+ "createdAt": {
56615
+ "type": "string",
56616
+ "description": "Creation timestamp"
56617
+ },
56618
+ "version": {
56619
+ "type": "object",
56620
+ "properties": {
56621
+ "number": {
56622
+ "type": "number",
56623
+ "description": "Version number"
56624
+ },
56625
+ "message": {
56626
+ "type": "string",
56627
+ "description": "Version message"
56628
+ },
56629
+ "createdAt": {
56630
+ "type": "string",
56631
+ "description": "Version creation timestamp"
56632
+ }
56633
+ },
56634
+ "required": [
56635
+ "number"
56636
+ ],
56637
+ "additionalProperties": true,
56638
+ "description": "Version information"
56639
+ },
56640
+ "body": {
56641
+ "type": "object",
56642
+ "properties": {
56643
+ "storage": {
56644
+ "type": "object",
56645
+ "properties": {
56646
+ "value": {
56647
+ "type": "string",
56648
+ "description": "Page body in storage format (XHTML)"
56649
+ },
56650
+ "representation": {
56651
+ "type": "string"
56652
+ }
56653
+ },
56654
+ "required": [
56655
+ "value"
56656
+ ],
56657
+ "additionalProperties": false
56658
+ }
56659
+ },
56660
+ "additionalProperties": true,
56661
+ "description": "Page body content"
56662
+ },
56663
+ "_links": {
56664
+ "type": "object",
56665
+ "properties": {
56666
+ "webui": {
56667
+ "type": "string",
56668
+ "description": "Web UI link to the page"
56669
+ }
56670
+ },
56671
+ "additionalProperties": true,
56672
+ "description": "Links"
56673
+ }
56674
+ },
56675
+ "required": [
56676
+ "id",
56677
+ "title"
56678
+ ],
56679
+ "additionalProperties": true,
56680
+ "description": "Confluence page"
56681
+ }
56682
+ },
56683
+ "cursor": {
56684
+ "type": "string",
56685
+ "description": "Next page cursor"
56686
+ },
56687
+ "error": {
56688
+ "type": "string"
56689
+ }
56690
+ },
56691
+ "required": [
56692
+ "operation",
56693
+ "success",
56694
+ "error"
56695
+ ],
56696
+ "additionalProperties": false
56697
+ },
56698
+ {
56699
+ "type": "object",
56700
+ "properties": {
56701
+ "operation": {
56702
+ "type": "string",
56703
+ "enum": [
56704
+ "get_page"
56705
+ ]
56706
+ },
56707
+ "success": {
56708
+ "type": "boolean"
56709
+ },
56710
+ "page": {
56711
+ "type": "object",
56712
+ "properties": {
56713
+ "id": {
56714
+ "type": "string",
56715
+ "description": "Page ID"
56716
+ },
56717
+ "title": {
56718
+ "type": "string",
56719
+ "description": "Page title"
56720
+ },
56721
+ "status": {
56722
+ "type": "string",
56723
+ "description": "Page status (current, draft, trashed)"
56724
+ },
56725
+ "spaceId": {
56726
+ "type": "string",
56727
+ "description": "Space ID the page belongs to"
56728
+ },
56729
+ "parentId": {
56730
+ "type": "string",
56731
+ "nullable": true,
56732
+ "description": "Parent page ID"
56733
+ },
56734
+ "parentType": {
56735
+ "type": "string",
56736
+ "nullable": true,
56737
+ "description": "Parent type"
56738
+ },
56739
+ "authorId": {
56740
+ "type": "string",
56741
+ "description": "Author account ID"
56742
+ },
56743
+ "createdAt": {
56744
+ "type": "string",
56745
+ "description": "Creation timestamp"
56746
+ },
56747
+ "version": {
56748
+ "type": "object",
56749
+ "properties": {
56750
+ "number": {
56751
+ "type": "number",
56752
+ "description": "Version number"
56753
+ },
56754
+ "message": {
56755
+ "type": "string",
56756
+ "description": "Version message"
56757
+ },
56758
+ "createdAt": {
56759
+ "type": "string",
56760
+ "description": "Version creation timestamp"
56761
+ }
56762
+ },
56763
+ "required": [
56764
+ "number"
56765
+ ],
56766
+ "additionalProperties": true,
56767
+ "description": "Version information"
56768
+ },
56769
+ "body": {
56770
+ "type": "object",
56771
+ "properties": {
56772
+ "storage": {
56773
+ "type": "object",
56774
+ "properties": {
56775
+ "value": {
56776
+ "type": "string",
56777
+ "description": "Page body in storage format (XHTML)"
56778
+ },
56779
+ "representation": {
56780
+ "type": "string"
56781
+ }
56782
+ },
56783
+ "required": [
56784
+ "value"
56785
+ ],
56786
+ "additionalProperties": false
56787
+ }
56788
+ },
56789
+ "additionalProperties": true,
56790
+ "description": "Page body content"
56791
+ },
56792
+ "_links": {
56793
+ "type": "object",
56794
+ "properties": {
56795
+ "webui": {
56796
+ "type": "string",
56797
+ "description": "Web UI link to the page"
56798
+ }
56799
+ },
56800
+ "additionalProperties": true,
56801
+ "description": "Links"
56802
+ }
56803
+ },
56804
+ "required": [
56805
+ "id",
56806
+ "title"
56807
+ ],
56808
+ "additionalProperties": true,
56809
+ "description": "Confluence page"
56810
+ },
56811
+ "error": {
56812
+ "type": "string"
56813
+ }
56814
+ },
56815
+ "required": [
56816
+ "operation",
56817
+ "success",
56818
+ "error"
56819
+ ],
56820
+ "additionalProperties": false
56821
+ },
56822
+ {
56823
+ "type": "object",
56824
+ "properties": {
56825
+ "operation": {
56826
+ "type": "string",
56827
+ "enum": [
56828
+ "create_page"
56829
+ ]
56830
+ },
56831
+ "success": {
56832
+ "type": "boolean"
56833
+ },
56834
+ "page": {
56835
+ "type": "object",
56836
+ "properties": {
56837
+ "id": {
56838
+ "type": "string"
56839
+ },
56840
+ "title": {
56841
+ "type": "string"
56842
+ },
56843
+ "status": {
56844
+ "type": "string"
56845
+ },
56846
+ "_links": {
56847
+ "type": "object",
56848
+ "properties": {
56849
+ "webui": {
56850
+ "type": "string"
56851
+ }
56852
+ },
56853
+ "additionalProperties": true
56854
+ }
56855
+ },
56856
+ "required": [
56857
+ "id",
56858
+ "title"
56859
+ ],
56860
+ "additionalProperties": false
56861
+ },
56862
+ "error": {
56863
+ "type": "string"
56864
+ }
56865
+ },
56866
+ "required": [
56867
+ "operation",
56868
+ "success",
56869
+ "error"
56870
+ ],
56871
+ "additionalProperties": false
56872
+ },
56873
+ {
56874
+ "type": "object",
56875
+ "properties": {
56876
+ "operation": {
56877
+ "type": "string",
56878
+ "enum": [
56879
+ "update_page"
56880
+ ]
56881
+ },
56882
+ "success": {
56883
+ "type": "boolean"
56884
+ },
56885
+ "page": {
56886
+ "type": "object",
56887
+ "properties": {
56888
+ "id": {
56889
+ "type": "string"
56890
+ },
56891
+ "title": {
56892
+ "type": "string"
56893
+ },
56894
+ "version": {
56895
+ "type": "object",
56896
+ "properties": {
56897
+ "number": {
56898
+ "type": "number"
56899
+ }
56900
+ },
56901
+ "required": [
56902
+ "number"
56903
+ ],
56904
+ "additionalProperties": true
56905
+ }
56906
+ },
56907
+ "required": [
56908
+ "id",
56909
+ "title"
56910
+ ],
56911
+ "additionalProperties": false
56912
+ },
56913
+ "error": {
56914
+ "type": "string"
56915
+ }
56916
+ },
56917
+ "required": [
56918
+ "operation",
56919
+ "success",
56920
+ "error"
56921
+ ],
56922
+ "additionalProperties": false
56923
+ },
56924
+ {
56925
+ "type": "object",
56926
+ "properties": {
56927
+ "operation": {
56928
+ "type": "string",
56929
+ "enum": [
56930
+ "delete_page"
56931
+ ]
56932
+ },
56933
+ "success": {
56934
+ "type": "boolean"
56935
+ },
56936
+ "page_id": {
56937
+ "type": "string"
56938
+ },
56939
+ "error": {
56940
+ "type": "string"
56941
+ }
56942
+ },
56943
+ "required": [
56944
+ "operation",
56945
+ "success",
56946
+ "error"
56947
+ ],
56948
+ "additionalProperties": false
56949
+ },
56950
+ {
56951
+ "type": "object",
56952
+ "properties": {
56953
+ "operation": {
56954
+ "type": "string",
56955
+ "enum": [
56956
+ "search"
56957
+ ]
56958
+ },
56959
+ "success": {
56960
+ "type": "boolean"
56961
+ },
56962
+ "results": {
56963
+ "type": "array",
56964
+ "items": {
56965
+ "type": "object",
56966
+ "properties": {
56967
+ "id": {
56968
+ "type": "string",
56969
+ "description": "Page ID"
56970
+ },
56971
+ "type": {
56972
+ "type": "string",
56973
+ "description": "Content type (page, blogpost, etc.)"
56974
+ },
56975
+ "title": {
56976
+ "type": "string",
56977
+ "description": "Page title"
56978
+ },
56979
+ "status": {
56980
+ "type": "string",
56981
+ "description": "Page status"
56982
+ },
56983
+ "excerpt": {
56984
+ "type": "string",
56985
+ "description": "Search result excerpt"
56986
+ },
56987
+ "url": {
56988
+ "type": "string",
56989
+ "description": "Result URL"
56990
+ },
56991
+ "lastModified": {
56992
+ "type": "string",
56993
+ "description": "Last modified timestamp"
56994
+ },
56995
+ "_links": {
56996
+ "type": "object",
56997
+ "properties": {
56998
+ "webui": {
56999
+ "type": "string"
57000
+ }
57001
+ },
57002
+ "additionalProperties": true,
57003
+ "description": "Links"
57004
+ },
57005
+ "content": {
57006
+ "type": "object",
57007
+ "properties": {
57008
+ "id": {
57009
+ "type": "string"
57010
+ },
57011
+ "type": {
57012
+ "type": "string"
57013
+ },
57014
+ "title": {
57015
+ "type": "string"
57016
+ },
57017
+ "status": {
57018
+ "type": "string"
57019
+ },
57020
+ "_links": {
57021
+ "type": "object",
57022
+ "properties": {
57023
+ "webui": {
57024
+ "type": "string"
57025
+ }
57026
+ },
57027
+ "additionalProperties": true
57028
+ }
57029
+ },
57030
+ "additionalProperties": true,
57031
+ "description": "Raw content object (same data also available at top level)"
57032
+ }
57033
+ },
57034
+ "additionalProperties": true,
57035
+ "description": "Confluence search result (normalized: id, title, status available at top level)"
57036
+ }
57037
+ },
57038
+ "total": {
57039
+ "type": "number"
57040
+ },
57041
+ "start": {
57042
+ "type": "number"
57043
+ },
57044
+ "limit": {
57045
+ "type": "number"
57046
+ },
57047
+ "error": {
57048
+ "type": "string"
57049
+ }
57050
+ },
57051
+ "required": [
57052
+ "operation",
57053
+ "success",
57054
+ "error"
57055
+ ],
57056
+ "additionalProperties": false
57057
+ },
57058
+ {
57059
+ "type": "object",
57060
+ "properties": {
57061
+ "operation": {
57062
+ "type": "string",
57063
+ "enum": [
57064
+ "add_comment"
57065
+ ]
57066
+ },
57067
+ "success": {
57068
+ "type": "boolean"
57069
+ },
57070
+ "comment": {
57071
+ "type": "object",
57072
+ "properties": {
57073
+ "id": {
57074
+ "type": "string",
57075
+ "description": "Comment ID"
57076
+ },
57077
+ "title": {
57078
+ "type": "string",
57079
+ "description": "Comment title"
57080
+ },
57081
+ "body": {
57082
+ "type": "object",
57083
+ "properties": {
57084
+ "storage": {
57085
+ "type": "object",
57086
+ "properties": {
57087
+ "value": {
57088
+ "type": "string",
57089
+ "description": "Comment body in storage format"
57090
+ },
57091
+ "representation": {
57092
+ "type": "string"
57093
+ }
57094
+ },
57095
+ "required": [
57096
+ "value"
57097
+ ],
57098
+ "additionalProperties": false
57099
+ }
57100
+ },
57101
+ "additionalProperties": true,
57102
+ "description": "Comment body"
57103
+ },
57104
+ "version": {
57105
+ "type": "object",
57106
+ "properties": {
57107
+ "number": {
57108
+ "type": "number",
57109
+ "description": "Version number"
57110
+ },
57111
+ "createdAt": {
57112
+ "type": "string",
57113
+ "description": "Version creation timestamp"
57114
+ }
57115
+ },
57116
+ "required": [
57117
+ "number"
57118
+ ],
57119
+ "additionalProperties": true,
57120
+ "description": "Version information"
57121
+ },
57122
+ "createdAt": {
57123
+ "type": "string",
57124
+ "description": "Creation timestamp"
57125
+ }
57126
+ },
57127
+ "required": [
57128
+ "id"
57129
+ ],
57130
+ "additionalProperties": true,
57131
+ "description": "Confluence comment"
57132
+ },
57133
+ "error": {
57134
+ "type": "string"
57135
+ }
57136
+ },
57137
+ "required": [
57138
+ "operation",
57139
+ "success",
57140
+ "error"
57141
+ ],
57142
+ "additionalProperties": false
57143
+ },
57144
+ {
57145
+ "type": "object",
57146
+ "properties": {
57147
+ "operation": {
57148
+ "type": "string",
57149
+ "enum": [
57150
+ "get_comments"
57151
+ ]
57152
+ },
57153
+ "success": {
57154
+ "type": "boolean"
57155
+ },
57156
+ "comments": {
57157
+ "type": "array",
57158
+ "items": {
57159
+ "type": "object",
57160
+ "properties": {
57161
+ "id": {
57162
+ "type": "string",
57163
+ "description": "Comment ID"
57164
+ },
57165
+ "title": {
57166
+ "type": "string",
57167
+ "description": "Comment title"
57168
+ },
57169
+ "body": {
57170
+ "type": "object",
57171
+ "properties": {
57172
+ "storage": {
57173
+ "type": "object",
57174
+ "properties": {
57175
+ "value": {
57176
+ "type": "string",
57177
+ "description": "Comment body in storage format"
57178
+ },
57179
+ "representation": {
57180
+ "type": "string"
57181
+ }
57182
+ },
57183
+ "required": [
57184
+ "value"
57185
+ ],
57186
+ "additionalProperties": false
57187
+ }
57188
+ },
57189
+ "additionalProperties": true,
57190
+ "description": "Comment body"
57191
+ },
57192
+ "version": {
57193
+ "type": "object",
57194
+ "properties": {
57195
+ "number": {
57196
+ "type": "number",
57197
+ "description": "Version number"
57198
+ },
57199
+ "createdAt": {
57200
+ "type": "string",
57201
+ "description": "Version creation timestamp"
57202
+ }
57203
+ },
57204
+ "required": [
57205
+ "number"
57206
+ ],
57207
+ "additionalProperties": true,
57208
+ "description": "Version information"
57209
+ },
57210
+ "createdAt": {
57211
+ "type": "string",
57212
+ "description": "Creation timestamp"
57213
+ }
57214
+ },
57215
+ "required": [
57216
+ "id"
57217
+ ],
57218
+ "additionalProperties": true,
57219
+ "description": "Confluence comment"
57220
+ }
57221
+ },
57222
+ "cursor": {
57223
+ "type": "string"
57224
+ },
57225
+ "error": {
57226
+ "type": "string"
57227
+ }
57228
+ },
57229
+ "required": [
57230
+ "operation",
57231
+ "success",
57232
+ "error"
57233
+ ],
57234
+ "additionalProperties": false
57235
+ }
57236
+ ]
57237
+ },
57238
+ "usageExample": "// List Spaces example\nconst confluence_list_spaces = new ConfluenceBubble({\n operation: \"list_spaces\", // List Confluence spaces\n limit: 25 // default, // Maximum number of spaces to return (1-250)\n cursor: \"example string\", // Cursor for pagination (from previous response)\n type: \"global\" // options: \"global\", \"personal\", // Filter by space type. Omit to list all spaces (recommended). Most Confluence sites use personal spaces, so filtering by \"global\" may return no results.\n status: \"current\" // options: \"current\", \"archived\", // Filter by space status\n});\n\nconst result = await confluence_list_spaces.action();\n// outputSchema for result.data when operation === 'list_spaces':\n// {\n// operation: \"list_spaces\",\n// success: boolean,\n// spaces: { id: string // Space ID, key: string // Space key, name: string // Space name, type: string | undefined // Space type (e.g., \"global\", \"personal\"), status: string | undefined // Space status, description: unknown | undefined // Space description (string or structured object), homepageId: string | undefined // Homepage ID }[] | undefined,\n// cursor: string | undefined // Next page cursor,\n// error: string\n// }\n\n\n// Get Space example\nconst confluence_get_space = new ConfluenceBubble({\n operation: \"get_space\", // Get a specific space by ID\n space_id: \"example string\", // Space ID to retrieve\n});\n\nconst result = await confluence_get_space.action();\n// outputSchema for result.data when operation === 'get_space':\n// {\n// operation: \"get_space\",\n// success: boolean,\n// space: { id: string // Space ID, key: string // Space key, name: string // Space name, type: string | undefined // Space type (e.g., \"global\", \"personal\"), status: string | undefined // Space status, description: unknown | undefined // Space description (string or structured object), homepageId: string | undefined // Homepage ID } | undefined // Confluence space,\n// error: string\n// }\n\n\n// List Pages example\nconst confluence_list_pages = new ConfluenceBubble({\n operation: \"list_pages\", // List pages with optional filtering\n space_id: \"example string\", // Filter by space ID (numeric ID from list_spaces)\n space_key: \"example string\", // Filter by space key (e.g., \"DEV\", \"HR\"). Alternative to space_id — provide either one.\n title: \"example string\", // Filter by exact page title\n status: \"current\" // options: \"current\", \"trashed\", \"draft\", // Filter by page status. Default: current\n limit: 25 // default, // Maximum number of pages to return (1-250)\n cursor: \"example string\", // Cursor for pagination\n});\n\nconst result = await confluence_list_pages.action();\n// outputSchema for result.data when operation === 'list_pages':\n// {\n// operation: \"list_pages\",\n// success: boolean,\n// pages: { id: string // Page ID, title: string // Page title, status: string | undefined // Page status (current, draft, trashed), spaceId: string | undefined // Space ID the page belongs to, parentId: string | null | undefined // Parent page ID, parentType: string | null | undefined // Parent type, authorId: string | undefined // Author account ID, createdAt: string | undefined // Creation timestamp, version: { number: number // Version number, message: string | undefined // Version message, createdAt: string | undefined // Version creation timestamp } | undefined // Version information, body: { storage: { value: string // Page body in storage format (XHTML), representation: string | undefined } | undefined } | undefined // Page body content, _links: { webui: string | undefined // Web UI link to the page } | undefined // Links }[] | undefined,\n// cursor: string | undefined // Next page cursor,\n// error: string\n// }\n\n\n// Get Page example\nconst confluence_get_page = new ConfluenceBubble({\n operation: \"get_page\", // Get a specific page by ID with body content\n page_id: \"example string\", // Page ID to retrieve\n include_body: true // default, // Whether to include the page body content. Default: true\n});\n\nconst result = await confluence_get_page.action();\n// outputSchema for result.data when operation === 'get_page':\n// {\n// operation: \"get_page\",\n// success: boolean,\n// page: { id: string // Page ID, title: string // Page title, status: string | undefined // Page status (current, draft, trashed), spaceId: string | undefined // Space ID the page belongs to, parentId: string | null | undefined // Parent page ID, parentType: string | null | undefined // Parent type, authorId: string | undefined // Author account ID, createdAt: string | undefined // Creation timestamp, version: { number: number // Version number, message: string | undefined // Version message, createdAt: string | undefined // Version creation timestamp } | undefined // Version information, body: { storage: { value: string // Page body in storage format (XHTML), representation: string | undefined } | undefined } | undefined // Page body content, _links: { webui: string | undefined // Web UI link to the page } | undefined // Links } | undefined // Confluence page,\n// error: string\n// }\n\n\n// Create Page example\nconst confluence_create_page = new ConfluenceBubble({\n operation: \"create_page\", // Create a new page in a space\n space_id: \"example string\", // Space ID to create the page in (numeric ID from list_spaces). Provide either space_id or space_key.\n space_key: \"example string\", // Space key to create the page in (e.g., \"DEV\", \"HR\"). Alternative to space_id.\n title: \"example string\", // Page title\n body: \"example string\", // Page body content (markdown - auto-converted to Confluence storage format)\n parent_id: \"example string\", // Parent page ID (creates as child page)\n status: \"current\" // options: \"current\", \"draft\", // Page status. Default: current (published)\n});\n\nconst result = await confluence_create_page.action();\n// outputSchema for result.data when operation === 'create_page':\n// {\n// operation: \"create_page\",\n// success: boolean,\n// page: { id: string, title: string, status: string | undefined, _links: { webui: string | undefined } | undefined } | undefined,\n// error: string\n// }\n\n\n// Update Page example\nconst confluence_update_page = new ConfluenceBubble({\n operation: \"update_page\", // Update an existing page (auto-increments version)\n page_id: \"example string\", // Page ID to update\n title: \"example string\", // New page title (uses current title if not specified)\n body: \"example string\", // New page body (markdown - auto-converted to Confluence storage format). If omitted, the existing body is preserved.\n status: \"current\" // options: \"current\", \"draft\", // New page status\n version_message: \"example string\", // Version comment describing the changes\n});\n\nconst result = await confluence_update_page.action();\n// outputSchema for result.data when operation === 'update_page':\n// {\n// operation: \"update_page\",\n// success: boolean,\n// page: { id: string, title: string, version: { number: number } | undefined } | undefined,\n// error: string\n// }\n\n\n// Delete Page example\nconst confluence_delete_page = new ConfluenceBubble({\n operation: \"delete_page\", // Delete (trash) a page\n page_id: \"example string\", // Page ID to delete\n});\n\nconst result = await confluence_delete_page.action();\n// outputSchema for result.data when operation === 'delete_page':\n// {\n// operation: \"delete_page\",\n// success: boolean,\n// page_id: string | undefined,\n// error: string\n// }\n\n\n// Search example\nconst confluence_search = new ConfluenceBubble({\n operation: \"search\", // Search Confluence content using CQL\n cql: \"example string\", // CQL (Confluence Query Language) query string. Examples: 'type=page AND space=DEV', 'type=page AND title=\"My Page\"', 'text~\"search term\"', 'type=page ORDER BY created DESC'. Note: reserved words like \"null\", \"and\", \"or\" must be quoted if used as values. IMPORTANT: Confluence search has an indexing delay — newly created or updated pages may not appear in CQL search results for several minutes. Use list_pages to find recently created pages instead.\n limit: 25 // default, // Maximum number of results to return (1-100)\n start: 0 // default, // Starting index for pagination\n});\n\nconst result = await confluence_search.action();\n// outputSchema for result.data when operation === 'search':\n// {\n// operation: \"search\",\n// success: boolean,\n// results: { id: string | undefined // Page ID, type: string | undefined // Content type (page, blogpost, etc.), title: string | undefined // Page title, status: string | undefined // Page status, excerpt: string | undefined // Search result excerpt, url: string | undefined // Result URL, lastModified: string | undefined // Last modified timestamp, _links: { webui: string | undefined } | undefined // Links, content: { id: string | undefined, type: string | undefined, title: string | undefined, status: string | undefined, _links: { webui: string | undefined } | undefined } | undefined // Raw content object (same data also available at top level) }[] | undefined,\n// total: number | undefined,\n// start: number | undefined,\n// limit: number | undefined,\n// error: string\n// }\n\n\n// Add Comment example\nconst confluence_add_comment = new ConfluenceBubble({\n operation: \"add_comment\", // Add a footer comment to a page\n page_id: \"example string\", // Page ID to add the comment to\n body: \"example string\", // Comment text (markdown - auto-converted to Confluence storage format)\n});\n\nconst result = await confluence_add_comment.action();\n// outputSchema for result.data when operation === 'add_comment':\n// {\n// operation: \"add_comment\",\n// success: boolean,\n// comment: { id: string // Comment ID, title: string | undefined // Comment title, body: { storage: { value: string // Comment body in storage format, representation: string | undefined } | undefined } | undefined // Comment body, version: { number: number // Version number, createdAt: string | undefined // Version creation timestamp } | undefined // Version information, createdAt: string | undefined // Creation timestamp } | undefined // Confluence comment,\n// error: string\n// }\n\n\n// Get Comments example\nconst confluence_get_comments = new ConfluenceBubble({\n operation: \"get_comments\", // List footer comments for a page\n page_id: \"example string\", // Page ID to get comments for\n limit: 25 // default, // Maximum number of comments to return\n cursor: \"example string\", // Cursor for pagination\n});\n\nconst result = await confluence_get_comments.action();\n// outputSchema for result.data when operation === 'get_comments':\n// {\n// operation: \"get_comments\",\n// success: boolean,\n// comments: { id: string // Comment ID, title: string | undefined // Comment title, body: { storage: { value: string // Comment body in storage format, representation: string | undefined } | undefined } | undefined // Comment body, version: { number: number // Version number, createdAt: string | undefined // Version creation timestamp } | undefined // Version information, createdAt: string | undefined // Creation timestamp }[] | undefined,\n// cursor: string | undefined,\n// error: string\n// }\n\n\n// Always check success status before using data\nif (!result.success) {\n throw new Error(`confluence failed: ${result.error}`);\n}\n\n// Access the actual data\nconst actualData = result.data;\nconsole.log(actualData);",
57239
+ "requiredCredentials": [
57240
+ "CONFLUENCE_CRED"
57241
+ ]
57242
+ },
56004
57243
  {
56005
57244
  "name": "ashby",
56006
57245
  "alias": "ashby-ats",