@soku-ai/cli 0.1.0-alpha.17 → 0.1.0-alpha.19
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.
- package/README.md +33 -22
- package/dist/commands/auth.d.ts +1 -3
- package/dist/commands/auth.d.ts.map +1 -1
- package/dist/commands/auth.js +18 -3
- package/dist/commands/auth.js.map +1 -1
- package/dist/commands/automation.d.ts +46 -0
- package/dist/commands/automation.d.ts.map +1 -1
- package/dist/commands/automation.js +150 -0
- package/dist/commands/automation.js.map +1 -1
- package/dist/commands/brand-skill.d.ts +23 -0
- package/dist/commands/brand-skill.d.ts.map +1 -1
- package/dist/commands/brand-skill.js +82 -0
- package/dist/commands/brand-skill.js.map +1 -1
- package/dist/commands/changelog.d.ts +79 -0
- package/dist/commands/changelog.d.ts.map +1 -0
- package/dist/commands/changelog.js +123 -0
- package/dist/commands/changelog.js.map +1 -0
- package/dist/commands/context.d.ts +54 -0
- package/dist/commands/context.d.ts.map +1 -1
- package/dist/commands/context.js +362 -43
- package/dist/commands/context.js.map +1 -1
- package/dist/commands/egress.d.ts +49 -1
- package/dist/commands/egress.d.ts.map +1 -1
- package/dist/commands/egress.js +287 -33
- package/dist/commands/egress.js.map +1 -1
- package/dist/commands/generated.d.ts +8 -3
- package/dist/commands/generated.d.ts.map +1 -1
- package/dist/commands/generated.js +10 -3
- package/dist/commands/generated.js.map +1 -1
- package/dist/commands/live-surface.d.ts +15 -0
- package/dist/commands/live-surface.d.ts.map +1 -0
- package/dist/commands/live-surface.js +96 -0
- package/dist/commands/live-surface.js.map +1 -0
- package/dist/commands/workspace.d.ts +13 -0
- package/dist/commands/workspace.d.ts.map +1 -1
- package/dist/commands/workspace.js +34 -7
- package/dist/commands/workspace.js.map +1 -1
- package/dist/generated/capabilities.json +7710 -2318
- package/dist/generated/changelog.json +2232 -0
- package/dist/http/client.d.ts +17 -0
- package/dist/http/client.d.ts.map +1 -1
- package/dist/http/client.js +34 -5
- package/dist/http/client.js.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/output/envelope.d.ts +2 -1
- package/dist/output/envelope.d.ts.map +1 -1
- package/dist/output/envelope.js +2 -2
- package/dist/output/envelope.js.map +1 -1
- package/dist/upload-journal.d.ts +46 -0
- package/dist/upload-journal.d.ts.map +1 -0
- package/dist/upload-journal.js +102 -0
- package/dist/upload-journal.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +6 -5
- package/skills/soku/SKILL.md +74 -12
- package/skills/soku/agents/openai.yaml +4 -0
- package/skills/soku/references/ads-write.md +12 -6
- package/skills/soku/references/auth-workspace.md +27 -12
- package/skills/soku/references/data-capabilities.md +22 -1
- package/skills/soku/references/egress-security.md +63 -0
- package/skills/soku/references/seo-automation-files.md +67 -3
- package/skills/soku/references/skills-updates.md +54 -0
|
@@ -0,0 +1,2232 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"historyStartsAt": "0.1.0-alpha.15",
|
|
4
|
+
"entries": [
|
|
5
|
+
{
|
|
6
|
+
"version": "0.1.0-alpha.19",
|
|
7
|
+
"date": "2026-09-20",
|
|
8
|
+
"notes": [
|
|
9
|
+
"Sync September community skill commerce, vendor capability discovery/calls, explicit boolean values, and Google campaign tracking parameters."
|
|
10
|
+
],
|
|
11
|
+
"commands": {
|
|
12
|
+
"added": [
|
|
13
|
+
"brand skill community list",
|
|
14
|
+
"brand skill community install",
|
|
15
|
+
"brand skill publish",
|
|
16
|
+
"egress capabilities",
|
|
17
|
+
"egress call (including --dry-run)"
|
|
18
|
+
],
|
|
19
|
+
"changed": [
|
|
20
|
+
"Typed boolean flags accept --no-<flag> to send false without changing omitted defaults.",
|
|
21
|
+
"HTTP error envelopes preserve structured purchase and price-change details."
|
|
22
|
+
],
|
|
23
|
+
"removed": []
|
|
24
|
+
},
|
|
25
|
+
"capabilities": {
|
|
26
|
+
"counts": {
|
|
27
|
+
"before": 292,
|
|
28
|
+
"after": 349,
|
|
29
|
+
"added": 57,
|
|
30
|
+
"removed": 0,
|
|
31
|
+
"changed": 72
|
|
32
|
+
},
|
|
33
|
+
"added": [
|
|
34
|
+
{
|
|
35
|
+
"id": "adjust/get_report",
|
|
36
|
+
"mode": "read",
|
|
37
|
+
"description": "Read an Adjust Report Service report for one Brand-granted App using an API Token."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "adjust/list_apps",
|
|
41
|
+
"mode": "read",
|
|
42
|
+
"description": "List Brand-granted Adjust Apps connected with an API Token (not MCP connections)."
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "admob/campaign_report",
|
|
46
|
+
"mode": "read",
|
|
47
|
+
"description": "AdMob campaign report"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "admob/get_account",
|
|
51
|
+
"mode": "read",
|
|
52
|
+
"description": "AdMob get account"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "admob/list_ad_sources",
|
|
56
|
+
"mode": "read",
|
|
57
|
+
"description": "AdMob list ad sources"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "admob/list_ad_unit_mappings",
|
|
61
|
+
"mode": "read",
|
|
62
|
+
"description": "AdMob list ad unit mappings"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "admob/list_ad_units",
|
|
66
|
+
"mode": "read",
|
|
67
|
+
"description": "AdMob list ad units"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"id": "admob/list_adapters",
|
|
71
|
+
"mode": "read",
|
|
72
|
+
"description": "AdMob list adapters"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "admob/list_apps",
|
|
76
|
+
"mode": "read",
|
|
77
|
+
"description": "AdMob list apps"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "admob/list_mediation_groups",
|
|
81
|
+
"mode": "read",
|
|
82
|
+
"description": "AdMob list mediation groups"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "admob/mediation_report",
|
|
86
|
+
"mode": "read",
|
|
87
|
+
"description": "AdMob mediation report"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "admob/network_report",
|
|
91
|
+
"mode": "read",
|
|
92
|
+
"description": "AdMob network report"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "ads/check_ad_compliance",
|
|
96
|
+
"mode": "generate",
|
|
97
|
+
"description": "Advisory ChatGPT Ads content, media and destination policy check; never approval or a publishing gate."
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"id": "ads/create_custom_conversion",
|
|
101
|
+
"mode": "write",
|
|
102
|
+
"description": "Create a Meta website URL-contains custom conversion with approval and exact readback."
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "ads/get_custom_conversion",
|
|
106
|
+
"mode": "read",
|
|
107
|
+
"description": "Read one Meta custom conversion by exact ID within the resolved account."
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "ads/list_custom_conversions",
|
|
111
|
+
"mode": "read",
|
|
112
|
+
"description": "List one page of Meta custom conversions for discovery and duplicate checks."
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "ads/list_geo_targets",
|
|
116
|
+
"mode": "read",
|
|
117
|
+
"description": "Search the live ChatGPT Ads country, region, and DMA catalog for one granted account."
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"id": "ads/search_targeting",
|
|
121
|
+
"mode": "read",
|
|
122
|
+
"description": "Discover Meta work positions, behaviors, industries, and income targeting IDs."
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": "ads/update_pmax_asset_group",
|
|
126
|
+
"mode": "risk",
|
|
127
|
+
"description": "Add or replace assets on an existing Google PMax asset group; review-gated."
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id": "applovin_max/list_accounts",
|
|
131
|
+
"mode": "read",
|
|
132
|
+
"description": "List the current Brand's granted MAX accounts without an upstream call."
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": "applovin_max/list_apps",
|
|
136
|
+
"mode": "read",
|
|
137
|
+
"description": "List only apps with traffic in the detection window, not an authoritative app inventory."
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"id": "applovin_max/revenue_performance",
|
|
141
|
+
"mode": "read",
|
|
142
|
+
"description": "Query MAX revenue and compatible metrics by app, day, country or network."
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"id": "applovin_max/run_report",
|
|
146
|
+
"mode": "read",
|
|
147
|
+
"description": "Query arbitrary closed-set MAX reporting columns; unknown columns are rejected locally."
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id": "cloudx/list_operations",
|
|
151
|
+
"mode": "read",
|
|
152
|
+
"description": "Discover CloudX read/write operations and fetch an operation schema."
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "cloudx/list_resources",
|
|
156
|
+
"mode": "read",
|
|
157
|
+
"description": "List Brand-granted CloudX accounts."
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"id": "cloudx/mutate",
|
|
161
|
+
"mode": "risk",
|
|
162
|
+
"description": "Edit or publish CloudX inventory configuration after approval."
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"id": "cloudx/query",
|
|
166
|
+
"mode": "read",
|
|
167
|
+
"description": "Read CloudX reports, auctions or configuration on demand."
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"id": "creatives/apply_ops",
|
|
171
|
+
"mode": "write",
|
|
172
|
+
"description": "Apply structural edits to a creatives canvas."
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"id": "creatives/create_canvas",
|
|
176
|
+
"mode": "write",
|
|
177
|
+
"description": "Create an empty creatives canvas in this brand."
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"id": "creatives/get_canvas",
|
|
181
|
+
"mode": "read",
|
|
182
|
+
"description": "Read a creatives canvas: its nodes, edges and current version."
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"id": "creatives/list_canvases",
|
|
186
|
+
"mode": "read",
|
|
187
|
+
"description": "List this brand's creatives canvases, newest activity first."
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "ga4/ensure_google_ads_link",
|
|
191
|
+
"mode": "risk",
|
|
192
|
+
"description": "Link a granted Google Ads account to this granted GA4 property; does not import conversions."
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "ga4/ensure_key_event",
|
|
196
|
+
"mode": "risk",
|
|
197
|
+
"description": "Mark an event as a GA4 key event, reusing an existing match and verifying configuration."
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"id": "ga4/ensure_web_stream",
|
|
201
|
+
"mode": "risk",
|
|
202
|
+
"description": "Create or reuse a named GA4 web stream and read back its measurement ID."
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"id": "ga4/get_configuration",
|
|
206
|
+
"mode": "read",
|
|
207
|
+
"description": "Read live GA4 streams, key events, Google Ads links and management scope readiness."
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"id": "ga4/verify_realtime_event",
|
|
211
|
+
"mode": "read",
|
|
212
|
+
"description": "Read this exact event in GA4's last 30 minutes; does not prove a specific test submission or Ads attribution."
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "geo/list_prompts",
|
|
216
|
+
"mode": "read",
|
|
217
|
+
"description": "List active GEO tracking prompts for the current brand."
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "geo/save_report",
|
|
221
|
+
"mode": "write",
|
|
222
|
+
"description": "Save a GEO diagnosis report and candidate tracking prompts."
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"id": "gtm/get",
|
|
226
|
+
"mode": "read",
|
|
227
|
+
"description": "Read GTM containers, workspaces, tags, triggers, variables and versions."
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"id": "gtm/list_accounts",
|
|
231
|
+
"mode": "read",
|
|
232
|
+
"description": "List this Brand's granted Tag Manager accounts."
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "gtm/publish_version",
|
|
236
|
+
"mode": "risk",
|
|
237
|
+
"description": "Publish the exact approved GTM version and verify the live version."
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"id": "gtm/request_change",
|
|
241
|
+
"mode": "risk",
|
|
242
|
+
"description": "Create or update GTM configuration, or compile a workspace version. Never publishes."
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"id": "sensortower/list_organizations",
|
|
246
|
+
"mode": "read",
|
|
247
|
+
"description": "List the Sensor Tower connections granted to this Brand (no upstream call)."
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"id": "sensortower/query",
|
|
251
|
+
"mode": "read",
|
|
252
|
+
"description": "Run one Sensor Tower market-intelligence report (estimates, active users, retention, category totals, top advertisers, creatives, rankings) live."
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "sensortower/usage",
|
|
256
|
+
"mode": "read",
|
|
257
|
+
"description": "Read the organization's monthly Sensor Tower Call Credit usage and limit."
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"id": "thinkingdata/list_events",
|
|
261
|
+
"mode": "read",
|
|
262
|
+
"description": "List the events (physical and virtual) tracked in a ThinkingData project."
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"id": "thinkingdata/list_metrics",
|
|
266
|
+
"mode": "read",
|
|
267
|
+
"description": "List the business metrics the customer defined in ThinkingData."
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"id": "thinkingdata/list_projects",
|
|
271
|
+
"mode": "read",
|
|
272
|
+
"description": "List the Brand's granted ThinkingData projects without an upstream call."
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"id": "thinkingdata/list_props",
|
|
276
|
+
"mode": "read",
|
|
277
|
+
"description": "List event or user properties of a ThinkingData project, optionally for one event."
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"id": "thinkingdata/query_metric",
|
|
281
|
+
"mode": "read",
|
|
282
|
+
"description": "Fetch customer-defined ThinkingData metrics over a time window, optionally grouped."
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"id": "thinkingdata/query_sql",
|
|
286
|
+
"mode": "risk",
|
|
287
|
+
"description": "Run one read-only SQL statement against the ThinkingData project. Always human-reviewed: a person reads the SQL before it runs."
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"id": "topon/get_report",
|
|
291
|
+
"mode": "read",
|
|
292
|
+
"description": "Read a TopOn revenue, hourly, LTV or retention report page."
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"id": "topon/list_apps",
|
|
296
|
+
"mode": "read",
|
|
297
|
+
"description": "List Brand-granted TopOn Apps."
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "topon/list_operations",
|
|
301
|
+
"mode": "read",
|
|
302
|
+
"description": "Discover all TopOn read/write operations and fetch an operation schema."
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"id": "topon/list_resources",
|
|
306
|
+
"mode": "read",
|
|
307
|
+
"description": "List TopOn App and explicitly granted Publisher resources."
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"id": "topon/mutate",
|
|
311
|
+
"mode": "risk",
|
|
312
|
+
"description": "Manage TopOn Apps, placements, networks, units, segments, strategies, A/B tests, reward rules and report uploads after approval."
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "topon/query",
|
|
316
|
+
"mode": "read",
|
|
317
|
+
"description": "Read TopOn configuration, all reports, or device report download links on demand."
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
"removed": [],
|
|
321
|
+
"changed": [
|
|
322
|
+
{
|
|
323
|
+
"id": "adjust/list_accounts",
|
|
324
|
+
"fields": [
|
|
325
|
+
"description",
|
|
326
|
+
"long_description",
|
|
327
|
+
"output_shape",
|
|
328
|
+
"see_also"
|
|
329
|
+
]
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"id": "adjust/list_tools",
|
|
333
|
+
"fields": [
|
|
334
|
+
"description",
|
|
335
|
+
"input_params",
|
|
336
|
+
"long_description"
|
|
337
|
+
]
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"id": "adjust/query",
|
|
341
|
+
"fields": [
|
|
342
|
+
"description",
|
|
343
|
+
"input_params",
|
|
344
|
+
"long_description"
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"id": "adjust/request_change",
|
|
349
|
+
"fields": [
|
|
350
|
+
"description",
|
|
351
|
+
"input_params",
|
|
352
|
+
"long_description"
|
|
353
|
+
]
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"id": "ads/add_ad_group_negative_keywords",
|
|
357
|
+
"fields": [
|
|
358
|
+
"long_description"
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"id": "ads/add_audience_targeting",
|
|
363
|
+
"fields": [
|
|
364
|
+
"long_description"
|
|
365
|
+
]
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"id": "ads/add_callouts",
|
|
369
|
+
"fields": [
|
|
370
|
+
"long_description"
|
|
371
|
+
]
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"id": "ads/add_campaign_ad_units",
|
|
375
|
+
"fields": [
|
|
376
|
+
"long_description"
|
|
377
|
+
]
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"id": "ads/add_campaign_audience_targeting",
|
|
381
|
+
"fields": [
|
|
382
|
+
"long_description"
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"id": "ads/add_campaign_negative_keywords",
|
|
387
|
+
"fields": [
|
|
388
|
+
"long_description"
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"id": "ads/add_campaign_webpage_exclusion",
|
|
393
|
+
"fields": [
|
|
394
|
+
"long_description"
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"id": "ads/add_keywords",
|
|
399
|
+
"fields": [
|
|
400
|
+
"long_description"
|
|
401
|
+
]
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"id": "ads/add_sitelinks",
|
|
405
|
+
"fields": [
|
|
406
|
+
"long_description"
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"id": "ads/add_structured_snippets",
|
|
411
|
+
"fields": [
|
|
412
|
+
"long_description"
|
|
413
|
+
]
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"id": "ads/apply_ad_group_label",
|
|
417
|
+
"fields": [
|
|
418
|
+
"long_description"
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"id": "ads/apply_campaign_label",
|
|
423
|
+
"fields": [
|
|
424
|
+
"long_description"
|
|
425
|
+
]
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"id": "ads/archive_ad",
|
|
429
|
+
"fields": [
|
|
430
|
+
"long_description"
|
|
431
|
+
]
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"id": "ads/archive_ad_group",
|
|
435
|
+
"fields": [
|
|
436
|
+
"long_description"
|
|
437
|
+
]
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"id": "ads/bulk_create_ads",
|
|
441
|
+
"fields": [
|
|
442
|
+
"long_description"
|
|
443
|
+
]
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"id": "ads/bulk_create_adsets",
|
|
447
|
+
"fields": [
|
|
448
|
+
"long_description"
|
|
449
|
+
]
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"id": "ads/bulk_create_campaigns",
|
|
453
|
+
"fields": [
|
|
454
|
+
"long_description"
|
|
455
|
+
]
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"id": "ads/create_ad",
|
|
459
|
+
"fields": [
|
|
460
|
+
"input_params",
|
|
461
|
+
"long_description",
|
|
462
|
+
"output_shape"
|
|
463
|
+
]
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"id": "ads/create_ad_creative",
|
|
467
|
+
"fields": [
|
|
468
|
+
"input_params",
|
|
469
|
+
"output_shape"
|
|
470
|
+
]
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"id": "ads/create_ad_group",
|
|
474
|
+
"fields": [
|
|
475
|
+
"input_params",
|
|
476
|
+
"long_description",
|
|
477
|
+
"output_shape"
|
|
478
|
+
]
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"id": "ads/create_ad_rule",
|
|
482
|
+
"fields": [
|
|
483
|
+
"description"
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"id": "ads/create_adset",
|
|
488
|
+
"fields": [
|
|
489
|
+
"input_params",
|
|
490
|
+
"long_description",
|
|
491
|
+
"output_shape"
|
|
492
|
+
]
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"id": "ads/create_campaign",
|
|
496
|
+
"fields": [
|
|
497
|
+
"input_params",
|
|
498
|
+
"long_description",
|
|
499
|
+
"output_shape"
|
|
500
|
+
]
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"id": "ads/create_custom_audience",
|
|
504
|
+
"fields": [
|
|
505
|
+
"input_params"
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"id": "ads/create_pmax_campaign",
|
|
510
|
+
"fields": [
|
|
511
|
+
"long_description"
|
|
512
|
+
]
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"id": "ads/deploy_image_ads_batch",
|
|
516
|
+
"fields": [
|
|
517
|
+
"input_params",
|
|
518
|
+
"long_description"
|
|
519
|
+
]
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"id": "ads/estimate_audience_size",
|
|
523
|
+
"fields": [
|
|
524
|
+
"long_description"
|
|
525
|
+
]
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"id": "ads/gaql_search",
|
|
529
|
+
"fields": [
|
|
530
|
+
"long_description"
|
|
531
|
+
]
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"id": "ads/generate_ad_units",
|
|
535
|
+
"fields": [
|
|
536
|
+
"long_description"
|
|
537
|
+
]
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": "ads/get_account_info",
|
|
541
|
+
"fields": [
|
|
542
|
+
"long_description",
|
|
543
|
+
"output_shape"
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"id": "ads/get_adset",
|
|
548
|
+
"fields": [
|
|
549
|
+
"long_description"
|
|
550
|
+
]
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"id": "ads/get_campaign",
|
|
554
|
+
"fields": [
|
|
555
|
+
"description",
|
|
556
|
+
"input_params",
|
|
557
|
+
"long_description"
|
|
558
|
+
]
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"id": "ads/get_insights",
|
|
562
|
+
"fields": [
|
|
563
|
+
"input_params",
|
|
564
|
+
"long_description"
|
|
565
|
+
]
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"id": "ads/list_adsets",
|
|
569
|
+
"fields": [
|
|
570
|
+
"long_description"
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"id": "ads/list_campaigns",
|
|
575
|
+
"fields": [
|
|
576
|
+
"description",
|
|
577
|
+
"long_description"
|
|
578
|
+
]
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"id": "ads/migrate_legacy_ad_units",
|
|
582
|
+
"fields": [
|
|
583
|
+
"long_description"
|
|
584
|
+
]
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"id": "ads/remove_ad",
|
|
588
|
+
"fields": [
|
|
589
|
+
"long_description"
|
|
590
|
+
]
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"id": "ads/remove_ad_group",
|
|
594
|
+
"fields": [
|
|
595
|
+
"long_description"
|
|
596
|
+
]
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"id": "ads/remove_ad_group_label",
|
|
600
|
+
"fields": [
|
|
601
|
+
"long_description"
|
|
602
|
+
]
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"id": "ads/remove_adset",
|
|
606
|
+
"fields": [
|
|
607
|
+
"long_description"
|
|
608
|
+
]
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"id": "ads/remove_campaign",
|
|
612
|
+
"fields": [
|
|
613
|
+
"long_description"
|
|
614
|
+
]
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"id": "ads/remove_campaign_assets",
|
|
618
|
+
"fields": [
|
|
619
|
+
"long_description"
|
|
620
|
+
]
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"id": "ads/remove_campaign_label",
|
|
624
|
+
"fields": [
|
|
625
|
+
"long_description"
|
|
626
|
+
]
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"id": "ads/remove_keyword",
|
|
630
|
+
"fields": [
|
|
631
|
+
"long_description"
|
|
632
|
+
]
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"id": "ads/replace_campaign_ad_units",
|
|
636
|
+
"fields": [
|
|
637
|
+
"long_description"
|
|
638
|
+
]
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"id": "ads/search_geo_locations",
|
|
642
|
+
"fields": [
|
|
643
|
+
"long_description"
|
|
644
|
+
]
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"id": "ads/set_ad_schedule",
|
|
648
|
+
"fields": [
|
|
649
|
+
"long_description"
|
|
650
|
+
]
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"id": "ads/set_bid_modifier",
|
|
654
|
+
"fields": [
|
|
655
|
+
"long_description"
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"id": "ads/set_final_url_suffix",
|
|
660
|
+
"fields": [
|
|
661
|
+
"long_description"
|
|
662
|
+
]
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"id": "ads/set_geo_targeting",
|
|
666
|
+
"fields": [
|
|
667
|
+
"long_description"
|
|
668
|
+
]
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"id": "ads/set_language_targeting",
|
|
672
|
+
"fields": [
|
|
673
|
+
"long_description"
|
|
674
|
+
]
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"id": "ads/set_network_settings",
|
|
678
|
+
"fields": [
|
|
679
|
+
"long_description"
|
|
680
|
+
]
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"id": "ads/update_ad",
|
|
684
|
+
"fields": [
|
|
685
|
+
"input_params",
|
|
686
|
+
"long_description"
|
|
687
|
+
]
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"id": "ads/update_ad_group",
|
|
691
|
+
"fields": [
|
|
692
|
+
"input_params",
|
|
693
|
+
"long_description",
|
|
694
|
+
"output_shape"
|
|
695
|
+
]
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"id": "ads/update_adset",
|
|
699
|
+
"fields": [
|
|
700
|
+
"input_params",
|
|
701
|
+
"long_description",
|
|
702
|
+
"output_shape"
|
|
703
|
+
]
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"id": "ads/update_campaign",
|
|
707
|
+
"fields": [
|
|
708
|
+
"input_params",
|
|
709
|
+
"long_description",
|
|
710
|
+
"output_shape"
|
|
711
|
+
]
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"id": "ads/update_gmv_max_campaign",
|
|
715
|
+
"fields": [
|
|
716
|
+
"long_description"
|
|
717
|
+
]
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"id": "ads/update_keyword",
|
|
721
|
+
"fields": [
|
|
722
|
+
"long_description"
|
|
723
|
+
]
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"id": "ads/update_smart_plus_campaign",
|
|
727
|
+
"fields": [
|
|
728
|
+
"long_description"
|
|
729
|
+
]
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"id": "ads/update_smart_plus_campaign_status",
|
|
733
|
+
"fields": [
|
|
734
|
+
"long_description"
|
|
735
|
+
]
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"id": "ads/upload_image",
|
|
739
|
+
"fields": [
|
|
740
|
+
"input_params",
|
|
741
|
+
"long_description"
|
|
742
|
+
]
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"id": "composio/append_doc_from_markdown",
|
|
746
|
+
"fields": [
|
|
747
|
+
"long_description"
|
|
748
|
+
]
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"id": "composio/create_doc_from_markdown",
|
|
752
|
+
"fields": [
|
|
753
|
+
"long_description"
|
|
754
|
+
]
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"id": "composio/replace_doc_with_markdown",
|
|
758
|
+
"fields": [
|
|
759
|
+
"long_description"
|
|
760
|
+
]
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"id": "composio/request_change",
|
|
764
|
+
"fields": [
|
|
765
|
+
"long_description"
|
|
766
|
+
]
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"id": "ga4/run_report",
|
|
770
|
+
"fields": [
|
|
771
|
+
"input_params"
|
|
772
|
+
]
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"id": "shopify/graphql_query",
|
|
776
|
+
"fields": [
|
|
777
|
+
"long_description"
|
|
778
|
+
]
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"id": "stripe/query",
|
|
782
|
+
"fields": [
|
|
783
|
+
"long_description"
|
|
784
|
+
]
|
|
785
|
+
}
|
|
786
|
+
]
|
|
787
|
+
}
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"version": "0.1.0-alpha.18",
|
|
791
|
+
"date": "2026-08-31",
|
|
792
|
+
"notes": [
|
|
793
|
+
"automation: added get, update, pause, resume, delete, and deps — an existing automation can now be edited and paused in place instead of rebuilt in the target brand.",
|
|
794
|
+
"context: upload retries transient failures, records a resumable run id, and can reconcile what landed against the server by size and checksum (--verify, or the standalone `context verify`).",
|
|
795
|
+
"context: added `context uploads` to list runs that still have unfinished files.",
|
|
796
|
+
"context: a transient server error during upload no longer terminates the whole batch.",
|
|
797
|
+
"changelog: added this file and the `soku changelog` command.",
|
|
798
|
+
"egress: `soku egress -- curl` no longer drops parameters. `--data-urlencode` is now handled (it was skipped entirely, taking its value with it), repeated data flags accumulate with `&` instead of overwriting, and any curl flag the parser does not understand is now a usage error rather than a silent skip.",
|
|
799
|
+
"egress: `--data-urlencode` encoding matches curl byte for byte — a space is `+`, percent-escapes are lowercase.",
|
|
800
|
+
"egress: `-o/--output` writes the response body to that file; `@-` reads a data body from stdin."
|
|
801
|
+
],
|
|
802
|
+
"commands": {
|
|
803
|
+
"added": [
|
|
804
|
+
"automation get",
|
|
805
|
+
"automation update",
|
|
806
|
+
"automation pause",
|
|
807
|
+
"automation resume",
|
|
808
|
+
"automation delete",
|
|
809
|
+
"automation deps",
|
|
810
|
+
"context verify",
|
|
811
|
+
"context uploads",
|
|
812
|
+
"changelog"
|
|
813
|
+
],
|
|
814
|
+
"changed": [
|
|
815
|
+
"context upload",
|
|
816
|
+
"egress"
|
|
817
|
+
],
|
|
818
|
+
"removed": []
|
|
819
|
+
},
|
|
820
|
+
"capabilities": {
|
|
821
|
+
"counts": {
|
|
822
|
+
"before": 253,
|
|
823
|
+
"after": 292,
|
|
824
|
+
"added": 43,
|
|
825
|
+
"removed": 4,
|
|
826
|
+
"changed": 156
|
|
827
|
+
},
|
|
828
|
+
"added": [
|
|
829
|
+
{
|
|
830
|
+
"id": "ads/build_batch_retry_template",
|
|
831
|
+
"mode": "read",
|
|
832
|
+
"description": "Build an editable resubmission template containing only the failed and skipped operations of a finished action-review batch."
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"id": "ads/get_deploy_readiness",
|
|
836
|
+
"mode": "read",
|
|
837
|
+
"description": "Read whether one ad account's synced conversion-event configuration is ready for a conversion-dependent campaign deploy, and which single state blocks it."
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"id": "ads/get_offline_conversion_readiness",
|
|
841
|
+
"mode": "read",
|
|
842
|
+
"description": "Read whether this brand's Google Ads conversion actions and Meta pixels are configured to receive offline (in-store) conversions, and what blocks each one."
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"id": "ads/list_instagram_media",
|
|
846
|
+
"mode": "read",
|
|
847
|
+
"description": "List existing media published by an Instagram Professional Account connected to this Meta ad account."
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"id": "applovin/asset_performance",
|
|
851
|
+
"mode": "read",
|
|
852
|
+
"description": "AppLovin per-asset (image / video / playable) delivery and cost."
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"id": "applovin/campaign_performance",
|
|
856
|
+
"mode": "read",
|
|
857
|
+
"description": "AppLovin campaign-level delivery and cost for a date range."
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"id": "applovin/creative_performance",
|
|
861
|
+
"mode": "read",
|
|
862
|
+
"description": "AppLovin creative-set and ad level delivery for a date range."
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"id": "applovin/list_accounts",
|
|
866
|
+
"mode": "read",
|
|
867
|
+
"description": "List the AppLovin Ads accounts this brand may read reports for."
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"id": "applovin/roas_retention",
|
|
871
|
+
"mode": "read",
|
|
872
|
+
"description": "AppLovin cohort ROAS and retention by campaign for a date range."
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"id": "applovin/run_report",
|
|
876
|
+
"mode": "read",
|
|
877
|
+
"description": "Arbitrary AppLovin advertiser report over an explicit column set."
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"id": "bigquery/get_table_schema",
|
|
881
|
+
"mode": "read",
|
|
882
|
+
"description": "Read one BigQuery table or view's column list (name, type, mode) plus its row and byte counts."
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"id": "bigquery/list_datasets",
|
|
886
|
+
"mode": "read",
|
|
887
|
+
"description": "List the BigQuery datasets in a connected GCP project; returns the dataset_id values the other bigquery.* actions take."
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"id": "bigquery/list_tables",
|
|
891
|
+
"mode": "read",
|
|
892
|
+
"description": "List the tables and views in one BigQuery dataset; returns table_id values plus each entry's type."
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"id": "bigquery/query",
|
|
896
|
+
"mode": "risk",
|
|
897
|
+
"description": "Run one read-only GoogleSQL query against the connected BigQuery project. Always human-reviewed: a person reads the SQL before it runs."
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"id": "doordash/get_sales_summary",
|
|
901
|
+
"mode": "read",
|
|
902
|
+
"description": "DoorDash sales aggregates (orders, fees, marketing, net) — no rows."
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"id": "doordash/list_cancelled_orders",
|
|
906
|
+
"mode": "read",
|
|
907
|
+
"description": "List DoorDash cancelled-order rows with aggregates."
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"id": "doordash/list_orders",
|
|
911
|
+
"mode": "read",
|
|
912
|
+
"description": "List DoorDash order rows (ORDER_DETAIL report) with aggregates."
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"id": "doordash/list_payouts",
|
|
916
|
+
"mode": "read",
|
|
917
|
+
"description": "List DoorDash payout rows (PAYOUT_SUMMARY report) with aggregates."
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"id": "doordash/list_promotion_performance",
|
|
921
|
+
"mode": "read",
|
|
922
|
+
"description": "List DoorDash promotion performance rows."
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"id": "doordash/list_sponsored_listing_performance",
|
|
926
|
+
"mode": "read",
|
|
927
|
+
"description": "List DoorDash Sponsored Listing (ads) performance rows."
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"id": "doordash/list_stores",
|
|
931
|
+
"mode": "read",
|
|
932
|
+
"description": "List the DoorDash stores this brand can read."
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"id": "doordash/list_transactions",
|
|
936
|
+
"mode": "read",
|
|
937
|
+
"description": "List DoorDash per-order transaction rows (fees, refunds, marketing)."
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"id": "guardrails/clear_emergency_stop",
|
|
941
|
+
"mode": "risk",
|
|
942
|
+
"description": "Clear the emergency stop and return the restore whitelist (HITL-gated)."
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"id": "guardrails/list_rules",
|
|
946
|
+
"mode": "read",
|
|
947
|
+
"description": "Read the brand's write-guardrail rules and emergency-stop status."
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"id": "guardrails/remove_rule",
|
|
951
|
+
"mode": "write",
|
|
952
|
+
"description": "Delete one write-guardrail rule by coordinate (HITL-gated)."
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"id": "guardrails/seed_default_pack",
|
|
956
|
+
"mode": "write",
|
|
957
|
+
"description": "Seed the factory default guardrail pack (idempotent, HITL-gated)."
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"id": "guardrails/set_emergency_stop",
|
|
961
|
+
"mode": "risk",
|
|
962
|
+
"description": "Engage the brand's emergency stop for all ads writes (HITL-gated)."
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"id": "guardrails/set_rule",
|
|
966
|
+
"mode": "write",
|
|
967
|
+
"description": "Create or overwrite one write-guardrail rule (HITL-gated)."
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"id": "sprout/list_profiles",
|
|
971
|
+
"mode": "read",
|
|
972
|
+
"description": "List a Sprout Social customer's social profiles and tags (LinkedIn, Facebook, Instagram, X, ...)."
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"id": "sprout/post_analytics",
|
|
976
|
+
"mode": "read",
|
|
977
|
+
"description": "Per-post analytics (impressions, reactions, clicks per published post) for a time range."
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"id": "sprout/profile_analytics",
|
|
981
|
+
"mode": "read",
|
|
982
|
+
"description": "Daily owned-profile analytics (impressions, engagement, follower growth) for a date range."
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"id": "toast/get_order",
|
|
986
|
+
"mode": "read",
|
|
987
|
+
"description": "Get one Toast order in full detail."
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"id": "toast/list_checks",
|
|
991
|
+
"mode": "read",
|
|
992
|
+
"description": "List Toast checks (bills) across a business day or time range."
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"id": "toast/list_orders",
|
|
996
|
+
"mode": "read",
|
|
997
|
+
"description": "List Toast order summaries for a business day or time range."
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"id": "toast/list_payments",
|
|
1001
|
+
"mode": "read",
|
|
1002
|
+
"description": "List Toast payment details for one paid business day."
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"id": "toast/list_refunds",
|
|
1006
|
+
"mode": "read",
|
|
1007
|
+
"description": "List Toast refunds issued on one business day."
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"id": "toast/list_restaurants",
|
|
1011
|
+
"mode": "read",
|
|
1012
|
+
"description": "List the Toast restaurant locations this brand can read."
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"id": "ubereats/get_order",
|
|
1016
|
+
"mode": "read",
|
|
1017
|
+
"description": "Get one Uber Eats order in full detail."
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"id": "ubereats/get_report",
|
|
1021
|
+
"mode": "read",
|
|
1022
|
+
"description": "Poll a requested Uber Eats report and read its rows once ready."
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"id": "ubereats/get_store",
|
|
1026
|
+
"mode": "read",
|
|
1027
|
+
"description": "Get one Uber Eats store's live details."
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"id": "ubereats/list_active_orders",
|
|
1031
|
+
"mode": "read",
|
|
1032
|
+
"description": "List a store's incoming Uber Eats orders (CREATED state only)."
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"id": "ubereats/list_stores",
|
|
1036
|
+
"mode": "read",
|
|
1037
|
+
"description": "List the Uber Eats stores this brand can read (import-time snapshot)."
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"id": "ubereats/request_report",
|
|
1041
|
+
"mode": "read",
|
|
1042
|
+
"description": "Request an async Uber Eats CSV report (sales, payments, financials, history)."
|
|
1043
|
+
}
|
|
1044
|
+
],
|
|
1045
|
+
"removed": [
|
|
1046
|
+
{
|
|
1047
|
+
"id": "org/get_overview",
|
|
1048
|
+
"mode": "read",
|
|
1049
|
+
"description": "Read the current organization's cross-brand overview."
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"id": "org/get_usage_summary",
|
|
1053
|
+
"mode": "read",
|
|
1054
|
+
"description": "Read cross-brand usage, tokens, source split, and spend."
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"id": "org/list_activity",
|
|
1058
|
+
"mode": "read",
|
|
1059
|
+
"description": "List the current organization's merged activity feed."
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"id": "org/list_brands",
|
|
1063
|
+
"mode": "read",
|
|
1064
|
+
"description": "List live brands in the current organization."
|
|
1065
|
+
}
|
|
1066
|
+
],
|
|
1067
|
+
"changed": [
|
|
1068
|
+
{
|
|
1069
|
+
"id": "ads/add_account_negative_keywords",
|
|
1070
|
+
"fields": [
|
|
1071
|
+
"long_description"
|
|
1072
|
+
]
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"id": "ads/add_ad_group_negative_keywords",
|
|
1076
|
+
"fields": [
|
|
1077
|
+
"long_description"
|
|
1078
|
+
]
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"id": "ads/add_audience_targeting",
|
|
1082
|
+
"fields": [
|
|
1083
|
+
"long_description",
|
|
1084
|
+
"input_params"
|
|
1085
|
+
]
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"id": "ads/add_callouts",
|
|
1089
|
+
"fields": [
|
|
1090
|
+
"long_description",
|
|
1091
|
+
"input_params"
|
|
1092
|
+
]
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"id": "ads/add_campaign_ad_units",
|
|
1096
|
+
"fields": [
|
|
1097
|
+
"long_description"
|
|
1098
|
+
]
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"id": "ads/add_campaign_audience_targeting",
|
|
1102
|
+
"fields": [
|
|
1103
|
+
"long_description",
|
|
1104
|
+
"input_params"
|
|
1105
|
+
]
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"id": "ads/add_campaign_negative_keywords",
|
|
1109
|
+
"fields": [
|
|
1110
|
+
"long_description",
|
|
1111
|
+
"input_params"
|
|
1112
|
+
]
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"id": "ads/add_campaign_webpage_exclusion",
|
|
1116
|
+
"fields": [
|
|
1117
|
+
"long_description"
|
|
1118
|
+
]
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"id": "ads/add_keywords",
|
|
1122
|
+
"fields": [
|
|
1123
|
+
"long_description",
|
|
1124
|
+
"input_params"
|
|
1125
|
+
]
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"id": "ads/add_sitelinks",
|
|
1129
|
+
"fields": [
|
|
1130
|
+
"long_description",
|
|
1131
|
+
"input_params"
|
|
1132
|
+
]
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"id": "ads/add_structured_snippets",
|
|
1136
|
+
"fields": [
|
|
1137
|
+
"long_description",
|
|
1138
|
+
"input_params"
|
|
1139
|
+
]
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"id": "ads/apply_ad_group_label",
|
|
1143
|
+
"fields": [
|
|
1144
|
+
"long_description",
|
|
1145
|
+
"input_params"
|
|
1146
|
+
]
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"id": "ads/apply_campaign_label",
|
|
1150
|
+
"fields": [
|
|
1151
|
+
"long_description",
|
|
1152
|
+
"input_params"
|
|
1153
|
+
]
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"id": "ads/apply_label",
|
|
1157
|
+
"fields": [
|
|
1158
|
+
"long_description"
|
|
1159
|
+
]
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"id": "ads/archive_ad",
|
|
1163
|
+
"fields": [
|
|
1164
|
+
"long_description"
|
|
1165
|
+
]
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"id": "ads/archive_ad_group",
|
|
1169
|
+
"fields": [
|
|
1170
|
+
"long_description"
|
|
1171
|
+
]
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"id": "ads/archive_ad_unit",
|
|
1175
|
+
"fields": [
|
|
1176
|
+
"long_description"
|
|
1177
|
+
]
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"id": "ads/archive_lead_form",
|
|
1181
|
+
"fields": [
|
|
1182
|
+
"long_description"
|
|
1183
|
+
]
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"id": "ads/audit_ad_automation_inventory",
|
|
1187
|
+
"fields": [
|
|
1188
|
+
"input_params"
|
|
1189
|
+
]
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"id": "ads/audit_creative_automation",
|
|
1193
|
+
"fields": [
|
|
1194
|
+
"long_description",
|
|
1195
|
+
"input_params"
|
|
1196
|
+
]
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"id": "ads/bulk_create_ad_creatives",
|
|
1200
|
+
"fields": [
|
|
1201
|
+
"long_description"
|
|
1202
|
+
]
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"id": "ads/bulk_create_ads",
|
|
1206
|
+
"fields": [
|
|
1207
|
+
"long_description"
|
|
1208
|
+
]
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"id": "ads/bulk_create_adsets",
|
|
1212
|
+
"fields": [
|
|
1213
|
+
"long_description"
|
|
1214
|
+
]
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"id": "ads/bulk_create_campaigns",
|
|
1218
|
+
"fields": [
|
|
1219
|
+
"long_description"
|
|
1220
|
+
]
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"id": "ads/create_ad",
|
|
1224
|
+
"fields": [
|
|
1225
|
+
"long_description",
|
|
1226
|
+
"platforms",
|
|
1227
|
+
"input_params",
|
|
1228
|
+
"output_shape"
|
|
1229
|
+
]
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"id": "ads/create_ad_creative",
|
|
1233
|
+
"fields": [
|
|
1234
|
+
"long_description",
|
|
1235
|
+
"input_params",
|
|
1236
|
+
"output_shape"
|
|
1237
|
+
]
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"id": "ads/create_ad_group",
|
|
1241
|
+
"fields": [
|
|
1242
|
+
"description",
|
|
1243
|
+
"long_description",
|
|
1244
|
+
"input_params",
|
|
1245
|
+
"output_shape"
|
|
1246
|
+
]
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"id": "ads/create_ad_label",
|
|
1250
|
+
"fields": [
|
|
1251
|
+
"long_description"
|
|
1252
|
+
]
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"id": "ads/create_ad_rule",
|
|
1256
|
+
"fields": [
|
|
1257
|
+
"long_description"
|
|
1258
|
+
]
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"id": "ads/create_ad_unit",
|
|
1262
|
+
"fields": [
|
|
1263
|
+
"long_description"
|
|
1264
|
+
]
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"id": "ads/create_adset",
|
|
1268
|
+
"fields": [
|
|
1269
|
+
"long_description",
|
|
1270
|
+
"input_params",
|
|
1271
|
+
"output_shape"
|
|
1272
|
+
]
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"id": "ads/create_bidding_strategy",
|
|
1276
|
+
"fields": [
|
|
1277
|
+
"long_description"
|
|
1278
|
+
]
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"id": "ads/create_campaign",
|
|
1282
|
+
"fields": [
|
|
1283
|
+
"description",
|
|
1284
|
+
"long_description",
|
|
1285
|
+
"platforms",
|
|
1286
|
+
"input_params",
|
|
1287
|
+
"output_shape"
|
|
1288
|
+
]
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"id": "ads/create_change_history_task",
|
|
1292
|
+
"fields": [
|
|
1293
|
+
"long_description"
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"id": "ads/create_conversion_action",
|
|
1298
|
+
"fields": [
|
|
1299
|
+
"long_description"
|
|
1300
|
+
]
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"id": "ads/create_custom_audience",
|
|
1304
|
+
"fields": [
|
|
1305
|
+
"long_description"
|
|
1306
|
+
]
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"id": "ads/create_gmv_max_campaign",
|
|
1310
|
+
"fields": [
|
|
1311
|
+
"long_description"
|
|
1312
|
+
]
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"id": "ads/create_label",
|
|
1316
|
+
"fields": [
|
|
1317
|
+
"long_description"
|
|
1318
|
+
]
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"id": "ads/create_lead_form",
|
|
1322
|
+
"fields": [
|
|
1323
|
+
"long_description"
|
|
1324
|
+
]
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"id": "ads/create_lookalike_audience",
|
|
1328
|
+
"fields": [
|
|
1329
|
+
"long_description"
|
|
1330
|
+
]
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"id": "ads/create_pixel",
|
|
1334
|
+
"fields": [
|
|
1335
|
+
"long_description"
|
|
1336
|
+
]
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"id": "ads/create_pmax_campaign",
|
|
1340
|
+
"fields": [
|
|
1341
|
+
"long_description"
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"id": "ads/create_product_catalog",
|
|
1346
|
+
"fields": [
|
|
1347
|
+
"long_description"
|
|
1348
|
+
]
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"id": "ads/create_product_feed",
|
|
1352
|
+
"fields": [
|
|
1353
|
+
"long_description"
|
|
1354
|
+
]
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"id": "ads/create_rule_custom_audience",
|
|
1358
|
+
"fields": [
|
|
1359
|
+
"long_description"
|
|
1360
|
+
]
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"id": "ads/create_smart_plus_campaign",
|
|
1364
|
+
"fields": [
|
|
1365
|
+
"long_description"
|
|
1366
|
+
]
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"id": "ads/create_text_asset",
|
|
1370
|
+
"fields": [
|
|
1371
|
+
"long_description"
|
|
1372
|
+
]
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"id": "ads/create_user_list",
|
|
1376
|
+
"fields": [
|
|
1377
|
+
"long_description"
|
|
1378
|
+
]
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"id": "ads/create_youtube_video_asset",
|
|
1382
|
+
"fields": [
|
|
1383
|
+
"long_description"
|
|
1384
|
+
]
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"id": "ads/deploy_image_ads_batch",
|
|
1388
|
+
"fields": [
|
|
1389
|
+
"long_description"
|
|
1390
|
+
]
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"id": "ads/enable_ad_automation_audits",
|
|
1394
|
+
"fields": [
|
|
1395
|
+
"long_description"
|
|
1396
|
+
]
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"id": "ads/establish_automation_baseline",
|
|
1400
|
+
"fields": [
|
|
1401
|
+
"long_description"
|
|
1402
|
+
]
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"id": "ads/estimate_audience_size",
|
|
1406
|
+
"fields": [
|
|
1407
|
+
"freshness_kind"
|
|
1408
|
+
]
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"id": "ads/gaql_search",
|
|
1412
|
+
"fields": [
|
|
1413
|
+
"long_description"
|
|
1414
|
+
]
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"id": "ads/generate_ad_preview",
|
|
1418
|
+
"fields": [
|
|
1419
|
+
"freshness_kind"
|
|
1420
|
+
]
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"id": "ads/generate_ad_units",
|
|
1424
|
+
"fields": [
|
|
1425
|
+
"long_description"
|
|
1426
|
+
]
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"id": "ads/get_account_info",
|
|
1430
|
+
"fields": [
|
|
1431
|
+
"long_description",
|
|
1432
|
+
"platforms",
|
|
1433
|
+
"freshness_kind",
|
|
1434
|
+
"input_params"
|
|
1435
|
+
]
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"id": "ads/get_account_pages",
|
|
1439
|
+
"fields": [
|
|
1440
|
+
"freshness_kind"
|
|
1441
|
+
]
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"id": "ads/get_ad",
|
|
1445
|
+
"fields": [
|
|
1446
|
+
"long_description",
|
|
1447
|
+
"platforms",
|
|
1448
|
+
"freshness_kind",
|
|
1449
|
+
"input_params"
|
|
1450
|
+
]
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"id": "ads/get_ad_creative",
|
|
1454
|
+
"fields": [
|
|
1455
|
+
"freshness_kind"
|
|
1456
|
+
]
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"id": "ads/get_ad_creatives",
|
|
1460
|
+
"fields": [
|
|
1461
|
+
"freshness_kind"
|
|
1462
|
+
]
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"id": "ads/get_ad_group",
|
|
1466
|
+
"fields": [
|
|
1467
|
+
"freshness_kind"
|
|
1468
|
+
]
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"id": "ads/get_adset",
|
|
1472
|
+
"fields": [
|
|
1473
|
+
"freshness_kind"
|
|
1474
|
+
]
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"id": "ads/get_bidding_strategy",
|
|
1478
|
+
"fields": [
|
|
1479
|
+
"freshness_kind"
|
|
1480
|
+
]
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"id": "ads/get_campaign",
|
|
1484
|
+
"fields": [
|
|
1485
|
+
"long_description",
|
|
1486
|
+
"platforms",
|
|
1487
|
+
"freshness_kind",
|
|
1488
|
+
"input_params"
|
|
1489
|
+
]
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"id": "ads/get_connected_instagram_accounts",
|
|
1493
|
+
"fields": [
|
|
1494
|
+
"freshness_kind"
|
|
1495
|
+
]
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"id": "ads/get_conversion_tracking_snippets",
|
|
1499
|
+
"fields": [
|
|
1500
|
+
"freshness_kind"
|
|
1501
|
+
]
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"id": "ads/get_data_readiness",
|
|
1505
|
+
"fields": [
|
|
1506
|
+
"platforms"
|
|
1507
|
+
]
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"id": "ads/get_insights",
|
|
1511
|
+
"fields": [
|
|
1512
|
+
"long_description",
|
|
1513
|
+
"platforms",
|
|
1514
|
+
"freshness_kind",
|
|
1515
|
+
"input_params"
|
|
1516
|
+
]
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"id": "ads/get_leads",
|
|
1520
|
+
"fields": [
|
|
1521
|
+
"freshness_kind"
|
|
1522
|
+
]
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"id": "ads/get_pmax_campaign",
|
|
1526
|
+
"fields": [
|
|
1527
|
+
"freshness_kind"
|
|
1528
|
+
]
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"id": "ads/get_recommendations",
|
|
1532
|
+
"fields": [
|
|
1533
|
+
"freshness_kind"
|
|
1534
|
+
]
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"id": "ads/get_resource_metadata",
|
|
1538
|
+
"fields": [
|
|
1539
|
+
"long_description"
|
|
1540
|
+
]
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"id": "ads/get_tree_structure",
|
|
1544
|
+
"fields": [
|
|
1545
|
+
"freshness_kind"
|
|
1546
|
+
]
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"id": "ads/list_account_negative_keywords",
|
|
1550
|
+
"fields": [
|
|
1551
|
+
"freshness_kind"
|
|
1552
|
+
]
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"id": "ads/list_ad_accounts",
|
|
1556
|
+
"fields": [
|
|
1557
|
+
"platforms"
|
|
1558
|
+
]
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"id": "ads/list_ad_creatives",
|
|
1562
|
+
"fields": [
|
|
1563
|
+
"freshness_kind"
|
|
1564
|
+
]
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"id": "ads/list_ad_group_negative_keywords",
|
|
1568
|
+
"fields": [
|
|
1569
|
+
"freshness_kind"
|
|
1570
|
+
]
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"id": "ads/list_ad_groups",
|
|
1574
|
+
"fields": [
|
|
1575
|
+
"freshness_kind"
|
|
1576
|
+
]
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"id": "ads/list_ad_labels",
|
|
1580
|
+
"fields": [
|
|
1581
|
+
"freshness_kind"
|
|
1582
|
+
]
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"id": "ads/list_ad_rules",
|
|
1586
|
+
"fields": [
|
|
1587
|
+
"long_description",
|
|
1588
|
+
"freshness_kind",
|
|
1589
|
+
"input_params",
|
|
1590
|
+
"output_shape"
|
|
1591
|
+
]
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"id": "ads/list_ads",
|
|
1595
|
+
"fields": [
|
|
1596
|
+
"long_description",
|
|
1597
|
+
"platforms",
|
|
1598
|
+
"freshness_kind",
|
|
1599
|
+
"input_params"
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"id": "ads/list_adsets",
|
|
1604
|
+
"fields": [
|
|
1605
|
+
"freshness_kind"
|
|
1606
|
+
]
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"id": "ads/list_bidding_strategies",
|
|
1610
|
+
"fields": [
|
|
1611
|
+
"freshness_kind"
|
|
1612
|
+
]
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"id": "ads/list_brand_campaigns",
|
|
1616
|
+
"fields": [
|
|
1617
|
+
"platforms"
|
|
1618
|
+
]
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"id": "ads/list_campaign_negative_keywords",
|
|
1622
|
+
"fields": [
|
|
1623
|
+
"freshness_kind"
|
|
1624
|
+
]
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"id": "ads/list_campaigns",
|
|
1628
|
+
"fields": [
|
|
1629
|
+
"long_description",
|
|
1630
|
+
"platforms",
|
|
1631
|
+
"freshness_kind",
|
|
1632
|
+
"input_params"
|
|
1633
|
+
]
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"id": "ads/list_conversion_actions",
|
|
1637
|
+
"fields": [
|
|
1638
|
+
"long_description",
|
|
1639
|
+
"see_also"
|
|
1640
|
+
]
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"id": "ads/list_countries",
|
|
1644
|
+
"fields": [
|
|
1645
|
+
"freshness_kind"
|
|
1646
|
+
]
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"id": "ads/list_custom_audiences",
|
|
1650
|
+
"fields": [
|
|
1651
|
+
"freshness_kind"
|
|
1652
|
+
]
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"id": "ads/list_customers",
|
|
1656
|
+
"fields": [
|
|
1657
|
+
"freshness_kind"
|
|
1658
|
+
]
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"id": "ads/list_dimensions",
|
|
1662
|
+
"fields": [
|
|
1663
|
+
"platforms"
|
|
1664
|
+
]
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"id": "ads/list_languages",
|
|
1668
|
+
"fields": [
|
|
1669
|
+
"freshness_kind"
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"id": "ads/list_lead_forms",
|
|
1674
|
+
"fields": [
|
|
1675
|
+
"freshness_kind"
|
|
1676
|
+
]
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"id": "ads/list_operation_records",
|
|
1680
|
+
"fields": [
|
|
1681
|
+
"platforms"
|
|
1682
|
+
]
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"id": "ads/list_pixels",
|
|
1686
|
+
"fields": [
|
|
1687
|
+
"freshness_kind"
|
|
1688
|
+
]
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"id": "ads/list_saved_audiences",
|
|
1692
|
+
"fields": [
|
|
1693
|
+
"freshness_kind"
|
|
1694
|
+
]
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"id": "ads/migrate_legacy_ad_units",
|
|
1698
|
+
"fields": [
|
|
1699
|
+
"long_description"
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"id": "ads/query_single_dimension",
|
|
1704
|
+
"fields": [
|
|
1705
|
+
"long_description",
|
|
1706
|
+
"platforms"
|
|
1707
|
+
]
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"id": "ads/register_automation_copy",
|
|
1711
|
+
"fields": [
|
|
1712
|
+
"long_description"
|
|
1713
|
+
]
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"id": "ads/remove_account_negative_keywords",
|
|
1717
|
+
"fields": [
|
|
1718
|
+
"long_description"
|
|
1719
|
+
]
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"id": "ads/remove_ad",
|
|
1723
|
+
"fields": [
|
|
1724
|
+
"long_description",
|
|
1725
|
+
"platforms",
|
|
1726
|
+
"input_params"
|
|
1727
|
+
]
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"id": "ads/remove_ad_creative",
|
|
1731
|
+
"fields": [
|
|
1732
|
+
"long_description"
|
|
1733
|
+
]
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"id": "ads/remove_ad_group",
|
|
1737
|
+
"fields": [
|
|
1738
|
+
"long_description"
|
|
1739
|
+
]
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"id": "ads/remove_ad_group_label",
|
|
1743
|
+
"fields": [
|
|
1744
|
+
"long_description"
|
|
1745
|
+
]
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"id": "ads/remove_ad_group_negative_keywords",
|
|
1749
|
+
"fields": [
|
|
1750
|
+
"long_description"
|
|
1751
|
+
]
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"id": "ads/remove_ad_rule",
|
|
1755
|
+
"fields": [
|
|
1756
|
+
"long_description"
|
|
1757
|
+
]
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"id": "ads/remove_adset",
|
|
1761
|
+
"fields": [
|
|
1762
|
+
"long_description"
|
|
1763
|
+
]
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"id": "ads/remove_audience_targeting",
|
|
1767
|
+
"fields": [
|
|
1768
|
+
"long_description"
|
|
1769
|
+
]
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"id": "ads/remove_bidding_strategy",
|
|
1773
|
+
"fields": [
|
|
1774
|
+
"long_description"
|
|
1775
|
+
]
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"id": "ads/remove_campaign",
|
|
1779
|
+
"fields": [
|
|
1780
|
+
"long_description",
|
|
1781
|
+
"platforms",
|
|
1782
|
+
"input_params"
|
|
1783
|
+
]
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"id": "ads/remove_campaign_assets",
|
|
1787
|
+
"fields": [
|
|
1788
|
+
"long_description"
|
|
1789
|
+
]
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"id": "ads/remove_campaign_audience_targeting",
|
|
1793
|
+
"fields": [
|
|
1794
|
+
"long_description"
|
|
1795
|
+
]
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"id": "ads/remove_campaign_label",
|
|
1799
|
+
"fields": [
|
|
1800
|
+
"long_description"
|
|
1801
|
+
]
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"id": "ads/remove_campaign_negative_keywords",
|
|
1805
|
+
"fields": [
|
|
1806
|
+
"long_description"
|
|
1807
|
+
]
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"id": "ads/remove_conversion_action",
|
|
1811
|
+
"fields": [
|
|
1812
|
+
"long_description"
|
|
1813
|
+
]
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"id": "ads/remove_custom_audience",
|
|
1817
|
+
"fields": [
|
|
1818
|
+
"long_description"
|
|
1819
|
+
]
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"id": "ads/remove_keyword",
|
|
1823
|
+
"fields": [
|
|
1824
|
+
"long_description"
|
|
1825
|
+
]
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"id": "ads/remove_label",
|
|
1829
|
+
"fields": [
|
|
1830
|
+
"long_description"
|
|
1831
|
+
]
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"id": "ads/remove_product_catalog",
|
|
1835
|
+
"fields": [
|
|
1836
|
+
"long_description"
|
|
1837
|
+
]
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"id": "ads/remove_product_feed",
|
|
1841
|
+
"fields": [
|
|
1842
|
+
"long_description"
|
|
1843
|
+
]
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
"id": "ads/replace_campaign_ad_units",
|
|
1847
|
+
"fields": [
|
|
1848
|
+
"long_description"
|
|
1849
|
+
]
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"id": "ads/resolve_terms",
|
|
1853
|
+
"fields": [
|
|
1854
|
+
"platforms"
|
|
1855
|
+
]
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"id": "ads/search_geo_locations",
|
|
1859
|
+
"fields": [
|
|
1860
|
+
"freshness_kind"
|
|
1861
|
+
]
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"id": "ads/search_interests",
|
|
1865
|
+
"fields": [
|
|
1866
|
+
"freshness_kind"
|
|
1867
|
+
]
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"id": "ads/send_conversion_event",
|
|
1871
|
+
"fields": [
|
|
1872
|
+
"long_description",
|
|
1873
|
+
"input_params"
|
|
1874
|
+
]
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"id": "ads/set_ad_schedule",
|
|
1878
|
+
"fields": [
|
|
1879
|
+
"long_description",
|
|
1880
|
+
"input_params"
|
|
1881
|
+
]
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"id": "ads/set_bid_modifier",
|
|
1885
|
+
"fields": [
|
|
1886
|
+
"long_description",
|
|
1887
|
+
"input_params"
|
|
1888
|
+
]
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"id": "ads/set_final_url_suffix",
|
|
1892
|
+
"fields": [
|
|
1893
|
+
"long_description",
|
|
1894
|
+
"input_params"
|
|
1895
|
+
]
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"id": "ads/set_geo_targeting",
|
|
1899
|
+
"fields": [
|
|
1900
|
+
"long_description",
|
|
1901
|
+
"input_params"
|
|
1902
|
+
]
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"id": "ads/set_language_targeting",
|
|
1906
|
+
"fields": [
|
|
1907
|
+
"long_description",
|
|
1908
|
+
"input_params"
|
|
1909
|
+
]
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"id": "ads/set_network_settings",
|
|
1913
|
+
"fields": [
|
|
1914
|
+
"long_description",
|
|
1915
|
+
"input_params"
|
|
1916
|
+
]
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"id": "ads/update_ad",
|
|
1920
|
+
"fields": [
|
|
1921
|
+
"long_description",
|
|
1922
|
+
"platforms",
|
|
1923
|
+
"input_params"
|
|
1924
|
+
]
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"id": "ads/update_ad_group",
|
|
1928
|
+
"fields": [
|
|
1929
|
+
"long_description",
|
|
1930
|
+
"input_params",
|
|
1931
|
+
"output_shape"
|
|
1932
|
+
]
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"id": "ads/update_ad_rule",
|
|
1936
|
+
"fields": [
|
|
1937
|
+
"long_description"
|
|
1938
|
+
]
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"id": "ads/update_adset",
|
|
1942
|
+
"fields": [
|
|
1943
|
+
"long_description",
|
|
1944
|
+
"input_params",
|
|
1945
|
+
"output_shape"
|
|
1946
|
+
]
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"id": "ads/update_bidding_strategy",
|
|
1950
|
+
"fields": [
|
|
1951
|
+
"long_description"
|
|
1952
|
+
]
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"id": "ads/update_campaign",
|
|
1956
|
+
"fields": [
|
|
1957
|
+
"long_description",
|
|
1958
|
+
"platforms",
|
|
1959
|
+
"input_params",
|
|
1960
|
+
"output_shape"
|
|
1961
|
+
]
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"id": "ads/update_conversion_action",
|
|
1965
|
+
"fields": [
|
|
1966
|
+
"long_description"
|
|
1967
|
+
]
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"id": "ads/update_custom_audience",
|
|
1971
|
+
"fields": [
|
|
1972
|
+
"long_description"
|
|
1973
|
+
]
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"id": "ads/update_gmv_max_campaign",
|
|
1977
|
+
"fields": [
|
|
1978
|
+
"long_description"
|
|
1979
|
+
]
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"id": "ads/update_keyword",
|
|
1983
|
+
"fields": [
|
|
1984
|
+
"long_description"
|
|
1985
|
+
]
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"id": "ads/update_pixel",
|
|
1989
|
+
"fields": [
|
|
1990
|
+
"long_description"
|
|
1991
|
+
]
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"id": "ads/update_product_catalog",
|
|
1995
|
+
"fields": [
|
|
1996
|
+
"long_description"
|
|
1997
|
+
]
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"id": "ads/update_product_feed",
|
|
2001
|
+
"fields": [
|
|
2002
|
+
"long_description"
|
|
2003
|
+
]
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"id": "ads/update_smart_plus_campaign",
|
|
2007
|
+
"fields": [
|
|
2008
|
+
"long_description"
|
|
2009
|
+
]
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"id": "ads/update_smart_plus_campaign_status",
|
|
2013
|
+
"fields": [
|
|
2014
|
+
"long_description"
|
|
2015
|
+
]
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"id": "ads/update_user_list",
|
|
2019
|
+
"fields": [
|
|
2020
|
+
"long_description"
|
|
2021
|
+
]
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"id": "ads/upload_custom_audience_file",
|
|
2025
|
+
"fields": [
|
|
2026
|
+
"long_description"
|
|
2027
|
+
]
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"id": "ads/upload_image",
|
|
2031
|
+
"fields": [
|
|
2032
|
+
"long_description"
|
|
2033
|
+
]
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"id": "ads/upload_image_asset",
|
|
2037
|
+
"fields": [
|
|
2038
|
+
"long_description"
|
|
2039
|
+
]
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"id": "ads/upload_images",
|
|
2043
|
+
"fields": [
|
|
2044
|
+
"long_description"
|
|
2045
|
+
]
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"id": "ads/upload_video",
|
|
2049
|
+
"fields": [
|
|
2050
|
+
"long_description"
|
|
2051
|
+
]
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"id": "gsc/query_search_analytics",
|
|
2055
|
+
"fields": [
|
|
2056
|
+
"long_description"
|
|
2057
|
+
]
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"id": "integration/byo_mcp_read_tool",
|
|
2061
|
+
"fields": [
|
|
2062
|
+
"freshness_kind"
|
|
2063
|
+
]
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"id": "integration/list_tools",
|
|
2067
|
+
"fields": [
|
|
2068
|
+
"freshness_kind"
|
|
2069
|
+
]
|
|
2070
|
+
}
|
|
2071
|
+
]
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"version": "0.1.0-alpha.17",
|
|
2076
|
+
"date": "2026-08-03",
|
|
2077
|
+
"notes": [],
|
|
2078
|
+
"commands": {
|
|
2079
|
+
"added": [],
|
|
2080
|
+
"changed": [],
|
|
2081
|
+
"removed": []
|
|
2082
|
+
},
|
|
2083
|
+
"capabilities": {
|
|
2084
|
+
"counts": {
|
|
2085
|
+
"before": 246,
|
|
2086
|
+
"after": 253,
|
|
2087
|
+
"added": 7,
|
|
2088
|
+
"removed": 0,
|
|
2089
|
+
"changed": 8
|
|
2090
|
+
},
|
|
2091
|
+
"added": [
|
|
2092
|
+
{
|
|
2093
|
+
"id": "ads/add_campaign_webpage_exclusion",
|
|
2094
|
+
"mode": "risk",
|
|
2095
|
+
"description": "Exclude webpages (URL paths, page titles, content) from a Google campaign via negative WEBPAGE criteria; review-gated."
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"id": "ads/audit_ad_automation_inventory",
|
|
2099
|
+
"mode": "read",
|
|
2100
|
+
"description": "Read-only paginated TikTok, Google, Meta, or ChatGPT Ads audit of every automation baseline currently tracked for one brand-scoped ad account."
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"id": "ads/audit_creative_automation",
|
|
2104
|
+
"mode": "read",
|
|
2105
|
+
"description": "Read-only drift audit: compare a Meta creative's or Google campaign's live AI-automation settings against the approved intent baseline."
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"id": "ads/enable_ad_automation_audits",
|
|
2109
|
+
"mode": "risk",
|
|
2110
|
+
"description": "HITL provision or recover the current brand's 48-hour and weekly full-current-state Google, Meta, TikTok, and ChatGPT Ads automation audits."
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"id": "ads/establish_automation_baseline",
|
|
2114
|
+
"mode": "risk",
|
|
2115
|
+
"description": "HITL Google, Meta, TikTok, or ChatGPT Ads confirmation of a fresh provider state as a human baseline."
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"id": "ads/preview_automation_baseline",
|
|
2119
|
+
"mode": "read",
|
|
2120
|
+
"description": "Read-only Google, Meta, TikTok, or ChatGPT Ads automation observation and identity-bound approval digest."
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"id": "ads/register_automation_copy",
|
|
2124
|
+
"mode": "risk",
|
|
2125
|
+
"description": "HITL register a Google, Meta, TikTok, or ChatGPT Ads copy from one authoritative automation intent."
|
|
2126
|
+
}
|
|
2127
|
+
],
|
|
2128
|
+
"removed": [],
|
|
2129
|
+
"changed": [
|
|
2130
|
+
{
|
|
2131
|
+
"id": "ads/create_ad",
|
|
2132
|
+
"fields": [
|
|
2133
|
+
"input_params"
|
|
2134
|
+
]
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"id": "ads/create_ad_creative",
|
|
2138
|
+
"fields": [
|
|
2139
|
+
"input_params"
|
|
2140
|
+
]
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"id": "ads/create_ad_group",
|
|
2144
|
+
"fields": [
|
|
2145
|
+
"input_params"
|
|
2146
|
+
]
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"id": "ads/create_campaign",
|
|
2150
|
+
"fields": [
|
|
2151
|
+
"input_params"
|
|
2152
|
+
]
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"id": "ads/create_pmax_campaign",
|
|
2156
|
+
"fields": [
|
|
2157
|
+
"input_params"
|
|
2158
|
+
]
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"id": "ads/migrate_legacy_ad_units",
|
|
2162
|
+
"fields": [
|
|
2163
|
+
"long_description",
|
|
2164
|
+
"input_params"
|
|
2165
|
+
]
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"id": "ads/update_ad",
|
|
2169
|
+
"fields": [
|
|
2170
|
+
"input_params"
|
|
2171
|
+
]
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"id": "ads/update_campaign",
|
|
2175
|
+
"fields": [
|
|
2176
|
+
"long_description",
|
|
2177
|
+
"input_params"
|
|
2178
|
+
]
|
|
2179
|
+
}
|
|
2180
|
+
]
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"version": "0.1.0-alpha.16",
|
|
2185
|
+
"date": "2026-07-30",
|
|
2186
|
+
"notes": [],
|
|
2187
|
+
"commands": {
|
|
2188
|
+
"added": [],
|
|
2189
|
+
"changed": [],
|
|
2190
|
+
"removed": []
|
|
2191
|
+
},
|
|
2192
|
+
"capabilities": {
|
|
2193
|
+
"counts": {
|
|
2194
|
+
"before": 246,
|
|
2195
|
+
"after": 246,
|
|
2196
|
+
"added": 0,
|
|
2197
|
+
"removed": 0,
|
|
2198
|
+
"changed": 0
|
|
2199
|
+
},
|
|
2200
|
+
"added": [],
|
|
2201
|
+
"removed": [],
|
|
2202
|
+
"changed": []
|
|
2203
|
+
}
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"version": "0.1.0-alpha.15",
|
|
2207
|
+
"date": "2026-07-30",
|
|
2208
|
+
"notes": [
|
|
2209
|
+
"First release published from this repository, with 246 capabilities.",
|
|
2210
|
+
"No earlier manifest exists here to diff against: the alpha.14 manifest lived in the monorepo before the CLI was extracted."
|
|
2211
|
+
],
|
|
2212
|
+
"commands": {
|
|
2213
|
+
"added": [],
|
|
2214
|
+
"changed": [],
|
|
2215
|
+
"removed": []
|
|
2216
|
+
},
|
|
2217
|
+
"capabilities": {
|
|
2218
|
+
"counts": {
|
|
2219
|
+
"before": 0,
|
|
2220
|
+
"after": 246,
|
|
2221
|
+
"added": 0,
|
|
2222
|
+
"removed": 0,
|
|
2223
|
+
"changed": 0
|
|
2224
|
+
},
|
|
2225
|
+
"added": [],
|
|
2226
|
+
"removed": [],
|
|
2227
|
+
"changed": [],
|
|
2228
|
+
"baseline": true
|
|
2229
|
+
}
|
|
2230
|
+
}
|
|
2231
|
+
]
|
|
2232
|
+
}
|