@respira/wordpress-mcp-server 8.3.11 → 8.3.12
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/CHANGELOG.md +6 -0
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +2059 -206
- package/dist/server.js.map +1 -1
- package/package.json +4 -3
package/dist/server.js
CHANGED
|
@@ -2153,7 +2153,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2153
2153
|
},
|
|
2154
2154
|
},
|
|
2155
2155
|
},
|
|
2156
|
-
|
|
2156
|
+
annotations: {
|
|
2157
|
+
title: "Site Context",
|
|
2158
|
+
readOnlyHint: true,
|
|
2159
|
+
destructiveHint: false,
|
|
2160
|
+
idempotentHint: true,
|
|
2161
|
+
openWorldHint: false,
|
|
2162
|
+
},
|
|
2157
2163
|
},
|
|
2158
2164
|
{
|
|
2159
2165
|
name: 'wordpress_list_sites',
|
|
@@ -2162,7 +2168,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2162
2168
|
type: 'object',
|
|
2163
2169
|
properties: {},
|
|
2164
2170
|
},
|
|
2165
|
-
|
|
2171
|
+
annotations: {
|
|
2172
|
+
title: "List Sites",
|
|
2173
|
+
readOnlyHint: true,
|
|
2174
|
+
destructiveHint: false,
|
|
2175
|
+
idempotentHint: true,
|
|
2176
|
+
openWorldHint: false,
|
|
2177
|
+
},
|
|
2166
2178
|
},
|
|
2167
2179
|
{
|
|
2168
2180
|
name: 'wordpress_get_divi_migration_readiness',
|
|
@@ -2176,7 +2188,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2176
2188
|
type: 'object',
|
|
2177
2189
|
properties: {},
|
|
2178
2190
|
},
|
|
2179
|
-
|
|
2191
|
+
annotations: {
|
|
2192
|
+
title: "Divi Migration Readiness",
|
|
2193
|
+
readOnlyHint: true,
|
|
2194
|
+
destructiveHint: false,
|
|
2195
|
+
idempotentHint: true,
|
|
2196
|
+
openWorldHint: false,
|
|
2197
|
+
},
|
|
2180
2198
|
},
|
|
2181
2199
|
{
|
|
2182
2200
|
name: 'wordpress_search_abilities',
|
|
@@ -2192,7 +2210,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2192
2210
|
limit: { type: 'number', description: 'Maximum results, 1–100 (default 20).' },
|
|
2193
2211
|
},
|
|
2194
2212
|
},
|
|
2195
|
-
|
|
2213
|
+
annotations: {
|
|
2214
|
+
title: "Search Abilities",
|
|
2215
|
+
readOnlyHint: true,
|
|
2216
|
+
destructiveHint: false,
|
|
2217
|
+
idempotentHint: true,
|
|
2218
|
+
openWorldHint: false,
|
|
2219
|
+
},
|
|
2196
2220
|
},
|
|
2197
2221
|
{
|
|
2198
2222
|
name: 'wordpress_abilities_gap_report',
|
|
@@ -2204,7 +2228,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2204
2228
|
type: 'object',
|
|
2205
2229
|
properties: {},
|
|
2206
2230
|
},
|
|
2207
|
-
|
|
2231
|
+
annotations: {
|
|
2232
|
+
title: "Abilities Gap Report",
|
|
2233
|
+
readOnlyHint: true,
|
|
2234
|
+
destructiveHint: false,
|
|
2235
|
+
idempotentHint: true,
|
|
2236
|
+
openWorldHint: false,
|
|
2237
|
+
},
|
|
2208
2238
|
},
|
|
2209
2239
|
{
|
|
2210
2240
|
name: 'wordpress_invoke_ability',
|
|
@@ -2227,6 +2257,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2227
2257
|
},
|
|
2228
2258
|
required: ['ability'],
|
|
2229
2259
|
},
|
|
2260
|
+
annotations: {
|
|
2261
|
+
title: "Invoke Ability",
|
|
2262
|
+
readOnlyHint: false,
|
|
2263
|
+
destructiveHint: true,
|
|
2264
|
+
idempotentHint: false,
|
|
2265
|
+
openWorldHint: false,
|
|
2266
|
+
},
|
|
2230
2267
|
},
|
|
2231
2268
|
{
|
|
2232
2269
|
name: 'wordpress_get_active_site',
|
|
@@ -2235,7 +2272,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2235
2272
|
type: 'object',
|
|
2236
2273
|
properties: {},
|
|
2237
2274
|
},
|
|
2238
|
-
|
|
2275
|
+
annotations: {
|
|
2276
|
+
title: "Active Site",
|
|
2277
|
+
readOnlyHint: true,
|
|
2278
|
+
destructiveHint: false,
|
|
2279
|
+
idempotentHint: true,
|
|
2280
|
+
openWorldHint: false,
|
|
2281
|
+
},
|
|
2239
2282
|
},
|
|
2240
2283
|
{
|
|
2241
2284
|
name: 'wordpress_get_theme_docs',
|
|
@@ -2244,7 +2287,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2244
2287
|
type: 'object',
|
|
2245
2288
|
properties: {},
|
|
2246
2289
|
},
|
|
2247
|
-
|
|
2290
|
+
annotations: {
|
|
2291
|
+
title: "Theme Documentation",
|
|
2292
|
+
readOnlyHint: true,
|
|
2293
|
+
destructiveHint: false,
|
|
2294
|
+
idempotentHint: true,
|
|
2295
|
+
openWorldHint: false,
|
|
2296
|
+
},
|
|
2248
2297
|
},
|
|
2249
2298
|
{
|
|
2250
2299
|
name: 'wordpress_get_builder_info',
|
|
@@ -2258,7 +2307,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2258
2307
|
},
|
|
2259
2308
|
},
|
|
2260
2309
|
},
|
|
2261
|
-
|
|
2310
|
+
annotations: {
|
|
2311
|
+
title: "Builder Info",
|
|
2312
|
+
readOnlyHint: true,
|
|
2313
|
+
destructiveHint: false,
|
|
2314
|
+
idempotentHint: true,
|
|
2315
|
+
openWorldHint: false,
|
|
2316
|
+
},
|
|
2262
2317
|
},
|
|
2263
2318
|
{
|
|
2264
2319
|
name: 'wordpress_list_pages',
|
|
@@ -2288,7 +2343,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2288
2343
|
},
|
|
2289
2344
|
},
|
|
2290
2345
|
},
|
|
2291
|
-
|
|
2346
|
+
annotations: {
|
|
2347
|
+
title: "List Pages",
|
|
2348
|
+
readOnlyHint: true,
|
|
2349
|
+
destructiveHint: false,
|
|
2350
|
+
idempotentHint: true,
|
|
2351
|
+
openWorldHint: false,
|
|
2352
|
+
},
|
|
2292
2353
|
},
|
|
2293
2354
|
{
|
|
2294
2355
|
name: 'wordpress_read_page',
|
|
@@ -2307,7 +2368,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2307
2368
|
},
|
|
2308
2369
|
required: ['id'],
|
|
2309
2370
|
},
|
|
2310
|
-
|
|
2371
|
+
annotations: {
|
|
2372
|
+
title: "Read Page",
|
|
2373
|
+
readOnlyHint: true,
|
|
2374
|
+
destructiveHint: false,
|
|
2375
|
+
idempotentHint: true,
|
|
2376
|
+
openWorldHint: false,
|
|
2377
|
+
},
|
|
2311
2378
|
},
|
|
2312
2379
|
{
|
|
2313
2380
|
name: 'wordpress_create_page_duplicate',
|
|
@@ -2326,6 +2393,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2326
2393
|
},
|
|
2327
2394
|
required: ['original_id'],
|
|
2328
2395
|
},
|
|
2396
|
+
annotations: {
|
|
2397
|
+
title: "Duplicate Page",
|
|
2398
|
+
readOnlyHint: false,
|
|
2399
|
+
destructiveHint: false,
|
|
2400
|
+
idempotentHint: false,
|
|
2401
|
+
openWorldHint: false,
|
|
2402
|
+
},
|
|
2329
2403
|
},
|
|
2330
2404
|
{
|
|
2331
2405
|
name: 'wordpress_update_page',
|
|
@@ -2385,7 +2459,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2385
2459
|
},
|
|
2386
2460
|
required: ['id'],
|
|
2387
2461
|
},
|
|
2388
|
-
|
|
2462
|
+
annotations: {
|
|
2463
|
+
title: "Update Page",
|
|
2464
|
+
readOnlyHint: false,
|
|
2465
|
+
destructiveHint: true,
|
|
2466
|
+
idempotentHint: true,
|
|
2467
|
+
openWorldHint: false,
|
|
2468
|
+
},
|
|
2389
2469
|
},
|
|
2390
2470
|
{
|
|
2391
2471
|
name: 'wordpress_delete_page',
|
|
@@ -2412,7 +2492,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2412
2492
|
},
|
|
2413
2493
|
required: ['id'],
|
|
2414
2494
|
},
|
|
2415
|
-
|
|
2495
|
+
annotations: {
|
|
2496
|
+
title: "Delete Page",
|
|
2497
|
+
readOnlyHint: false,
|
|
2498
|
+
destructiveHint: true,
|
|
2499
|
+
idempotentHint: true,
|
|
2500
|
+
openWorldHint: false,
|
|
2501
|
+
},
|
|
2416
2502
|
},
|
|
2417
2503
|
{
|
|
2418
2504
|
name: 'wordpress_list_posts',
|
|
@@ -2442,7 +2528,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2442
2528
|
},
|
|
2443
2529
|
},
|
|
2444
2530
|
},
|
|
2445
|
-
|
|
2531
|
+
annotations: {
|
|
2532
|
+
title: "List Posts",
|
|
2533
|
+
readOnlyHint: true,
|
|
2534
|
+
destructiveHint: false,
|
|
2535
|
+
idempotentHint: true,
|
|
2536
|
+
openWorldHint: false,
|
|
2537
|
+
},
|
|
2446
2538
|
},
|
|
2447
2539
|
{
|
|
2448
2540
|
name: 'wordpress_read_post',
|
|
@@ -2461,7 +2553,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2461
2553
|
},
|
|
2462
2554
|
required: ['id'],
|
|
2463
2555
|
},
|
|
2464
|
-
|
|
2556
|
+
annotations: {
|
|
2557
|
+
title: "Read Post",
|
|
2558
|
+
readOnlyHint: true,
|
|
2559
|
+
destructiveHint: false,
|
|
2560
|
+
idempotentHint: true,
|
|
2561
|
+
openWorldHint: false,
|
|
2562
|
+
},
|
|
2465
2563
|
},
|
|
2466
2564
|
{
|
|
2467
2565
|
name: 'wordpress_create_post_duplicate',
|
|
@@ -2480,6 +2578,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2480
2578
|
},
|
|
2481
2579
|
required: ['original_id'],
|
|
2482
2580
|
},
|
|
2581
|
+
annotations: {
|
|
2582
|
+
title: "Duplicate Post",
|
|
2583
|
+
readOnlyHint: false,
|
|
2584
|
+
destructiveHint: false,
|
|
2585
|
+
idempotentHint: false,
|
|
2586
|
+
openWorldHint: false,
|
|
2587
|
+
},
|
|
2483
2588
|
},
|
|
2484
2589
|
{
|
|
2485
2590
|
name: 'respira_duplicate_with_translations',
|
|
@@ -2507,6 +2612,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2507
2612
|
},
|
|
2508
2613
|
required: ['post_id'],
|
|
2509
2614
|
},
|
|
2615
|
+
annotations: {
|
|
2616
|
+
title: "Duplicate With Translations",
|
|
2617
|
+
readOnlyHint: false,
|
|
2618
|
+
destructiveHint: false,
|
|
2619
|
+
idempotentHint: false,
|
|
2620
|
+
openWorldHint: false,
|
|
2621
|
+
},
|
|
2510
2622
|
},
|
|
2511
2623
|
{
|
|
2512
2624
|
name: 'wordpress_get_translations',
|
|
@@ -2519,6 +2631,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2519
2631
|
},
|
|
2520
2632
|
required: ['id'],
|
|
2521
2633
|
},
|
|
2634
|
+
annotations: {
|
|
2635
|
+
title: "Get Translations",
|
|
2636
|
+
readOnlyHint: true,
|
|
2637
|
+
destructiveHint: false,
|
|
2638
|
+
idempotentHint: true,
|
|
2639
|
+
openWorldHint: false,
|
|
2640
|
+
},
|
|
2522
2641
|
},
|
|
2523
2642
|
{
|
|
2524
2643
|
name: 'wordpress_create_translation',
|
|
@@ -2533,6 +2652,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2533
2652
|
},
|
|
2534
2653
|
required: ['source_id', 'target_language'],
|
|
2535
2654
|
},
|
|
2655
|
+
annotations: {
|
|
2656
|
+
title: "Create Translation",
|
|
2657
|
+
readOnlyHint: false,
|
|
2658
|
+
destructiveHint: false,
|
|
2659
|
+
idempotentHint: false,
|
|
2660
|
+
openWorldHint: false,
|
|
2661
|
+
},
|
|
2536
2662
|
},
|
|
2537
2663
|
{
|
|
2538
2664
|
name: 'wordpress_update_translation',
|
|
@@ -2548,6 +2674,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2548
2674
|
},
|
|
2549
2675
|
required: ['source_id', 'target_language'],
|
|
2550
2676
|
},
|
|
2677
|
+
annotations: {
|
|
2678
|
+
title: "Update Translation",
|
|
2679
|
+
readOnlyHint: false,
|
|
2680
|
+
destructiveHint: true,
|
|
2681
|
+
idempotentHint: true,
|
|
2682
|
+
openWorldHint: false,
|
|
2683
|
+
},
|
|
2551
2684
|
},
|
|
2552
2685
|
{
|
|
2553
2686
|
name: 'wordpress_list_theme_builder_templates',
|
|
@@ -2556,6 +2689,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2556
2689
|
type: 'object',
|
|
2557
2690
|
properties: {},
|
|
2558
2691
|
},
|
|
2692
|
+
annotations: {
|
|
2693
|
+
title: "List Theme Templates",
|
|
2694
|
+
readOnlyHint: true,
|
|
2695
|
+
destructiveHint: false,
|
|
2696
|
+
idempotentHint: true,
|
|
2697
|
+
openWorldHint: false,
|
|
2698
|
+
},
|
|
2559
2699
|
},
|
|
2560
2700
|
{
|
|
2561
2701
|
name: 'wordpress_create_theme_builder_template',
|
|
@@ -2577,6 +2717,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2577
2717
|
},
|
|
2578
2718
|
required: ['kind', 'name'],
|
|
2579
2719
|
},
|
|
2720
|
+
annotations: {
|
|
2721
|
+
title: "Create Theme Template",
|
|
2722
|
+
readOnlyHint: false,
|
|
2723
|
+
destructiveHint: false,
|
|
2724
|
+
idempotentHint: false,
|
|
2725
|
+
openWorldHint: false,
|
|
2726
|
+
},
|
|
2580
2727
|
},
|
|
2581
2728
|
{
|
|
2582
2729
|
name: 'wordpress_update_theme_builder_template',
|
|
@@ -2593,6 +2740,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2593
2740
|
},
|
|
2594
2741
|
required: ['layout_id', 'structure'],
|
|
2595
2742
|
},
|
|
2743
|
+
annotations: {
|
|
2744
|
+
title: "Update Theme Template",
|
|
2745
|
+
readOnlyHint: false,
|
|
2746
|
+
destructiveHint: true,
|
|
2747
|
+
idempotentHint: true,
|
|
2748
|
+
openWorldHint: false,
|
|
2749
|
+
},
|
|
2596
2750
|
},
|
|
2597
2751
|
{
|
|
2598
2752
|
name: 'wordpress_build_mega_menu',
|
|
@@ -2632,6 +2786,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2632
2786
|
},
|
|
2633
2787
|
required: ['menu_name', 'top_label', 'columns'],
|
|
2634
2788
|
},
|
|
2789
|
+
annotations: {
|
|
2790
|
+
title: "Build Mega Menu",
|
|
2791
|
+
readOnlyHint: false,
|
|
2792
|
+
destructiveHint: false,
|
|
2793
|
+
idempotentHint: false,
|
|
2794
|
+
openWorldHint: false,
|
|
2795
|
+
},
|
|
2635
2796
|
},
|
|
2636
2797
|
{
|
|
2637
2798
|
name: 'wordpress_update_post',
|
|
@@ -2730,7 +2891,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2730
2891
|
},
|
|
2731
2892
|
required: ['id'],
|
|
2732
2893
|
},
|
|
2733
|
-
|
|
2894
|
+
annotations: {
|
|
2895
|
+
title: "Update Post",
|
|
2896
|
+
readOnlyHint: false,
|
|
2897
|
+
destructiveHint: true,
|
|
2898
|
+
idempotentHint: true,
|
|
2899
|
+
openWorldHint: false,
|
|
2900
|
+
},
|
|
2734
2901
|
},
|
|
2735
2902
|
{
|
|
2736
2903
|
name: 'wordpress_delete_post',
|
|
@@ -2757,7 +2924,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2757
2924
|
},
|
|
2758
2925
|
required: ['id'],
|
|
2759
2926
|
},
|
|
2760
|
-
|
|
2927
|
+
annotations: {
|
|
2928
|
+
title: "Delete Post",
|
|
2929
|
+
readOnlyHint: false,
|
|
2930
|
+
destructiveHint: true,
|
|
2931
|
+
idempotentHint: true,
|
|
2932
|
+
openWorldHint: false,
|
|
2933
|
+
},
|
|
2761
2934
|
},
|
|
2762
2935
|
{
|
|
2763
2936
|
name: 'wordpress_list_media',
|
|
@@ -2779,7 +2952,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2779
2952
|
},
|
|
2780
2953
|
},
|
|
2781
2954
|
},
|
|
2782
|
-
|
|
2955
|
+
annotations: {
|
|
2956
|
+
title: "List Media",
|
|
2957
|
+
readOnlyHint: true,
|
|
2958
|
+
destructiveHint: false,
|
|
2959
|
+
idempotentHint: true,
|
|
2960
|
+
openWorldHint: false,
|
|
2961
|
+
},
|
|
2783
2962
|
},
|
|
2784
2963
|
{
|
|
2785
2964
|
name: 'wordpress_upload_media',
|
|
@@ -2814,6 +2993,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2814
2993
|
},
|
|
2815
2994
|
required: ['file', 'filename'],
|
|
2816
2995
|
},
|
|
2996
|
+
annotations: {
|
|
2997
|
+
title: "Upload Media",
|
|
2998
|
+
readOnlyHint: false,
|
|
2999
|
+
destructiveHint: false,
|
|
3000
|
+
idempotentHint: false,
|
|
3001
|
+
openWorldHint: false,
|
|
3002
|
+
},
|
|
2817
3003
|
},
|
|
2818
3004
|
{
|
|
2819
3005
|
name: 'wordpress_extract_builder_content',
|
|
@@ -2832,7 +3018,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2832
3018
|
},
|
|
2833
3019
|
required: ['page_id'],
|
|
2834
3020
|
},
|
|
2835
|
-
|
|
3021
|
+
annotations: {
|
|
3022
|
+
title: "Extract Builder Content",
|
|
3023
|
+
readOnlyHint: true,
|
|
3024
|
+
destructiveHint: false,
|
|
3025
|
+
idempotentHint: true,
|
|
3026
|
+
openWorldHint: false,
|
|
3027
|
+
},
|
|
2836
3028
|
},
|
|
2837
3029
|
{
|
|
2838
3030
|
name: 'wordpress_find_builder_targets',
|
|
@@ -2863,7 +3055,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2863
3055
|
},
|
|
2864
3056
|
required: ['builder', 'page_id'],
|
|
2865
3057
|
},
|
|
2866
|
-
|
|
3058
|
+
annotations: {
|
|
3059
|
+
title: "Find Builder Targets",
|
|
3060
|
+
readOnlyHint: true,
|
|
3061
|
+
destructiveHint: false,
|
|
3062
|
+
idempotentHint: true,
|
|
3063
|
+
openWorldHint: false,
|
|
3064
|
+
},
|
|
2867
3065
|
},
|
|
2868
3066
|
{
|
|
2869
3067
|
name: 'wordpress_get_page_outline',
|
|
@@ -2882,7 +3080,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2882
3080
|
},
|
|
2883
3081
|
required: ['page_id'],
|
|
2884
3082
|
},
|
|
2885
|
-
|
|
3083
|
+
annotations: {
|
|
3084
|
+
title: "Page Outline",
|
|
3085
|
+
readOnlyHint: true,
|
|
3086
|
+
destructiveHint: false,
|
|
3087
|
+
idempotentHint: true,
|
|
3088
|
+
openWorldHint: false,
|
|
3089
|
+
},
|
|
2886
3090
|
},
|
|
2887
3091
|
{
|
|
2888
3092
|
name: 'wordpress_get_builder_inline_schemas',
|
|
@@ -2902,7 +3106,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2902
3106
|
},
|
|
2903
3107
|
required: [],
|
|
2904
3108
|
},
|
|
2905
|
-
|
|
3109
|
+
annotations: {
|
|
3110
|
+
title: "Builder Inline Schemas",
|
|
3111
|
+
readOnlyHint: true,
|
|
3112
|
+
destructiveHint: false,
|
|
3113
|
+
idempotentHint: true,
|
|
3114
|
+
openWorldHint: false,
|
|
3115
|
+
},
|
|
2906
3116
|
},
|
|
2907
3117
|
{
|
|
2908
3118
|
name: 'wordpress_inject_builder_content',
|
|
@@ -2944,7 +3154,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2944
3154
|
},
|
|
2945
3155
|
required: ['builder', 'page_id', 'content'],
|
|
2946
3156
|
},
|
|
2947
|
-
|
|
3157
|
+
annotations: {
|
|
3158
|
+
title: "Inject Builder Content",
|
|
3159
|
+
readOnlyHint: false,
|
|
3160
|
+
destructiveHint: true,
|
|
3161
|
+
idempotentHint: false,
|
|
3162
|
+
openWorldHint: false,
|
|
3163
|
+
},
|
|
2948
3164
|
},
|
|
2949
3165
|
{
|
|
2950
3166
|
name: 'wordpress_make_responsive',
|
|
@@ -2963,6 +3179,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
2963
3179
|
},
|
|
2964
3180
|
required: ['page_id'],
|
|
2965
3181
|
},
|
|
3182
|
+
annotations: {
|
|
3183
|
+
title: "Make Page Responsive",
|
|
3184
|
+
readOnlyHint: false,
|
|
3185
|
+
destructiveHint: true,
|
|
3186
|
+
idempotentHint: true,
|
|
3187
|
+
openWorldHint: false,
|
|
3188
|
+
},
|
|
2966
3189
|
},
|
|
2967
3190
|
{
|
|
2968
3191
|
name: 'wordpress_update_module',
|
|
@@ -3026,7 +3249,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3026
3249
|
},
|
|
3027
3250
|
required: ['builder', 'page_id', 'module_identifier', 'updates'],
|
|
3028
3251
|
},
|
|
3029
|
-
|
|
3252
|
+
annotations: {
|
|
3253
|
+
title: "Update Module",
|
|
3254
|
+
readOnlyHint: false,
|
|
3255
|
+
destructiveHint: false,
|
|
3256
|
+
idempotentHint: true,
|
|
3257
|
+
openWorldHint: false,
|
|
3258
|
+
},
|
|
3030
3259
|
},
|
|
3031
3260
|
{
|
|
3032
3261
|
name: 'wordpress_list_snapshots',
|
|
@@ -3056,7 +3285,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3056
3285
|
},
|
|
3057
3286
|
},
|
|
3058
3287
|
},
|
|
3059
|
-
|
|
3288
|
+
annotations: {
|
|
3289
|
+
title: "List Snapshots",
|
|
3290
|
+
readOnlyHint: true,
|
|
3291
|
+
destructiveHint: false,
|
|
3292
|
+
idempotentHint: true,
|
|
3293
|
+
openWorldHint: false,
|
|
3294
|
+
},
|
|
3060
3295
|
},
|
|
3061
3296
|
{
|
|
3062
3297
|
name: 'wordpress_get_snapshot',
|
|
@@ -3077,7 +3312,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3077
3312
|
},
|
|
3078
3313
|
required: ['snapshot_uuid'],
|
|
3079
3314
|
},
|
|
3080
|
-
|
|
3315
|
+
annotations: {
|
|
3316
|
+
title: "Get Snapshot",
|
|
3317
|
+
readOnlyHint: true,
|
|
3318
|
+
destructiveHint: false,
|
|
3319
|
+
idempotentHint: true,
|
|
3320
|
+
openWorldHint: false,
|
|
3321
|
+
},
|
|
3081
3322
|
},
|
|
3082
3323
|
{
|
|
3083
3324
|
name: 'wordpress_diff_snapshots',
|
|
@@ -3096,7 +3337,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3096
3337
|
},
|
|
3097
3338
|
required: ['snapshot_uuid_a', 'snapshot_uuid_b'],
|
|
3098
3339
|
},
|
|
3099
|
-
|
|
3340
|
+
annotations: {
|
|
3341
|
+
title: "Diff Snapshots",
|
|
3342
|
+
readOnlyHint: true,
|
|
3343
|
+
destructiveHint: false,
|
|
3344
|
+
idempotentHint: true,
|
|
3345
|
+
openWorldHint: false,
|
|
3346
|
+
},
|
|
3100
3347
|
},
|
|
3101
3348
|
{
|
|
3102
3349
|
name: 'wordpress_restore_snapshot',
|
|
@@ -3111,7 +3358,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3111
3358
|
},
|
|
3112
3359
|
required: ['snapshot_uuid'],
|
|
3113
3360
|
},
|
|
3114
|
-
|
|
3361
|
+
annotations: {
|
|
3362
|
+
title: "Restore Snapshot",
|
|
3363
|
+
readOnlyHint: false,
|
|
3364
|
+
destructiveHint: true,
|
|
3365
|
+
idempotentHint: true,
|
|
3366
|
+
openWorldHint: false,
|
|
3367
|
+
},
|
|
3115
3368
|
},
|
|
3116
3369
|
{
|
|
3117
3370
|
name: 'wordpress_restore_session',
|
|
@@ -3123,17 +3376,37 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3123
3376
|
},
|
|
3124
3377
|
required: ['session_id'],
|
|
3125
3378
|
},
|
|
3126
|
-
|
|
3379
|
+
annotations: {
|
|
3380
|
+
title: "Restore Session",
|
|
3381
|
+
readOnlyHint: false,
|
|
3382
|
+
destructiveHint: true,
|
|
3383
|
+
idempotentHint: true,
|
|
3384
|
+
openWorldHint: false,
|
|
3385
|
+
},
|
|
3127
3386
|
},
|
|
3128
3387
|
{
|
|
3129
3388
|
name: 'wordpress_begin_session',
|
|
3130
3389
|
description: 'Begin an explicit snapshot session. Every change made after this (until wordpress_end_session) is grouped under one session_id, so the whole batch can be rolled back together with wordpress_restore_session. Returns the session_id. Without an explicit session, changes are auto-grouped by a time window.',
|
|
3131
3390
|
inputSchema: { type: 'object', properties: {} },
|
|
3391
|
+
annotations: {
|
|
3392
|
+
title: "Begin Snapshot Session",
|
|
3393
|
+
readOnlyHint: false,
|
|
3394
|
+
destructiveHint: false,
|
|
3395
|
+
idempotentHint: false,
|
|
3396
|
+
openWorldHint: false,
|
|
3397
|
+
},
|
|
3132
3398
|
},
|
|
3133
3399
|
{
|
|
3134
3400
|
name: 'wordpress_end_session',
|
|
3135
3401
|
description: 'End the explicit snapshot session started by wordpress_begin_session. Later changes fall back to automatic time-window grouping.',
|
|
3136
3402
|
inputSchema: { type: 'object', properties: {} },
|
|
3403
|
+
annotations: {
|
|
3404
|
+
title: "End Snapshot Session",
|
|
3405
|
+
readOnlyHint: false,
|
|
3406
|
+
destructiveHint: false,
|
|
3407
|
+
idempotentHint: true,
|
|
3408
|
+
openWorldHint: false,
|
|
3409
|
+
},
|
|
3137
3410
|
},
|
|
3138
3411
|
{
|
|
3139
3412
|
name: 'wordpress_list_site_templates',
|
|
@@ -3149,7 +3422,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3149
3422
|
per_page: { type: 'number' },
|
|
3150
3423
|
},
|
|
3151
3424
|
},
|
|
3152
|
-
|
|
3425
|
+
annotations: {
|
|
3426
|
+
title: "List Site Templates",
|
|
3427
|
+
readOnlyHint: true,
|
|
3428
|
+
destructiveHint: false,
|
|
3429
|
+
idempotentHint: true,
|
|
3430
|
+
openWorldHint: false,
|
|
3431
|
+
},
|
|
3153
3432
|
},
|
|
3154
3433
|
{
|
|
3155
3434
|
name: 'wordpress_list_activity',
|
|
@@ -3167,7 +3446,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3167
3446
|
per_page: { type: 'number' },
|
|
3168
3447
|
},
|
|
3169
3448
|
},
|
|
3170
|
-
|
|
3449
|
+
annotations: {
|
|
3450
|
+
title: "List Activity",
|
|
3451
|
+
readOnlyHint: true,
|
|
3452
|
+
destructiveHint: false,
|
|
3453
|
+
idempotentHint: true,
|
|
3454
|
+
openWorldHint: false,
|
|
3455
|
+
},
|
|
3171
3456
|
},
|
|
3172
3457
|
{
|
|
3173
3458
|
name: 'wordpress_get_activity',
|
|
@@ -3177,7 +3462,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3177
3462
|
properties: { id: { type: 'number' } },
|
|
3178
3463
|
required: ['id'],
|
|
3179
3464
|
},
|
|
3180
|
-
|
|
3465
|
+
annotations: {
|
|
3466
|
+
title: "Get Activity Record",
|
|
3467
|
+
readOnlyHint: true,
|
|
3468
|
+
destructiveHint: false,
|
|
3469
|
+
idempotentHint: true,
|
|
3470
|
+
openWorldHint: false,
|
|
3471
|
+
},
|
|
3181
3472
|
},
|
|
3182
3473
|
{
|
|
3183
3474
|
name: 'wordpress_get_site_template',
|
|
@@ -3190,7 +3481,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3190
3481
|
},
|
|
3191
3482
|
required: ['id'],
|
|
3192
3483
|
},
|
|
3193
|
-
|
|
3484
|
+
annotations: {
|
|
3485
|
+
title: "Get Site Template",
|
|
3486
|
+
readOnlyHint: true,
|
|
3487
|
+
destructiveHint: false,
|
|
3488
|
+
idempotentHint: true,
|
|
3489
|
+
openWorldHint: false,
|
|
3490
|
+
},
|
|
3194
3491
|
},
|
|
3195
3492
|
{
|
|
3196
3493
|
name: 'wordpress_create_site_template',
|
|
@@ -3210,6 +3507,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3210
3507
|
},
|
|
3211
3508
|
required: ['slug'],
|
|
3212
3509
|
},
|
|
3510
|
+
annotations: {
|
|
3511
|
+
title: "Create Site Template",
|
|
3512
|
+
readOnlyHint: false,
|
|
3513
|
+
destructiveHint: false,
|
|
3514
|
+
idempotentHint: false,
|
|
3515
|
+
openWorldHint: false,
|
|
3516
|
+
},
|
|
3213
3517
|
},
|
|
3214
3518
|
{
|
|
3215
3519
|
name: 'wordpress_update_site_template',
|
|
@@ -3227,6 +3531,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3227
3531
|
},
|
|
3228
3532
|
required: ['id', 'expected_fingerprint', 'operations'],
|
|
3229
3533
|
},
|
|
3534
|
+
annotations: {
|
|
3535
|
+
title: "Update Site Template",
|
|
3536
|
+
readOnlyHint: false,
|
|
3537
|
+
destructiveHint: true,
|
|
3538
|
+
idempotentHint: false,
|
|
3539
|
+
openWorldHint: false,
|
|
3540
|
+
},
|
|
3230
3541
|
},
|
|
3231
3542
|
{
|
|
3232
3543
|
name: 'wordpress_reset_site_template',
|
|
@@ -3242,7 +3553,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3242
3553
|
},
|
|
3243
3554
|
required: ['id', 'expected_fingerprint'],
|
|
3244
3555
|
},
|
|
3245
|
-
|
|
3556
|
+
annotations: {
|
|
3557
|
+
title: "Reset Site Template",
|
|
3558
|
+
readOnlyHint: false,
|
|
3559
|
+
destructiveHint: true,
|
|
3560
|
+
idempotentHint: true,
|
|
3561
|
+
openWorldHint: false,
|
|
3562
|
+
},
|
|
3246
3563
|
},
|
|
3247
3564
|
{
|
|
3248
3565
|
name: 'wordpress_list_site_patterns',
|
|
@@ -3257,7 +3574,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3257
3574
|
per_page: { type: 'number' },
|
|
3258
3575
|
},
|
|
3259
3576
|
},
|
|
3260
|
-
|
|
3577
|
+
annotations: {
|
|
3578
|
+
title: "List Site Patterns",
|
|
3579
|
+
readOnlyHint: true,
|
|
3580
|
+
destructiveHint: false,
|
|
3581
|
+
idempotentHint: true,
|
|
3582
|
+
openWorldHint: false,
|
|
3583
|
+
},
|
|
3261
3584
|
},
|
|
3262
3585
|
{
|
|
3263
3586
|
name: 'wordpress_get_site_pattern',
|
|
@@ -3267,7 +3590,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3267
3590
|
properties: { id: { type: 'string', description: 'User pattern post ID, registered pattern name, or slug.' } },
|
|
3268
3591
|
required: ['id'],
|
|
3269
3592
|
},
|
|
3270
|
-
|
|
3593
|
+
annotations: {
|
|
3594
|
+
title: "Get Site Pattern",
|
|
3595
|
+
readOnlyHint: true,
|
|
3596
|
+
destructiveHint: false,
|
|
3597
|
+
idempotentHint: true,
|
|
3598
|
+
openWorldHint: false,
|
|
3599
|
+
},
|
|
3271
3600
|
},
|
|
3272
3601
|
{
|
|
3273
3602
|
name: 'wordpress_create_site_pattern',
|
|
@@ -3290,6 +3619,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3290
3619
|
},
|
|
3291
3620
|
required: ['title'],
|
|
3292
3621
|
},
|
|
3622
|
+
annotations: {
|
|
3623
|
+
title: "Create Site Pattern",
|
|
3624
|
+
readOnlyHint: false,
|
|
3625
|
+
destructiveHint: false,
|
|
3626
|
+
idempotentHint: false,
|
|
3627
|
+
openWorldHint: false,
|
|
3628
|
+
},
|
|
3293
3629
|
},
|
|
3294
3630
|
{
|
|
3295
3631
|
name: 'wordpress_update_site_pattern',
|
|
@@ -3310,6 +3646,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3310
3646
|
},
|
|
3311
3647
|
required: ['id', 'expected_fingerprint', 'operations'],
|
|
3312
3648
|
},
|
|
3649
|
+
annotations: {
|
|
3650
|
+
title: "Update Site Pattern",
|
|
3651
|
+
readOnlyHint: false,
|
|
3652
|
+
destructiveHint: true,
|
|
3653
|
+
idempotentHint: false,
|
|
3654
|
+
openWorldHint: false,
|
|
3655
|
+
},
|
|
3313
3656
|
},
|
|
3314
3657
|
{
|
|
3315
3658
|
name: 'wordpress_delete_site_pattern',
|
|
@@ -3329,7 +3672,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3329
3672
|
},
|
|
3330
3673
|
required: ['id', 'expected_fingerprint'],
|
|
3331
3674
|
},
|
|
3332
|
-
|
|
3675
|
+
annotations: {
|
|
3676
|
+
title: "Delete Site Pattern",
|
|
3677
|
+
readOnlyHint: false,
|
|
3678
|
+
destructiveHint: true,
|
|
3679
|
+
idempotentHint: true,
|
|
3680
|
+
openWorldHint: false,
|
|
3681
|
+
},
|
|
3333
3682
|
},
|
|
3334
3683
|
{
|
|
3335
3684
|
name: 'wordpress_list_site_navigations',
|
|
@@ -3342,7 +3691,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3342
3691
|
per_page: { type: 'number' },
|
|
3343
3692
|
},
|
|
3344
3693
|
},
|
|
3345
|
-
|
|
3694
|
+
annotations: {
|
|
3695
|
+
title: "List Site Navigations",
|
|
3696
|
+
readOnlyHint: true,
|
|
3697
|
+
destructiveHint: false,
|
|
3698
|
+
idempotentHint: true,
|
|
3699
|
+
openWorldHint: false,
|
|
3700
|
+
},
|
|
3346
3701
|
},
|
|
3347
3702
|
{
|
|
3348
3703
|
name: 'wordpress_get_site_navigation',
|
|
@@ -3352,7 +3707,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3352
3707
|
properties: { id: { type: 'string', description: 'Navigation post ID or slug.' } },
|
|
3353
3708
|
required: ['id'],
|
|
3354
3709
|
},
|
|
3355
|
-
|
|
3710
|
+
annotations: {
|
|
3711
|
+
title: "Get Site Navigation",
|
|
3712
|
+
readOnlyHint: true,
|
|
3713
|
+
destructiveHint: false,
|
|
3714
|
+
idempotentHint: true,
|
|
3715
|
+
openWorldHint: false,
|
|
3716
|
+
},
|
|
3356
3717
|
},
|
|
3357
3718
|
{
|
|
3358
3719
|
name: 'wordpress_create_site_navigation',
|
|
@@ -3374,6 +3735,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3374
3735
|
},
|
|
3375
3736
|
required: ['title'],
|
|
3376
3737
|
},
|
|
3738
|
+
annotations: {
|
|
3739
|
+
title: "Create Site Navigation",
|
|
3740
|
+
readOnlyHint: false,
|
|
3741
|
+
destructiveHint: false,
|
|
3742
|
+
idempotentHint: false,
|
|
3743
|
+
openWorldHint: false,
|
|
3744
|
+
},
|
|
3377
3745
|
},
|
|
3378
3746
|
{
|
|
3379
3747
|
name: 'wordpress_update_site_navigation',
|
|
@@ -3394,6 +3762,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3394
3762
|
},
|
|
3395
3763
|
required: ['id', 'expected_fingerprint', 'operations'],
|
|
3396
3764
|
},
|
|
3765
|
+
annotations: {
|
|
3766
|
+
title: "Update Site Navigation",
|
|
3767
|
+
readOnlyHint: false,
|
|
3768
|
+
destructiveHint: true,
|
|
3769
|
+
idempotentHint: false,
|
|
3770
|
+
openWorldHint: false,
|
|
3771
|
+
},
|
|
3397
3772
|
},
|
|
3398
3773
|
{
|
|
3399
3774
|
name: 'wordpress_delete_site_navigation',
|
|
@@ -3413,7 +3788,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3413
3788
|
},
|
|
3414
3789
|
required: ['id', 'expected_fingerprint'],
|
|
3415
3790
|
},
|
|
3416
|
-
|
|
3791
|
+
annotations: {
|
|
3792
|
+
title: "Delete Site Navigation",
|
|
3793
|
+
readOnlyHint: false,
|
|
3794
|
+
destructiveHint: true,
|
|
3795
|
+
idempotentHint: true,
|
|
3796
|
+
openWorldHint: false,
|
|
3797
|
+
},
|
|
3417
3798
|
},
|
|
3418
3799
|
{
|
|
3419
3800
|
name: 'wordpress_list_design_tokens',
|
|
@@ -3423,7 +3804,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3423
3804
|
properties: { type: { type: 'string', enum: ['color', 'typography', 'spacing', 'breakpoints'] } },
|
|
3424
3805
|
required: ['type'],
|
|
3425
3806
|
},
|
|
3426
|
-
|
|
3807
|
+
annotations: {
|
|
3808
|
+
title: "List Design Tokens",
|
|
3809
|
+
readOnlyHint: true,
|
|
3810
|
+
destructiveHint: false,
|
|
3811
|
+
idempotentHint: true,
|
|
3812
|
+
openWorldHint: false,
|
|
3813
|
+
},
|
|
3427
3814
|
},
|
|
3428
3815
|
{
|
|
3429
3816
|
name: 'wordpress_create_design_token',
|
|
@@ -3450,6 +3837,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3450
3837
|
},
|
|
3451
3838
|
required: ['type', 'name', 'value'],
|
|
3452
3839
|
},
|
|
3840
|
+
annotations: {
|
|
3841
|
+
title: "Create Design Token",
|
|
3842
|
+
readOnlyHint: false,
|
|
3843
|
+
destructiveHint: false,
|
|
3844
|
+
idempotentHint: false,
|
|
3845
|
+
openWorldHint: false,
|
|
3846
|
+
},
|
|
3453
3847
|
},
|
|
3454
3848
|
{
|
|
3455
3849
|
name: 'wordpress_update_design_token',
|
|
@@ -3476,7 +3870,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3476
3870
|
},
|
|
3477
3871
|
required: ['type', 'id', 'expected_fingerprint'],
|
|
3478
3872
|
},
|
|
3479
|
-
|
|
3873
|
+
annotations: {
|
|
3874
|
+
title: "Update Design Token",
|
|
3875
|
+
readOnlyHint: false,
|
|
3876
|
+
destructiveHint: false,
|
|
3877
|
+
idempotentHint: true,
|
|
3878
|
+
openWorldHint: false,
|
|
3879
|
+
},
|
|
3480
3880
|
},
|
|
3481
3881
|
{
|
|
3482
3882
|
name: 'wordpress_delete_design_token',
|
|
@@ -3493,7 +3893,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3493
3893
|
},
|
|
3494
3894
|
required: ['type', 'id', 'expected_fingerprint'],
|
|
3495
3895
|
},
|
|
3496
|
-
|
|
3896
|
+
annotations: {
|
|
3897
|
+
title: "Delete Design Token",
|
|
3898
|
+
readOnlyHint: false,
|
|
3899
|
+
destructiveHint: true,
|
|
3900
|
+
idempotentHint: true,
|
|
3901
|
+
openWorldHint: false,
|
|
3902
|
+
},
|
|
3497
3903
|
},
|
|
3498
3904
|
{
|
|
3499
3905
|
name: 'wordpress_get_design_direction',
|
|
@@ -3504,7 +3910,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3504
3910
|
id: { type: 'number', description: 'Optional direction id. Omit to read the ACTIVE direction.' },
|
|
3505
3911
|
},
|
|
3506
3912
|
},
|
|
3507
|
-
|
|
3913
|
+
annotations: {
|
|
3914
|
+
title: "Get Design Direction",
|
|
3915
|
+
readOnlyHint: true,
|
|
3916
|
+
destructiveHint: false,
|
|
3917
|
+
idempotentHint: true,
|
|
3918
|
+
openWorldHint: false,
|
|
3919
|
+
},
|
|
3508
3920
|
},
|
|
3509
3921
|
{
|
|
3510
3922
|
name: 'wordpress_list_design_directions',
|
|
@@ -3513,7 +3925,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3513
3925
|
type: 'object',
|
|
3514
3926
|
properties: {},
|
|
3515
3927
|
},
|
|
3516
|
-
|
|
3928
|
+
annotations: {
|
|
3929
|
+
title: "List Design Directions",
|
|
3930
|
+
readOnlyHint: true,
|
|
3931
|
+
destructiveHint: false,
|
|
3932
|
+
idempotentHint: true,
|
|
3933
|
+
openWorldHint: false,
|
|
3934
|
+
},
|
|
3517
3935
|
},
|
|
3518
3936
|
{
|
|
3519
3937
|
name: 'wordpress_save_design_direction',
|
|
@@ -3529,6 +3947,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3529
3947
|
},
|
|
3530
3948
|
required: ['document'],
|
|
3531
3949
|
},
|
|
3950
|
+
annotations: {
|
|
3951
|
+
title: "Save Design Direction",
|
|
3952
|
+
readOnlyHint: false,
|
|
3953
|
+
destructiveHint: true,
|
|
3954
|
+
idempotentHint: false,
|
|
3955
|
+
openWorldHint: false,
|
|
3956
|
+
},
|
|
3532
3957
|
},
|
|
3533
3958
|
{
|
|
3534
3959
|
name: 'wordpress_activate_design_direction',
|
|
@@ -3546,7 +3971,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3546
3971
|
},
|
|
3547
3972
|
required: ['id'],
|
|
3548
3973
|
},
|
|
3549
|
-
|
|
3974
|
+
annotations: {
|
|
3975
|
+
title: "Activate Design Direction",
|
|
3976
|
+
readOnlyHint: false,
|
|
3977
|
+
destructiveHint: false,
|
|
3978
|
+
idempotentHint: true,
|
|
3979
|
+
openWorldHint: false,
|
|
3980
|
+
},
|
|
3550
3981
|
},
|
|
3551
3982
|
{
|
|
3552
3983
|
name: 'wordpress_deactivate_design_direction',
|
|
@@ -3567,7 +3998,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3567
3998
|
},
|
|
3568
3999
|
required: [],
|
|
3569
4000
|
},
|
|
3570
|
-
|
|
4001
|
+
annotations: {
|
|
4002
|
+
title: "Deactivate Design Direction",
|
|
4003
|
+
readOnlyHint: false,
|
|
4004
|
+
destructiveHint: false,
|
|
4005
|
+
idempotentHint: true,
|
|
4006
|
+
openWorldHint: false,
|
|
4007
|
+
},
|
|
3571
4008
|
},
|
|
3572
4009
|
{
|
|
3573
4010
|
name: 'wordpress_delete_design_direction',
|
|
@@ -3585,7 +4022,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3585
4022
|
},
|
|
3586
4023
|
required: ['id'],
|
|
3587
4024
|
},
|
|
3588
|
-
|
|
4025
|
+
annotations: {
|
|
4026
|
+
title: "Delete Design Direction",
|
|
4027
|
+
readOnlyHint: false,
|
|
4028
|
+
destructiveHint: true,
|
|
4029
|
+
idempotentHint: true,
|
|
4030
|
+
openWorldHint: false,
|
|
4031
|
+
},
|
|
3589
4032
|
},
|
|
3590
4033
|
{
|
|
3591
4034
|
name: 'wordpress_import_design_tokens',
|
|
@@ -3609,6 +4052,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3609
4052
|
},
|
|
3610
4053
|
required: ['tokens'],
|
|
3611
4054
|
},
|
|
4055
|
+
annotations: {
|
|
4056
|
+
title: "Import Design Tokens",
|
|
4057
|
+
readOnlyHint: false,
|
|
4058
|
+
destructiveHint: false,
|
|
4059
|
+
idempotentHint: false,
|
|
4060
|
+
openWorldHint: false,
|
|
4061
|
+
},
|
|
3612
4062
|
},
|
|
3613
4063
|
{
|
|
3614
4064
|
name: 'wordpress_apply_design_direction',
|
|
@@ -3626,7 +4076,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3626
4076
|
edit_target: { type: 'string', enum: ['approval', 'live'] },
|
|
3627
4077
|
},
|
|
3628
4078
|
},
|
|
3629
|
-
|
|
4079
|
+
annotations: {
|
|
4080
|
+
title: "Apply Design Direction",
|
|
4081
|
+
readOnlyHint: false,
|
|
4082
|
+
destructiveHint: false,
|
|
4083
|
+
idempotentHint: true,
|
|
4084
|
+
openWorldHint: false,
|
|
4085
|
+
},
|
|
3630
4086
|
},
|
|
3631
4087
|
{
|
|
3632
4088
|
name: 'wordpress_export_design_direction',
|
|
@@ -3637,7 +4093,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3637
4093
|
id: { type: 'number', description: 'Optional direction id; omit for the active direction.' },
|
|
3638
4094
|
},
|
|
3639
4095
|
},
|
|
3640
|
-
|
|
4096
|
+
annotations: {
|
|
4097
|
+
title: "Export Design Direction",
|
|
4098
|
+
readOnlyHint: true,
|
|
4099
|
+
destructiveHint: false,
|
|
4100
|
+
idempotentHint: true,
|
|
4101
|
+
openWorldHint: false,
|
|
4102
|
+
},
|
|
3641
4103
|
},
|
|
3642
4104
|
{
|
|
3643
4105
|
name: 'wordpress_check_design',
|
|
@@ -3672,8 +4134,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3672
4134
|
},
|
|
3673
4135
|
},
|
|
3674
4136
|
},
|
|
3675
|
-
|
|
3676
|
-
|
|
4137
|
+
annotations: {
|
|
4138
|
+
title: "Check Design",
|
|
4139
|
+
readOnlyHint: true,
|
|
4140
|
+
destructiveHint: false,
|
|
4141
|
+
idempotentHint: true,
|
|
4142
|
+
openWorldHint: true,
|
|
4143
|
+
},
|
|
3677
4144
|
},
|
|
3678
4145
|
{
|
|
3679
4146
|
name: 'wordpress_mint_design_preview',
|
|
@@ -3687,7 +4154,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3687
4154
|
},
|
|
3688
4155
|
},
|
|
3689
4156
|
},
|
|
3690
|
-
|
|
4157
|
+
annotations: {
|
|
4158
|
+
title: "Mint Design Preview",
|
|
4159
|
+
readOnlyHint: true,
|
|
4160
|
+
destructiveHint: false,
|
|
4161
|
+
idempotentHint: true,
|
|
4162
|
+
openWorldHint: false,
|
|
4163
|
+
},
|
|
3691
4164
|
},
|
|
3692
4165
|
{
|
|
3693
4166
|
name: 'wordpress_get_design_apply_reports',
|
|
@@ -3701,8 +4174,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3701
4174
|
},
|
|
3702
4175
|
},
|
|
3703
4176
|
},
|
|
3704
|
-
|
|
3705
|
-
|
|
4177
|
+
annotations: {
|
|
4178
|
+
title: "Design Apply Reports",
|
|
4179
|
+
readOnlyHint: true,
|
|
4180
|
+
destructiveHint: false,
|
|
4181
|
+
idempotentHint: true,
|
|
4182
|
+
openWorldHint: false,
|
|
4183
|
+
},
|
|
3706
4184
|
},
|
|
3707
4185
|
{
|
|
3708
4186
|
name: 'wordpress_apply_builder_patch',
|
|
@@ -3762,7 +4240,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3762
4240
|
},
|
|
3763
4241
|
required: ['builder', 'post_id', 'operations'],
|
|
3764
4242
|
},
|
|
3765
|
-
|
|
4243
|
+
annotations: {
|
|
4244
|
+
title: "Apply Builder Patch",
|
|
4245
|
+
readOnlyHint: false,
|
|
4246
|
+
destructiveHint: false,
|
|
4247
|
+
idempotentHint: true,
|
|
4248
|
+
openWorldHint: false,
|
|
4249
|
+
},
|
|
3766
4250
|
},
|
|
3767
4251
|
{
|
|
3768
4252
|
name: 'wordpress_validate_security',
|
|
@@ -3777,6 +4261,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3777
4261
|
},
|
|
3778
4262
|
required: ['content'],
|
|
3779
4263
|
},
|
|
4264
|
+
annotations: {
|
|
4265
|
+
title: "Validate Content Security",
|
|
4266
|
+
readOnlyHint: true,
|
|
4267
|
+
destructiveHint: false,
|
|
4268
|
+
idempotentHint: true,
|
|
4269
|
+
openWorldHint: false,
|
|
4270
|
+
},
|
|
3780
4271
|
},
|
|
3781
4272
|
{
|
|
3782
4273
|
name: 'wordpress_read_theme_file',
|
|
@@ -3791,7 +4282,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3791
4282
|
},
|
|
3792
4283
|
required: ['relative_path'],
|
|
3793
4284
|
},
|
|
3794
|
-
|
|
4285
|
+
annotations: {
|
|
4286
|
+
title: "Read Theme File",
|
|
4287
|
+
readOnlyHint: true,
|
|
4288
|
+
destructiveHint: false,
|
|
4289
|
+
idempotentHint: true,
|
|
4290
|
+
openWorldHint: false,
|
|
4291
|
+
},
|
|
3795
4292
|
},
|
|
3796
4293
|
{
|
|
3797
4294
|
name: 'wordpress_write_theme_file',
|
|
@@ -3810,6 +4307,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3810
4307
|
},
|
|
3811
4308
|
required: ['relative_path', 'content'],
|
|
3812
4309
|
},
|
|
4310
|
+
annotations: {
|
|
4311
|
+
title: "Write Theme File",
|
|
4312
|
+
readOnlyHint: false,
|
|
4313
|
+
destructiveHint: true,
|
|
4314
|
+
idempotentHint: true,
|
|
4315
|
+
openWorldHint: false,
|
|
4316
|
+
},
|
|
3813
4317
|
},
|
|
3814
4318
|
{
|
|
3815
4319
|
name: 'wordpress_append_theme_file',
|
|
@@ -3828,6 +4332,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3828
4332
|
},
|
|
3829
4333
|
required: ['relative_path', 'content'],
|
|
3830
4334
|
},
|
|
4335
|
+
annotations: {
|
|
4336
|
+
title: "Append Theme File",
|
|
4337
|
+
readOnlyHint: false,
|
|
4338
|
+
destructiveHint: false,
|
|
4339
|
+
idempotentHint: false,
|
|
4340
|
+
openWorldHint: false,
|
|
4341
|
+
},
|
|
3831
4342
|
},
|
|
3832
4343
|
{
|
|
3833
4344
|
name: 'wordpress_switch_site',
|
|
@@ -3842,6 +4353,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3842
4353
|
},
|
|
3843
4354
|
required: ['site_id'],
|
|
3844
4355
|
},
|
|
4356
|
+
annotations: {
|
|
4357
|
+
title: "Switch Site",
|
|
4358
|
+
readOnlyHint: false,
|
|
4359
|
+
destructiveHint: false,
|
|
4360
|
+
idempotentHint: true,
|
|
4361
|
+
openWorldHint: false,
|
|
4362
|
+
},
|
|
3845
4363
|
},
|
|
3846
4364
|
{
|
|
3847
4365
|
name: 'wordpress_diagnose_connection',
|
|
@@ -3861,7 +4379,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3861
4379
|
},
|
|
3862
4380
|
},
|
|
3863
4381
|
},
|
|
3864
|
-
|
|
4382
|
+
annotations: {
|
|
4383
|
+
title: "Diagnose Connection",
|
|
4384
|
+
readOnlyHint: true,
|
|
4385
|
+
destructiveHint: false,
|
|
4386
|
+
idempotentHint: true,
|
|
4387
|
+
openWorldHint: false,
|
|
4388
|
+
},
|
|
3865
4389
|
},
|
|
3866
4390
|
{
|
|
3867
4391
|
// v6.17: docs search. Hits respira.press/docs-search which is a
|
|
@@ -3880,7 +4404,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3880
4404
|
limit: { type: 'number', description: 'Max results to return. 1-10. Default 5.', minimum: 1, maximum: 10 },
|
|
3881
4405
|
},
|
|
3882
4406
|
},
|
|
3883
|
-
|
|
4407
|
+
annotations: {
|
|
4408
|
+
title: "Search Documentation",
|
|
4409
|
+
readOnlyHint: true,
|
|
4410
|
+
destructiveHint: false,
|
|
4411
|
+
idempotentHint: true,
|
|
4412
|
+
openWorldHint: true,
|
|
4413
|
+
},
|
|
3884
4414
|
},
|
|
3885
4415
|
{
|
|
3886
4416
|
// v6.17: agent-side bug reporting. The AI client (Claude, Cursor,
|
|
@@ -3920,7 +4450,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3920
4450
|
},
|
|
3921
4451
|
},
|
|
3922
4452
|
},
|
|
3923
|
-
|
|
4453
|
+
annotations: {
|
|
4454
|
+
title: "Report Issue",
|
|
4455
|
+
readOnlyHint: false,
|
|
4456
|
+
destructiveHint: false,
|
|
4457
|
+
idempotentHint: false,
|
|
4458
|
+
openWorldHint: true,
|
|
4459
|
+
},
|
|
3924
4460
|
},
|
|
3925
4461
|
{
|
|
3926
4462
|
// Canonical name is wordpress_* so generateDualTools creates the
|
|
@@ -3942,6 +4478,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3942
4478
|
},
|
|
3943
4479
|
required: ['token'],
|
|
3944
4480
|
},
|
|
4481
|
+
annotations: {
|
|
4482
|
+
title: "Redeem Install Token",
|
|
4483
|
+
readOnlyHint: false,
|
|
4484
|
+
destructiveHint: true,
|
|
4485
|
+
idempotentHint: true,
|
|
4486
|
+
openWorldHint: true,
|
|
4487
|
+
},
|
|
3945
4488
|
},
|
|
3946
4489
|
// Page Speed Analysis tools
|
|
3947
4490
|
{
|
|
@@ -3957,7 +4500,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3957
4500
|
},
|
|
3958
4501
|
required: ['page_id'],
|
|
3959
4502
|
},
|
|
3960
|
-
|
|
4503
|
+
annotations: {
|
|
4504
|
+
title: "Performance Analysis",
|
|
4505
|
+
readOnlyHint: true,
|
|
4506
|
+
destructiveHint: false,
|
|
4507
|
+
idempotentHint: true,
|
|
4508
|
+
openWorldHint: false,
|
|
4509
|
+
},
|
|
3961
4510
|
},
|
|
3962
4511
|
{
|
|
3963
4512
|
name: 'wordpress_get_core_web_vitals',
|
|
@@ -3972,7 +4521,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3972
4521
|
},
|
|
3973
4522
|
required: ['page_id'],
|
|
3974
4523
|
},
|
|
3975
|
-
|
|
4524
|
+
annotations: {
|
|
4525
|
+
title: "Core Web Vitals",
|
|
4526
|
+
readOnlyHint: true,
|
|
4527
|
+
destructiveHint: false,
|
|
4528
|
+
idempotentHint: true,
|
|
4529
|
+
openWorldHint: false,
|
|
4530
|
+
},
|
|
3976
4531
|
},
|
|
3977
4532
|
{
|
|
3978
4533
|
// Phase E Tier 2 (v6.19.0): real PageSpeed Insights v5 audit. The
|
|
@@ -3995,7 +4550,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
3995
4550
|
{ required: ['url'] },
|
|
3996
4551
|
],
|
|
3997
4552
|
},
|
|
3998
|
-
|
|
4553
|
+
annotations: {
|
|
4554
|
+
title: "PageSpeed Audit",
|
|
4555
|
+
readOnlyHint: true,
|
|
4556
|
+
destructiveHint: false,
|
|
4557
|
+
idempotentHint: true,
|
|
4558
|
+
openWorldHint: true,
|
|
4559
|
+
},
|
|
3999
4560
|
},
|
|
4000
4561
|
{
|
|
4001
4562
|
// Phase E Tier 2 (v6.19.0): standard-analyzer-envelope wrapper around
|
|
@@ -4018,7 +4579,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4018
4579
|
{ required: ['url'] },
|
|
4019
4580
|
],
|
|
4020
4581
|
},
|
|
4021
|
-
|
|
4582
|
+
annotations: {
|
|
4583
|
+
title: "Analyze PageSpeed",
|
|
4584
|
+
readOnlyHint: true,
|
|
4585
|
+
destructiveHint: false,
|
|
4586
|
+
idempotentHint: true,
|
|
4587
|
+
openWorldHint: true,
|
|
4588
|
+
},
|
|
4022
4589
|
},
|
|
4023
4590
|
{
|
|
4024
4591
|
name: 'wordpress_analyze_images',
|
|
@@ -4033,7 +4600,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4033
4600
|
},
|
|
4034
4601
|
required: ['page_id'],
|
|
4035
4602
|
},
|
|
4036
|
-
|
|
4603
|
+
annotations: {
|
|
4604
|
+
title: "Analyze Images",
|
|
4605
|
+
readOnlyHint: true,
|
|
4606
|
+
destructiveHint: false,
|
|
4607
|
+
idempotentHint: true,
|
|
4608
|
+
openWorldHint: false,
|
|
4609
|
+
},
|
|
4037
4610
|
},
|
|
4038
4611
|
// SEO Analysis tools
|
|
4039
4612
|
{
|
|
@@ -4049,7 +4622,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4049
4622
|
},
|
|
4050
4623
|
required: ['page_id'],
|
|
4051
4624
|
},
|
|
4052
|
-
|
|
4625
|
+
annotations: {
|
|
4626
|
+
title: "Analyze SEO",
|
|
4627
|
+
readOnlyHint: true,
|
|
4628
|
+
destructiveHint: false,
|
|
4629
|
+
idempotentHint: true,
|
|
4630
|
+
openWorldHint: false,
|
|
4631
|
+
},
|
|
4053
4632
|
},
|
|
4054
4633
|
{
|
|
4055
4634
|
name: 'wordpress_check_seo_issues',
|
|
@@ -4064,7 +4643,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4064
4643
|
},
|
|
4065
4644
|
required: ['page_id'],
|
|
4066
4645
|
},
|
|
4067
|
-
|
|
4646
|
+
annotations: {
|
|
4647
|
+
title: "Check SEO Issues",
|
|
4648
|
+
readOnlyHint: true,
|
|
4649
|
+
destructiveHint: false,
|
|
4650
|
+
idempotentHint: true,
|
|
4651
|
+
openWorldHint: false,
|
|
4652
|
+
},
|
|
4068
4653
|
},
|
|
4069
4654
|
{
|
|
4070
4655
|
name: 'wordpress_analyze_readability',
|
|
@@ -4079,7 +4664,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4079
4664
|
},
|
|
4080
4665
|
required: ['page_id'],
|
|
4081
4666
|
},
|
|
4082
|
-
|
|
4667
|
+
annotations: {
|
|
4668
|
+
title: "Analyze Readability",
|
|
4669
|
+
readOnlyHint: true,
|
|
4670
|
+
destructiveHint: false,
|
|
4671
|
+
idempotentHint: true,
|
|
4672
|
+
openWorldHint: false,
|
|
4673
|
+
},
|
|
4083
4674
|
},
|
|
4084
4675
|
{
|
|
4085
4676
|
name: 'wordpress_analyze_rankmath',
|
|
@@ -4094,7 +4685,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4094
4685
|
},
|
|
4095
4686
|
required: ['post_id'],
|
|
4096
4687
|
},
|
|
4097
|
-
|
|
4688
|
+
annotations: {
|
|
4689
|
+
title: "Analyze Rank Math",
|
|
4690
|
+
readOnlyHint: true,
|
|
4691
|
+
destructiveHint: false,
|
|
4692
|
+
idempotentHint: true,
|
|
4693
|
+
openWorldHint: false,
|
|
4694
|
+
},
|
|
4098
4695
|
},
|
|
4099
4696
|
// AEO (AI Engine Optimization) tools
|
|
4100
4697
|
{
|
|
@@ -4110,7 +4707,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4110
4707
|
},
|
|
4111
4708
|
required: ['page_id'],
|
|
4112
4709
|
},
|
|
4113
|
-
|
|
4710
|
+
annotations: {
|
|
4711
|
+
title: "Analyze AEO",
|
|
4712
|
+
readOnlyHint: true,
|
|
4713
|
+
destructiveHint: false,
|
|
4714
|
+
idempotentHint: true,
|
|
4715
|
+
openWorldHint: false,
|
|
4716
|
+
},
|
|
4114
4717
|
},
|
|
4115
4718
|
{
|
|
4116
4719
|
name: 'wordpress_check_structured_data',
|
|
@@ -4125,7 +4728,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4125
4728
|
},
|
|
4126
4729
|
required: ['page_id'],
|
|
4127
4730
|
},
|
|
4128
|
-
|
|
4731
|
+
annotations: {
|
|
4732
|
+
title: "Check Structured Data",
|
|
4733
|
+
readOnlyHint: true,
|
|
4734
|
+
destructiveHint: false,
|
|
4735
|
+
idempotentHint: true,
|
|
4736
|
+
openWorldHint: false,
|
|
4737
|
+
},
|
|
4129
4738
|
},
|
|
4130
4739
|
// Safety & Security center
|
|
4131
4740
|
{
|
|
@@ -4146,7 +4755,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4146
4755
|
},
|
|
4147
4756
|
},
|
|
4148
4757
|
},
|
|
4149
|
-
|
|
4758
|
+
annotations: {
|
|
4759
|
+
title: "Security Audit",
|
|
4760
|
+
readOnlyHint: true,
|
|
4761
|
+
destructiveHint: false,
|
|
4762
|
+
idempotentHint: true,
|
|
4763
|
+
openWorldHint: true,
|
|
4764
|
+
},
|
|
4150
4765
|
},
|
|
4151
4766
|
{
|
|
4152
4767
|
name: 'wordpress_update_core_security',
|
|
@@ -4173,7 +4788,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4173
4788
|
},
|
|
4174
4789
|
required: ['advisory_id', 'target_version', 'backup_confirmed'],
|
|
4175
4790
|
},
|
|
4176
|
-
|
|
4791
|
+
annotations: {
|
|
4792
|
+
title: "Update Core Security",
|
|
4793
|
+
readOnlyHint: false,
|
|
4794
|
+
destructiveHint: true,
|
|
4795
|
+
idempotentHint: true,
|
|
4796
|
+
openWorldHint: true,
|
|
4797
|
+
},
|
|
4177
4798
|
},
|
|
4178
4799
|
// Accessibility tools
|
|
4179
4800
|
{
|
|
@@ -4187,7 +4808,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4187
4808
|
summary_only: { type: 'boolean', description: 'When true (default), strips violations[].nodes and prompts[] from each entry. The full payload remains available via respira_get_accessibility_scan.' },
|
|
4188
4809
|
},
|
|
4189
4810
|
},
|
|
4190
|
-
|
|
4811
|
+
annotations: {
|
|
4812
|
+
title: "List Accessibility Scans",
|
|
4813
|
+
readOnlyHint: true,
|
|
4814
|
+
destructiveHint: false,
|
|
4815
|
+
idempotentHint: true,
|
|
4816
|
+
openWorldHint: false,
|
|
4817
|
+
},
|
|
4191
4818
|
},
|
|
4192
4819
|
{
|
|
4193
4820
|
name: 'wordpress_get_accessibility_scan',
|
|
@@ -4200,7 +4827,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4200
4827
|
},
|
|
4201
4828
|
required: ['scan_id'],
|
|
4202
4829
|
},
|
|
4203
|
-
|
|
4830
|
+
annotations: {
|
|
4831
|
+
title: "Get Accessibility Scan",
|
|
4832
|
+
readOnlyHint: true,
|
|
4833
|
+
destructiveHint: false,
|
|
4834
|
+
idempotentHint: true,
|
|
4835
|
+
openWorldHint: false,
|
|
4836
|
+
},
|
|
4204
4837
|
},
|
|
4205
4838
|
{
|
|
4206
4839
|
name: 'wordpress_scan_page_accessibility',
|
|
@@ -4214,6 +4847,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4214
4847
|
},
|
|
4215
4848
|
required: ['page_id'],
|
|
4216
4849
|
},
|
|
4850
|
+
annotations: {
|
|
4851
|
+
title: "Run Accessibility Scan",
|
|
4852
|
+
readOnlyHint: true,
|
|
4853
|
+
destructiveHint: false,
|
|
4854
|
+
idempotentHint: true,
|
|
4855
|
+
openWorldHint: false,
|
|
4856
|
+
},
|
|
4217
4857
|
},
|
|
4218
4858
|
{
|
|
4219
4859
|
name: 'wordpress_apply_accessibility_fixes',
|
|
@@ -4230,6 +4870,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4230
4870
|
},
|
|
4231
4871
|
required: ['scan_id'],
|
|
4232
4872
|
},
|
|
4873
|
+
annotations: {
|
|
4874
|
+
title: "Apply Accessibility Fixes",
|
|
4875
|
+
readOnlyHint: false,
|
|
4876
|
+
destructiveHint: true,
|
|
4877
|
+
idempotentHint: true,
|
|
4878
|
+
openWorldHint: false,
|
|
4879
|
+
},
|
|
4233
4880
|
},
|
|
4234
4881
|
// Plugin Management tools (EXPERIMENTAL)
|
|
4235
4882
|
{
|
|
@@ -4239,7 +4886,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4239
4886
|
type: 'object',
|
|
4240
4887
|
properties: {},
|
|
4241
4888
|
},
|
|
4242
|
-
|
|
4889
|
+
annotations: {
|
|
4890
|
+
title: "List Plugins",
|
|
4891
|
+
readOnlyHint: true,
|
|
4892
|
+
destructiveHint: false,
|
|
4893
|
+
idempotentHint: true,
|
|
4894
|
+
openWorldHint: false,
|
|
4895
|
+
},
|
|
4243
4896
|
},
|
|
4244
4897
|
{
|
|
4245
4898
|
name: 'wordpress_install_plugin',
|
|
@@ -4263,6 +4916,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4263
4916
|
},
|
|
4264
4917
|
required: ['slug_or_url'],
|
|
4265
4918
|
},
|
|
4919
|
+
annotations: {
|
|
4920
|
+
title: "Install Plugin",
|
|
4921
|
+
readOnlyHint: false,
|
|
4922
|
+
destructiveHint: false,
|
|
4923
|
+
idempotentHint: true,
|
|
4924
|
+
openWorldHint: true,
|
|
4925
|
+
},
|
|
4266
4926
|
},
|
|
4267
4927
|
{
|
|
4268
4928
|
name: 'wordpress_activate_plugin',
|
|
@@ -4285,6 +4945,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4285
4945
|
},
|
|
4286
4946
|
required: ['slug'],
|
|
4287
4947
|
},
|
|
4948
|
+
annotations: {
|
|
4949
|
+
title: "Activate Plugin",
|
|
4950
|
+
readOnlyHint: false,
|
|
4951
|
+
destructiveHint: false,
|
|
4952
|
+
idempotentHint: true,
|
|
4953
|
+
openWorldHint: false,
|
|
4954
|
+
},
|
|
4288
4955
|
},
|
|
4289
4956
|
{
|
|
4290
4957
|
name: 'wordpress_deactivate_plugin',
|
|
@@ -4303,6 +4970,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4303
4970
|
},
|
|
4304
4971
|
required: ['slug'],
|
|
4305
4972
|
},
|
|
4973
|
+
annotations: {
|
|
4974
|
+
title: "Deactivate Plugin",
|
|
4975
|
+
readOnlyHint: false,
|
|
4976
|
+
destructiveHint: false,
|
|
4977
|
+
idempotentHint: true,
|
|
4978
|
+
openWorldHint: false,
|
|
4979
|
+
},
|
|
4306
4980
|
},
|
|
4307
4981
|
{
|
|
4308
4982
|
name: 'wordpress_update_plugin',
|
|
@@ -4321,7 +4995,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4321
4995
|
},
|
|
4322
4996
|
required: ['slug'],
|
|
4323
4997
|
},
|
|
4324
|
-
|
|
4998
|
+
annotations: {
|
|
4999
|
+
title: "Update Plugin",
|
|
5000
|
+
readOnlyHint: false,
|
|
5001
|
+
destructiveHint: true,
|
|
5002
|
+
idempotentHint: true,
|
|
5003
|
+
openWorldHint: true,
|
|
5004
|
+
},
|
|
4325
5005
|
},
|
|
4326
5006
|
{
|
|
4327
5007
|
name: 'wordpress_delete_plugin',
|
|
@@ -4340,7 +5020,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4340
5020
|
},
|
|
4341
5021
|
required: ['slug'],
|
|
4342
5022
|
},
|
|
4343
|
-
|
|
5023
|
+
annotations: {
|
|
5024
|
+
title: "Delete Plugin",
|
|
5025
|
+
readOnlyHint: false,
|
|
5026
|
+
destructiveHint: true,
|
|
5027
|
+
idempotentHint: true,
|
|
5028
|
+
openWorldHint: false,
|
|
5029
|
+
},
|
|
4344
5030
|
},
|
|
4345
5031
|
// Users Management
|
|
4346
5032
|
{
|
|
@@ -4363,7 +5049,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4363
5049
|
},
|
|
4364
5050
|
},
|
|
4365
5051
|
},
|
|
4366
|
-
|
|
5052
|
+
annotations: {
|
|
5053
|
+
title: "List Users",
|
|
5054
|
+
readOnlyHint: true,
|
|
5055
|
+
destructiveHint: false,
|
|
5056
|
+
idempotentHint: true,
|
|
5057
|
+
openWorldHint: false,
|
|
5058
|
+
},
|
|
4367
5059
|
},
|
|
4368
5060
|
{
|
|
4369
5061
|
name: 'wordpress_get_user',
|
|
@@ -4378,7 +5070,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4378
5070
|
},
|
|
4379
5071
|
required: ['id'],
|
|
4380
5072
|
},
|
|
4381
|
-
|
|
5073
|
+
annotations: {
|
|
5074
|
+
title: "Get User",
|
|
5075
|
+
readOnlyHint: true,
|
|
5076
|
+
destructiveHint: false,
|
|
5077
|
+
idempotentHint: true,
|
|
5078
|
+
openWorldHint: false,
|
|
5079
|
+
},
|
|
4382
5080
|
},
|
|
4383
5081
|
{
|
|
4384
5082
|
name: 'wordpress_create_user',
|
|
@@ -4409,6 +5107,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4409
5107
|
},
|
|
4410
5108
|
required: ['username', 'email', 'password'],
|
|
4411
5109
|
},
|
|
5110
|
+
annotations: {
|
|
5111
|
+
title: "Create User",
|
|
5112
|
+
readOnlyHint: false,
|
|
5113
|
+
destructiveHint: false,
|
|
5114
|
+
idempotentHint: false,
|
|
5115
|
+
openWorldHint: false,
|
|
5116
|
+
},
|
|
4412
5117
|
},
|
|
4413
5118
|
{
|
|
4414
5119
|
name: 'wordpress_update_user',
|
|
@@ -4443,7 +5148,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4443
5148
|
},
|
|
4444
5149
|
required: ['id'],
|
|
4445
5150
|
},
|
|
4446
|
-
|
|
5151
|
+
annotations: {
|
|
5152
|
+
title: "Update User",
|
|
5153
|
+
readOnlyHint: false,
|
|
5154
|
+
destructiveHint: true,
|
|
5155
|
+
idempotentHint: true,
|
|
5156
|
+
openWorldHint: false,
|
|
5157
|
+
},
|
|
4447
5158
|
},
|
|
4448
5159
|
{
|
|
4449
5160
|
name: 'wordpress_delete_user',
|
|
@@ -4466,7 +5177,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4466
5177
|
},
|
|
4467
5178
|
required: ['id'],
|
|
4468
5179
|
},
|
|
4469
|
-
|
|
5180
|
+
annotations: {
|
|
5181
|
+
title: "Delete User",
|
|
5182
|
+
readOnlyHint: false,
|
|
5183
|
+
destructiveHint: true,
|
|
5184
|
+
idempotentHint: true,
|
|
5185
|
+
openWorldHint: false,
|
|
5186
|
+
},
|
|
4470
5187
|
},
|
|
4471
5188
|
// Comments
|
|
4472
5189
|
{
|
|
@@ -4493,7 +5210,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4493
5210
|
},
|
|
4494
5211
|
},
|
|
4495
5212
|
},
|
|
4496
|
-
|
|
5213
|
+
annotations: {
|
|
5214
|
+
title: "List Comments",
|
|
5215
|
+
readOnlyHint: true,
|
|
5216
|
+
destructiveHint: false,
|
|
5217
|
+
idempotentHint: true,
|
|
5218
|
+
openWorldHint: false,
|
|
5219
|
+
},
|
|
4497
5220
|
},
|
|
4498
5221
|
{
|
|
4499
5222
|
name: 'wordpress_get_comment',
|
|
@@ -4508,7 +5231,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4508
5231
|
},
|
|
4509
5232
|
required: ['id'],
|
|
4510
5233
|
},
|
|
4511
|
-
|
|
5234
|
+
annotations: {
|
|
5235
|
+
title: "Get Comment",
|
|
5236
|
+
readOnlyHint: true,
|
|
5237
|
+
destructiveHint: false,
|
|
5238
|
+
idempotentHint: true,
|
|
5239
|
+
openWorldHint: false,
|
|
5240
|
+
},
|
|
4512
5241
|
},
|
|
4513
5242
|
{
|
|
4514
5243
|
name: 'wordpress_create_comment',
|
|
@@ -4543,6 +5272,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4543
5272
|
},
|
|
4544
5273
|
required: ['post_id', 'author', 'author_email', 'content'],
|
|
4545
5274
|
},
|
|
5275
|
+
annotations: {
|
|
5276
|
+
title: "Create Comment",
|
|
5277
|
+
readOnlyHint: false,
|
|
5278
|
+
destructiveHint: false,
|
|
5279
|
+
idempotentHint: false,
|
|
5280
|
+
openWorldHint: false,
|
|
5281
|
+
},
|
|
4546
5282
|
},
|
|
4547
5283
|
{
|
|
4548
5284
|
name: 'wordpress_update_comment',
|
|
@@ -4565,7 +5301,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4565
5301
|
},
|
|
4566
5302
|
required: ['id'],
|
|
4567
5303
|
},
|
|
4568
|
-
|
|
5304
|
+
annotations: {
|
|
5305
|
+
title: "Update Comment",
|
|
5306
|
+
readOnlyHint: false,
|
|
5307
|
+
destructiveHint: false,
|
|
5308
|
+
idempotentHint: true,
|
|
5309
|
+
openWorldHint: false,
|
|
5310
|
+
},
|
|
4569
5311
|
},
|
|
4570
5312
|
{
|
|
4571
5313
|
name: 'wordpress_delete_comment',
|
|
@@ -4584,7 +5326,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4584
5326
|
},
|
|
4585
5327
|
required: ['id'],
|
|
4586
5328
|
},
|
|
4587
|
-
|
|
5329
|
+
annotations: {
|
|
5330
|
+
title: "Delete Comment",
|
|
5331
|
+
readOnlyHint: false,
|
|
5332
|
+
destructiveHint: true,
|
|
5333
|
+
idempotentHint: true,
|
|
5334
|
+
openWorldHint: false,
|
|
5335
|
+
},
|
|
4588
5336
|
},
|
|
4589
5337
|
// Taxonomies
|
|
4590
5338
|
{
|
|
@@ -4594,7 +5342,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4594
5342
|
type: 'object',
|
|
4595
5343
|
properties: {},
|
|
4596
5344
|
},
|
|
4597
|
-
|
|
5345
|
+
annotations: {
|
|
5346
|
+
title: "List Taxonomies",
|
|
5347
|
+
readOnlyHint: true,
|
|
5348
|
+
destructiveHint: false,
|
|
5349
|
+
idempotentHint: true,
|
|
5350
|
+
openWorldHint: false,
|
|
5351
|
+
},
|
|
4598
5352
|
},
|
|
4599
5353
|
{
|
|
4600
5354
|
name: 'wordpress_get_taxonomy',
|
|
@@ -4609,7 +5363,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4609
5363
|
},
|
|
4610
5364
|
required: ['taxonomy'],
|
|
4611
5365
|
},
|
|
4612
|
-
|
|
5366
|
+
annotations: {
|
|
5367
|
+
title: "Get Taxonomy",
|
|
5368
|
+
readOnlyHint: true,
|
|
5369
|
+
destructiveHint: false,
|
|
5370
|
+
idempotentHint: true,
|
|
5371
|
+
openWorldHint: false,
|
|
5372
|
+
},
|
|
4613
5373
|
},
|
|
4614
5374
|
{
|
|
4615
5375
|
name: 'wordpress_list_terms',
|
|
@@ -4636,7 +5396,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4636
5396
|
},
|
|
4637
5397
|
required: ['taxonomy'],
|
|
4638
5398
|
},
|
|
4639
|
-
|
|
5399
|
+
annotations: {
|
|
5400
|
+
title: "List Terms",
|
|
5401
|
+
readOnlyHint: true,
|
|
5402
|
+
destructiveHint: false,
|
|
5403
|
+
idempotentHint: true,
|
|
5404
|
+
openWorldHint: false,
|
|
5405
|
+
},
|
|
4640
5406
|
},
|
|
4641
5407
|
{
|
|
4642
5408
|
name: 'wordpress_get_term',
|
|
@@ -4655,7 +5421,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4655
5421
|
},
|
|
4656
5422
|
required: ['taxonomy', 'id'],
|
|
4657
5423
|
},
|
|
4658
|
-
|
|
5424
|
+
annotations: {
|
|
5425
|
+
title: "Get Term",
|
|
5426
|
+
readOnlyHint: true,
|
|
5427
|
+
destructiveHint: false,
|
|
5428
|
+
idempotentHint: true,
|
|
5429
|
+
openWorldHint: false,
|
|
5430
|
+
},
|
|
4659
5431
|
},
|
|
4660
5432
|
{
|
|
4661
5433
|
name: 'wordpress_create_term',
|
|
@@ -4686,6 +5458,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4686
5458
|
},
|
|
4687
5459
|
required: ['taxonomy', 'name'],
|
|
4688
5460
|
},
|
|
5461
|
+
annotations: {
|
|
5462
|
+
title: "Create Term",
|
|
5463
|
+
readOnlyHint: false,
|
|
5464
|
+
destructiveHint: false,
|
|
5465
|
+
idempotentHint: false,
|
|
5466
|
+
openWorldHint: false,
|
|
5467
|
+
},
|
|
4689
5468
|
},
|
|
4690
5469
|
{
|
|
4691
5470
|
name: 'wordpress_update_term',
|
|
@@ -4720,7 +5499,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4720
5499
|
},
|
|
4721
5500
|
required: ['taxonomy', 'id'],
|
|
4722
5501
|
},
|
|
4723
|
-
|
|
5502
|
+
annotations: {
|
|
5503
|
+
title: "Update Term",
|
|
5504
|
+
readOnlyHint: false,
|
|
5505
|
+
destructiveHint: false,
|
|
5506
|
+
idempotentHint: true,
|
|
5507
|
+
openWorldHint: false,
|
|
5508
|
+
},
|
|
4724
5509
|
},
|
|
4725
5510
|
{
|
|
4726
5511
|
name: 'wordpress_delete_term',
|
|
@@ -4743,7 +5528,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4743
5528
|
},
|
|
4744
5529
|
required: ['taxonomy', 'id'],
|
|
4745
5530
|
},
|
|
4746
|
-
|
|
5531
|
+
annotations: {
|
|
5532
|
+
title: "Delete Term",
|
|
5533
|
+
readOnlyHint: false,
|
|
5534
|
+
destructiveHint: true,
|
|
5535
|
+
idempotentHint: true,
|
|
5536
|
+
openWorldHint: false,
|
|
5537
|
+
},
|
|
4747
5538
|
},
|
|
4748
5539
|
// Custom Post Types
|
|
4749
5540
|
{
|
|
@@ -4753,7 +5544,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4753
5544
|
type: 'object',
|
|
4754
5545
|
properties: {},
|
|
4755
5546
|
},
|
|
4756
|
-
|
|
5547
|
+
annotations: {
|
|
5548
|
+
title: "List Post Types",
|
|
5549
|
+
readOnlyHint: true,
|
|
5550
|
+
destructiveHint: false,
|
|
5551
|
+
idempotentHint: true,
|
|
5552
|
+
openWorldHint: false,
|
|
5553
|
+
},
|
|
4757
5554
|
},
|
|
4758
5555
|
{
|
|
4759
5556
|
name: 'wordpress_get_post_type',
|
|
@@ -4768,7 +5565,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4768
5565
|
},
|
|
4769
5566
|
required: ['type'],
|
|
4770
5567
|
},
|
|
4771
|
-
|
|
5568
|
+
annotations: {
|
|
5569
|
+
title: "Get Post Type",
|
|
5570
|
+
readOnlyHint: true,
|
|
5571
|
+
destructiveHint: false,
|
|
5572
|
+
idempotentHint: true,
|
|
5573
|
+
openWorldHint: false,
|
|
5574
|
+
},
|
|
4772
5575
|
},
|
|
4773
5576
|
// Custom Structures (v7.1) — agent-creatable CPTs, taxonomies, ACF field groups.
|
|
4774
5577
|
// Stored in wp_options on the WP side, registered against core via register_post_type
|
|
@@ -4795,6 +5598,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4795
5598
|
},
|
|
4796
5599
|
required: ['slug', 'label'],
|
|
4797
5600
|
},
|
|
5601
|
+
annotations: {
|
|
5602
|
+
title: "Create Post Type",
|
|
5603
|
+
readOnlyHint: false,
|
|
5604
|
+
destructiveHint: false,
|
|
5605
|
+
idempotentHint: false,
|
|
5606
|
+
openWorldHint: false,
|
|
5607
|
+
},
|
|
4798
5608
|
},
|
|
4799
5609
|
{
|
|
4800
5610
|
name: 'wordpress_update_post_type',
|
|
@@ -4815,6 +5625,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4815
5625
|
},
|
|
4816
5626
|
required: ['slug'],
|
|
4817
5627
|
},
|
|
5628
|
+
annotations: {
|
|
5629
|
+
title: "Update Post Type",
|
|
5630
|
+
readOnlyHint: false,
|
|
5631
|
+
destructiveHint: false,
|
|
5632
|
+
idempotentHint: true,
|
|
5633
|
+
openWorldHint: false,
|
|
5634
|
+
},
|
|
4818
5635
|
},
|
|
4819
5636
|
{
|
|
4820
5637
|
name: 'wordpress_delete_post_type',
|
|
@@ -4826,13 +5643,25 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4826
5643
|
},
|
|
4827
5644
|
required: ['slug'],
|
|
4828
5645
|
},
|
|
4829
|
-
|
|
5646
|
+
annotations: {
|
|
5647
|
+
title: "Delete Post Type",
|
|
5648
|
+
readOnlyHint: false,
|
|
5649
|
+
destructiveHint: true,
|
|
5650
|
+
idempotentHint: true,
|
|
5651
|
+
openWorldHint: false,
|
|
5652
|
+
},
|
|
4830
5653
|
},
|
|
4831
5654
|
{
|
|
4832
5655
|
name: 'wordpress_list_custom_post_types',
|
|
4833
5656
|
description: "List every Custom Post Type Respira created via wordpress_create_post_type. Different from wordpress_list_post_types — that one enumerates EVERY registered post type (core, theme, third-party, Respira-created). This one shows only Respira-owned ones, with their full definition + creation timestamp.",
|
|
4834
5657
|
inputSchema: { type: 'object', properties: {} },
|
|
4835
|
-
|
|
5658
|
+
annotations: {
|
|
5659
|
+
title: "List Custom Post Types",
|
|
5660
|
+
readOnlyHint: true,
|
|
5661
|
+
destructiveHint: false,
|
|
5662
|
+
idempotentHint: true,
|
|
5663
|
+
openWorldHint: false,
|
|
5664
|
+
},
|
|
4836
5665
|
},
|
|
4837
5666
|
{
|
|
4838
5667
|
name: 'wordpress_create_taxonomy',
|
|
@@ -4851,6 +5680,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4851
5680
|
},
|
|
4852
5681
|
required: ['slug', 'label'],
|
|
4853
5682
|
},
|
|
5683
|
+
annotations: {
|
|
5684
|
+
title: "Create Taxonomy",
|
|
5685
|
+
readOnlyHint: false,
|
|
5686
|
+
destructiveHint: false,
|
|
5687
|
+
idempotentHint: false,
|
|
5688
|
+
openWorldHint: false,
|
|
5689
|
+
},
|
|
4854
5690
|
},
|
|
4855
5691
|
{
|
|
4856
5692
|
name: 'wordpress_update_taxonomy',
|
|
@@ -4869,6 +5705,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4869
5705
|
},
|
|
4870
5706
|
required: ['slug'],
|
|
4871
5707
|
},
|
|
5708
|
+
annotations: {
|
|
5709
|
+
title: "Update Taxonomy",
|
|
5710
|
+
readOnlyHint: false,
|
|
5711
|
+
destructiveHint: false,
|
|
5712
|
+
idempotentHint: true,
|
|
5713
|
+
openWorldHint: false,
|
|
5714
|
+
},
|
|
4872
5715
|
},
|
|
4873
5716
|
{
|
|
4874
5717
|
name: 'wordpress_delete_taxonomy',
|
|
@@ -4880,13 +5723,25 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4880
5723
|
},
|
|
4881
5724
|
required: ['slug'],
|
|
4882
5725
|
},
|
|
4883
|
-
|
|
5726
|
+
annotations: {
|
|
5727
|
+
title: "Delete Taxonomy",
|
|
5728
|
+
readOnlyHint: false,
|
|
5729
|
+
destructiveHint: true,
|
|
5730
|
+
idempotentHint: true,
|
|
5731
|
+
openWorldHint: false,
|
|
5732
|
+
},
|
|
4884
5733
|
},
|
|
4885
5734
|
{
|
|
4886
5735
|
name: 'wordpress_list_custom_taxonomies',
|
|
4887
5736
|
description: 'List every taxonomy Respira created. Different from wordpress_list_taxonomies — that one enumerates every registered taxonomy site-wide.',
|
|
4888
5737
|
inputSchema: { type: 'object', properties: {} },
|
|
4889
|
-
|
|
5738
|
+
annotations: {
|
|
5739
|
+
title: "List Custom Taxonomies",
|
|
5740
|
+
readOnlyHint: true,
|
|
5741
|
+
destructiveHint: false,
|
|
5742
|
+
idempotentHint: true,
|
|
5743
|
+
openWorldHint: false,
|
|
5744
|
+
},
|
|
4890
5745
|
},
|
|
4891
5746
|
{
|
|
4892
5747
|
name: 'wordpress_create_acf_field_group',
|
|
@@ -4901,6 +5756,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4901
5756
|
},
|
|
4902
5757
|
required: ['title'],
|
|
4903
5758
|
},
|
|
5759
|
+
annotations: {
|
|
5760
|
+
title: "Create ACF Field Group",
|
|
5761
|
+
readOnlyHint: false,
|
|
5762
|
+
destructiveHint: false,
|
|
5763
|
+
idempotentHint: false,
|
|
5764
|
+
openWorldHint: false,
|
|
5765
|
+
},
|
|
4904
5766
|
},
|
|
4905
5767
|
{
|
|
4906
5768
|
name: 'wordpress_update_acf_field_group',
|
|
@@ -4915,6 +5777,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4915
5777
|
},
|
|
4916
5778
|
required: ['key'],
|
|
4917
5779
|
},
|
|
5780
|
+
annotations: {
|
|
5781
|
+
title: "Update ACF Field Group",
|
|
5782
|
+
readOnlyHint: false,
|
|
5783
|
+
destructiveHint: true,
|
|
5784
|
+
idempotentHint: true,
|
|
5785
|
+
openWorldHint: false,
|
|
5786
|
+
},
|
|
4918
5787
|
},
|
|
4919
5788
|
{
|
|
4920
5789
|
name: 'wordpress_delete_acf_field_group',
|
|
@@ -4926,13 +5795,25 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4926
5795
|
},
|
|
4927
5796
|
required: ['key'],
|
|
4928
5797
|
},
|
|
4929
|
-
|
|
5798
|
+
annotations: {
|
|
5799
|
+
title: "Delete ACF Field Group",
|
|
5800
|
+
readOnlyHint: false,
|
|
5801
|
+
destructiveHint: true,
|
|
5802
|
+
idempotentHint: true,
|
|
5803
|
+
openWorldHint: false,
|
|
5804
|
+
},
|
|
4930
5805
|
},
|
|
4931
5806
|
{
|
|
4932
5807
|
name: 'wordpress_list_acf_field_groups',
|
|
4933
5808
|
description: 'List every ACF field group Respira created. Requires ACF active. Refuses with respira_acf_not_active otherwise.',
|
|
4934
5809
|
inputSchema: { type: 'object', properties: {} },
|
|
4935
|
-
|
|
5810
|
+
annotations: {
|
|
5811
|
+
title: "List ACF Field Groups",
|
|
5812
|
+
readOnlyHint: true,
|
|
5813
|
+
destructiveHint: false,
|
|
5814
|
+
idempotentHint: true,
|
|
5815
|
+
openWorldHint: false,
|
|
5816
|
+
},
|
|
4936
5817
|
},
|
|
4937
5818
|
// Playbooks (v7.1) — JSON workflow compositions that register themselves as Abilities.
|
|
4938
5819
|
// Once created, a playbook becomes callable via respira_invoke_ability under the
|
|
@@ -4966,12 +5847,25 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4966
5847
|
},
|
|
4967
5848
|
required: ['id', 'label', 'input_schema', 'steps'],
|
|
4968
5849
|
},
|
|
5850
|
+
annotations: {
|
|
5851
|
+
title: "Create Playbook",
|
|
5852
|
+
readOnlyHint: false,
|
|
5853
|
+
destructiveHint: false,
|
|
5854
|
+
idempotentHint: false,
|
|
5855
|
+
openWorldHint: false,
|
|
5856
|
+
},
|
|
4969
5857
|
},
|
|
4970
5858
|
{
|
|
4971
5859
|
name: 'wordpress_list_playbooks',
|
|
4972
5860
|
description: 'List every Playbook stored on this site, with id / ability_id / label / description / step count / invocation_count / last_invoked_at. Useful for "what playbooks are available" discovery before authoring a new one.',
|
|
4973
5861
|
inputSchema: { type: 'object', properties: {} },
|
|
4974
|
-
|
|
5862
|
+
annotations: {
|
|
5863
|
+
title: "List Playbooks",
|
|
5864
|
+
readOnlyHint: true,
|
|
5865
|
+
destructiveHint: false,
|
|
5866
|
+
idempotentHint: true,
|
|
5867
|
+
openWorldHint: false,
|
|
5868
|
+
},
|
|
4975
5869
|
},
|
|
4976
5870
|
{
|
|
4977
5871
|
name: 'wordpress_get_playbook',
|
|
@@ -4983,7 +5877,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
4983
5877
|
},
|
|
4984
5878
|
required: ['id'],
|
|
4985
5879
|
},
|
|
4986
|
-
|
|
5880
|
+
annotations: {
|
|
5881
|
+
title: "Get Playbook",
|
|
5882
|
+
readOnlyHint: true,
|
|
5883
|
+
destructiveHint: false,
|
|
5884
|
+
idempotentHint: true,
|
|
5885
|
+
openWorldHint: false,
|
|
5886
|
+
},
|
|
4987
5887
|
},
|
|
4988
5888
|
{
|
|
4989
5889
|
name: 'wordpress_update_playbook',
|
|
@@ -5000,6 +5900,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5000
5900
|
},
|
|
5001
5901
|
required: ['id'],
|
|
5002
5902
|
},
|
|
5903
|
+
annotations: {
|
|
5904
|
+
title: "Update Playbook",
|
|
5905
|
+
readOnlyHint: false,
|
|
5906
|
+
destructiveHint: true,
|
|
5907
|
+
idempotentHint: true,
|
|
5908
|
+
openWorldHint: false,
|
|
5909
|
+
},
|
|
5003
5910
|
},
|
|
5004
5911
|
{
|
|
5005
5912
|
name: 'wordpress_delete_playbook',
|
|
@@ -5011,7 +5918,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5011
5918
|
},
|
|
5012
5919
|
required: ['id'],
|
|
5013
5920
|
},
|
|
5014
|
-
|
|
5921
|
+
annotations: {
|
|
5922
|
+
title: "Delete Playbook",
|
|
5923
|
+
readOnlyHint: false,
|
|
5924
|
+
destructiveHint: true,
|
|
5925
|
+
idempotentHint: true,
|
|
5926
|
+
openWorldHint: false,
|
|
5927
|
+
},
|
|
5015
5928
|
},
|
|
5016
5929
|
// Site Memory (v8.3, Resonance) — persistent per-site memory that lives IN the
|
|
5017
5930
|
// WordPress site, so it travels across clients (Claude, ChatGPT, Cursor) and
|
|
@@ -5034,6 +5947,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5034
5947
|
},
|
|
5035
5948
|
required: ['key', 'content'],
|
|
5036
5949
|
},
|
|
5950
|
+
annotations: {
|
|
5951
|
+
title: "Save Site Memory",
|
|
5952
|
+
readOnlyHint: false,
|
|
5953
|
+
destructiveHint: false,
|
|
5954
|
+
idempotentHint: true,
|
|
5955
|
+
openWorldHint: false,
|
|
5956
|
+
},
|
|
5037
5957
|
},
|
|
5038
5958
|
{
|
|
5039
5959
|
name: 'wordpress_forget',
|
|
@@ -5045,12 +5965,25 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5045
5965
|
},
|
|
5046
5966
|
required: ['key'],
|
|
5047
5967
|
},
|
|
5968
|
+
annotations: {
|
|
5969
|
+
title: "Forget Site Memory",
|
|
5970
|
+
readOnlyHint: false,
|
|
5971
|
+
destructiveHint: true,
|
|
5972
|
+
idempotentHint: true,
|
|
5973
|
+
openWorldHint: false,
|
|
5974
|
+
},
|
|
5048
5975
|
},
|
|
5049
5976
|
{
|
|
5050
5977
|
name: 'wordpress_list_memory',
|
|
5051
5978
|
description: 'List everything stored in this site\'s persistent Site Memory: facts, preferences, lessons, and enforced rules, with source and last-updated metadata. The same content arrives automatically in get_site_context; use this when you need keys for updating or forgetting entries.',
|
|
5052
5979
|
inputSchema: { type: 'object', properties: {} },
|
|
5053
|
-
|
|
5980
|
+
annotations: {
|
|
5981
|
+
title: "List Site Memory",
|
|
5982
|
+
readOnlyHint: true,
|
|
5983
|
+
destructiveHint: false,
|
|
5984
|
+
idempotentHint: true,
|
|
5985
|
+
openWorldHint: false,
|
|
5986
|
+
},
|
|
5054
5987
|
},
|
|
5055
5988
|
{
|
|
5056
5989
|
name: 'wordpress_list_custom_posts',
|
|
@@ -5085,7 +6018,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5085
6018
|
},
|
|
5086
6019
|
required: ['type'],
|
|
5087
6020
|
},
|
|
5088
|
-
|
|
6021
|
+
annotations: {
|
|
6022
|
+
title: "List Custom Posts",
|
|
6023
|
+
readOnlyHint: true,
|
|
6024
|
+
destructiveHint: false,
|
|
6025
|
+
idempotentHint: true,
|
|
6026
|
+
openWorldHint: false,
|
|
6027
|
+
},
|
|
5089
6028
|
},
|
|
5090
6029
|
{
|
|
5091
6030
|
name: 'wordpress_get_custom_post',
|
|
@@ -5108,7 +6047,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5108
6047
|
},
|
|
5109
6048
|
required: ['type', 'id'],
|
|
5110
6049
|
},
|
|
5111
|
-
|
|
6050
|
+
annotations: {
|
|
6051
|
+
title: "Custom Post",
|
|
6052
|
+
readOnlyHint: true,
|
|
6053
|
+
destructiveHint: false,
|
|
6054
|
+
idempotentHint: true,
|
|
6055
|
+
openWorldHint: false,
|
|
6056
|
+
},
|
|
5112
6057
|
},
|
|
5113
6058
|
{
|
|
5114
6059
|
name: 'wordpress_create_custom_post',
|
|
@@ -5194,6 +6139,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5194
6139
|
},
|
|
5195
6140
|
required: ['type', 'title'],
|
|
5196
6141
|
},
|
|
6142
|
+
annotations: {
|
|
6143
|
+
title: "Create Custom Post",
|
|
6144
|
+
readOnlyHint: false,
|
|
6145
|
+
destructiveHint: false,
|
|
6146
|
+
idempotentHint: false,
|
|
6147
|
+
openWorldHint: false,
|
|
6148
|
+
},
|
|
5197
6149
|
},
|
|
5198
6150
|
{
|
|
5199
6151
|
name: 'wordpress_update_custom_post',
|
|
@@ -5292,7 +6244,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5292
6244
|
},
|
|
5293
6245
|
required: ['type', 'id'],
|
|
5294
6246
|
},
|
|
5295
|
-
|
|
6247
|
+
annotations: {
|
|
6248
|
+
title: "Update Custom Post",
|
|
6249
|
+
readOnlyHint: false,
|
|
6250
|
+
destructiveHint: true,
|
|
6251
|
+
idempotentHint: true,
|
|
6252
|
+
openWorldHint: false,
|
|
6253
|
+
},
|
|
5296
6254
|
},
|
|
5297
6255
|
{
|
|
5298
6256
|
name: 'wordpress_delete_custom_post',
|
|
@@ -5323,7 +6281,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5323
6281
|
},
|
|
5324
6282
|
required: ['type', 'id'],
|
|
5325
6283
|
},
|
|
5326
|
-
|
|
6284
|
+
annotations: {
|
|
6285
|
+
title: "Delete Custom Post",
|
|
6286
|
+
readOnlyHint: false,
|
|
6287
|
+
destructiveHint: true,
|
|
6288
|
+
idempotentHint: true,
|
|
6289
|
+
openWorldHint: false,
|
|
6290
|
+
},
|
|
5327
6291
|
},
|
|
5328
6292
|
// Options
|
|
5329
6293
|
{
|
|
@@ -5338,7 +6302,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5338
6302
|
},
|
|
5339
6303
|
},
|
|
5340
6304
|
},
|
|
5341
|
-
|
|
6305
|
+
annotations: {
|
|
6306
|
+
title: "List Options",
|
|
6307
|
+
readOnlyHint: true,
|
|
6308
|
+
destructiveHint: false,
|
|
6309
|
+
idempotentHint: true,
|
|
6310
|
+
openWorldHint: false,
|
|
6311
|
+
},
|
|
5342
6312
|
},
|
|
5343
6313
|
{
|
|
5344
6314
|
name: 'wordpress_get_option',
|
|
@@ -5353,7 +6323,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5353
6323
|
},
|
|
5354
6324
|
required: ['option'],
|
|
5355
6325
|
},
|
|
5356
|
-
|
|
6326
|
+
annotations: {
|
|
6327
|
+
title: "Get Option",
|
|
6328
|
+
readOnlyHint: true,
|
|
6329
|
+
destructiveHint: false,
|
|
6330
|
+
idempotentHint: true,
|
|
6331
|
+
openWorldHint: false,
|
|
6332
|
+
},
|
|
5357
6333
|
},
|
|
5358
6334
|
{
|
|
5359
6335
|
name: 'wordpress_update_option',
|
|
@@ -5371,7 +6347,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5371
6347
|
},
|
|
5372
6348
|
required: ['option', 'value'],
|
|
5373
6349
|
},
|
|
5374
|
-
|
|
6350
|
+
annotations: {
|
|
6351
|
+
title: "Update Option",
|
|
6352
|
+
readOnlyHint: false,
|
|
6353
|
+
destructiveHint: true,
|
|
6354
|
+
idempotentHint: true,
|
|
6355
|
+
openWorldHint: false,
|
|
6356
|
+
},
|
|
5375
6357
|
},
|
|
5376
6358
|
{
|
|
5377
6359
|
name: 'wordpress_delete_option',
|
|
@@ -5390,7 +6372,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5390
6372
|
},
|
|
5391
6373
|
required: ['option'],
|
|
5392
6374
|
},
|
|
5393
|
-
|
|
6375
|
+
annotations: {
|
|
6376
|
+
title: "Delete Option",
|
|
6377
|
+
readOnlyHint: false,
|
|
6378
|
+
destructiveHint: true,
|
|
6379
|
+
idempotentHint: true,
|
|
6380
|
+
openWorldHint: false,
|
|
6381
|
+
},
|
|
5394
6382
|
},
|
|
5395
6383
|
{
|
|
5396
6384
|
name: 'wordpress_purge_cache',
|
|
@@ -5410,7 +6398,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5410
6398
|
},
|
|
5411
6399
|
required: [],
|
|
5412
6400
|
},
|
|
5413
|
-
|
|
6401
|
+
annotations: {
|
|
6402
|
+
title: "Purge Cache",
|
|
6403
|
+
readOnlyHint: false,
|
|
6404
|
+
destructiveHint: false,
|
|
6405
|
+
idempotentHint: true,
|
|
6406
|
+
openWorldHint: true,
|
|
6407
|
+
},
|
|
5414
6408
|
},
|
|
5415
6409
|
// Media enhancements
|
|
5416
6410
|
{
|
|
@@ -5426,7 +6420,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5426
6420
|
},
|
|
5427
6421
|
required: ['id'],
|
|
5428
6422
|
},
|
|
5429
|
-
|
|
6423
|
+
annotations: {
|
|
6424
|
+
title: "Get Media",
|
|
6425
|
+
readOnlyHint: true,
|
|
6426
|
+
destructiveHint: false,
|
|
6427
|
+
idempotentHint: true,
|
|
6428
|
+
openWorldHint: false,
|
|
6429
|
+
},
|
|
5430
6430
|
},
|
|
5431
6431
|
{
|
|
5432
6432
|
name: 'wordpress_update_media',
|
|
@@ -5453,7 +6453,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5453
6453
|
},
|
|
5454
6454
|
required: ['id'],
|
|
5455
6455
|
},
|
|
5456
|
-
|
|
6456
|
+
annotations: {
|
|
6457
|
+
title: "Update Media",
|
|
6458
|
+
readOnlyHint: false,
|
|
6459
|
+
destructiveHint: false,
|
|
6460
|
+
idempotentHint: true,
|
|
6461
|
+
openWorldHint: false,
|
|
6462
|
+
},
|
|
5457
6463
|
},
|
|
5458
6464
|
{
|
|
5459
6465
|
name: 'wordpress_update_media_batch',
|
|
@@ -5478,6 +6484,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5478
6484
|
},
|
|
5479
6485
|
required: ['items'],
|
|
5480
6486
|
},
|
|
6487
|
+
annotations: {
|
|
6488
|
+
title: "Batch Update Media",
|
|
6489
|
+
readOnlyHint: false,
|
|
6490
|
+
destructiveHint: true,
|
|
6491
|
+
idempotentHint: true,
|
|
6492
|
+
openWorldHint: false,
|
|
6493
|
+
},
|
|
5481
6494
|
},
|
|
5482
6495
|
{
|
|
5483
6496
|
name: 'wordpress_delete_media',
|
|
@@ -5500,7 +6513,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5500
6513
|
},
|
|
5501
6514
|
required: ['id'],
|
|
5502
6515
|
},
|
|
5503
|
-
|
|
6516
|
+
annotations: {
|
|
6517
|
+
title: "Delete Media",
|
|
6518
|
+
readOnlyHint: false,
|
|
6519
|
+
destructiveHint: true,
|
|
6520
|
+
idempotentHint: true,
|
|
6521
|
+
openWorldHint: false,
|
|
6522
|
+
},
|
|
5504
6523
|
},
|
|
5505
6524
|
// Menu Management
|
|
5506
6525
|
{
|
|
@@ -5510,7 +6529,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5510
6529
|
type: 'object',
|
|
5511
6530
|
properties: {},
|
|
5512
6531
|
},
|
|
5513
|
-
|
|
6532
|
+
annotations: {
|
|
6533
|
+
title: "List Menus",
|
|
6534
|
+
readOnlyHint: true,
|
|
6535
|
+
destructiveHint: false,
|
|
6536
|
+
idempotentHint: true,
|
|
6537
|
+
openWorldHint: false,
|
|
6538
|
+
},
|
|
5514
6539
|
},
|
|
5515
6540
|
{
|
|
5516
6541
|
name: 'wordpress_get_menu',
|
|
@@ -5525,7 +6550,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5525
6550
|
},
|
|
5526
6551
|
required: ['id'],
|
|
5527
6552
|
},
|
|
5528
|
-
|
|
6553
|
+
annotations: {
|
|
6554
|
+
title: "Get Menu",
|
|
6555
|
+
readOnlyHint: true,
|
|
6556
|
+
destructiveHint: false,
|
|
6557
|
+
idempotentHint: true,
|
|
6558
|
+
openWorldHint: false,
|
|
6559
|
+
},
|
|
5529
6560
|
},
|
|
5530
6561
|
{
|
|
5531
6562
|
name: 'wordpress_create_menu',
|
|
@@ -5544,6 +6575,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5544
6575
|
},
|
|
5545
6576
|
required: ['name'],
|
|
5546
6577
|
},
|
|
6578
|
+
annotations: {
|
|
6579
|
+
title: "Create Menu",
|
|
6580
|
+
readOnlyHint: false,
|
|
6581
|
+
destructiveHint: false,
|
|
6582
|
+
idempotentHint: false,
|
|
6583
|
+
openWorldHint: false,
|
|
6584
|
+
},
|
|
5547
6585
|
},
|
|
5548
6586
|
{
|
|
5549
6587
|
name: 'wordpress_update_menu',
|
|
@@ -5566,7 +6604,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5566
6604
|
},
|
|
5567
6605
|
required: ['id'],
|
|
5568
6606
|
},
|
|
5569
|
-
|
|
6607
|
+
annotations: {
|
|
6608
|
+
title: "Update Menu",
|
|
6609
|
+
readOnlyHint: false,
|
|
6610
|
+
destructiveHint: false,
|
|
6611
|
+
idempotentHint: true,
|
|
6612
|
+
openWorldHint: false,
|
|
6613
|
+
},
|
|
5570
6614
|
},
|
|
5571
6615
|
{
|
|
5572
6616
|
name: 'wordpress_delete_menu',
|
|
@@ -5585,7 +6629,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5585
6629
|
},
|
|
5586
6630
|
required: ['id'],
|
|
5587
6631
|
},
|
|
5588
|
-
|
|
6632
|
+
annotations: {
|
|
6633
|
+
title: "Delete Menu",
|
|
6634
|
+
readOnlyHint: false,
|
|
6635
|
+
destructiveHint: true,
|
|
6636
|
+
idempotentHint: true,
|
|
6637
|
+
openWorldHint: false,
|
|
6638
|
+
},
|
|
5589
6639
|
},
|
|
5590
6640
|
// Menu Locations
|
|
5591
6641
|
{
|
|
@@ -5595,7 +6645,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5595
6645
|
type: 'object',
|
|
5596
6646
|
properties: {},
|
|
5597
6647
|
},
|
|
5598
|
-
|
|
6648
|
+
annotations: {
|
|
6649
|
+
title: "List Menu Locations",
|
|
6650
|
+
readOnlyHint: true,
|
|
6651
|
+
destructiveHint: false,
|
|
6652
|
+
idempotentHint: true,
|
|
6653
|
+
openWorldHint: false,
|
|
6654
|
+
},
|
|
5599
6655
|
},
|
|
5600
6656
|
{
|
|
5601
6657
|
name: 'wordpress_assign_menu_location',
|
|
@@ -5614,7 +6670,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5614
6670
|
},
|
|
5615
6671
|
required: ['location', 'menu_id'],
|
|
5616
6672
|
},
|
|
5617
|
-
|
|
6673
|
+
annotations: {
|
|
6674
|
+
title: "Assign Menu Location",
|
|
6675
|
+
readOnlyHint: false,
|
|
6676
|
+
destructiveHint: false,
|
|
6677
|
+
idempotentHint: true,
|
|
6678
|
+
openWorldHint: false,
|
|
6679
|
+
},
|
|
5618
6680
|
},
|
|
5619
6681
|
// Menu Items
|
|
5620
6682
|
{
|
|
@@ -5630,7 +6692,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5630
6692
|
},
|
|
5631
6693
|
required: ['menu_id'],
|
|
5632
6694
|
},
|
|
5633
|
-
|
|
6695
|
+
annotations: {
|
|
6696
|
+
title: "List Menu Items",
|
|
6697
|
+
readOnlyHint: true,
|
|
6698
|
+
destructiveHint: false,
|
|
6699
|
+
idempotentHint: true,
|
|
6700
|
+
openWorldHint: false,
|
|
6701
|
+
},
|
|
5634
6702
|
},
|
|
5635
6703
|
{
|
|
5636
6704
|
name: 'wordpress_create_menu_item',
|
|
@@ -5685,6 +6753,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5685
6753
|
},
|
|
5686
6754
|
required: ['menu_id', 'title'],
|
|
5687
6755
|
},
|
|
6756
|
+
annotations: {
|
|
6757
|
+
title: "Create Menu Item",
|
|
6758
|
+
readOnlyHint: false,
|
|
6759
|
+
destructiveHint: false,
|
|
6760
|
+
idempotentHint: false,
|
|
6761
|
+
openWorldHint: false,
|
|
6762
|
+
},
|
|
5688
6763
|
},
|
|
5689
6764
|
{
|
|
5690
6765
|
name: 'wordpress_get_menu_item',
|
|
@@ -5699,7 +6774,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5699
6774
|
},
|
|
5700
6775
|
required: ['item_id'],
|
|
5701
6776
|
},
|
|
5702
|
-
|
|
6777
|
+
annotations: {
|
|
6778
|
+
title: "Get Menu Item",
|
|
6779
|
+
readOnlyHint: true,
|
|
6780
|
+
destructiveHint: false,
|
|
6781
|
+
idempotentHint: true,
|
|
6782
|
+
openWorldHint: false,
|
|
6783
|
+
},
|
|
5703
6784
|
},
|
|
5704
6785
|
{
|
|
5705
6786
|
name: 'wordpress_update_menu_item',
|
|
@@ -5746,7 +6827,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5746
6827
|
},
|
|
5747
6828
|
required: ['item_id'],
|
|
5748
6829
|
},
|
|
5749
|
-
|
|
6830
|
+
annotations: {
|
|
6831
|
+
title: "Update Menu Item",
|
|
6832
|
+
readOnlyHint: false,
|
|
6833
|
+
destructiveHint: false,
|
|
6834
|
+
idempotentHint: true,
|
|
6835
|
+
openWorldHint: false,
|
|
6836
|
+
},
|
|
5750
6837
|
},
|
|
5751
6838
|
{
|
|
5752
6839
|
name: 'wordpress_delete_menu_item',
|
|
@@ -5761,7 +6848,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5761
6848
|
},
|
|
5762
6849
|
required: ['item_id'],
|
|
5763
6850
|
},
|
|
5764
|
-
|
|
6851
|
+
annotations: {
|
|
6852
|
+
title: "Delete Menu Item",
|
|
6853
|
+
readOnlyHint: false,
|
|
6854
|
+
destructiveHint: true,
|
|
6855
|
+
idempotentHint: true,
|
|
6856
|
+
openWorldHint: false,
|
|
6857
|
+
},
|
|
5765
6858
|
},
|
|
5766
6859
|
];
|
|
5767
6860
|
// --- v5.2.0 Elemental: new tools ---
|
|
@@ -5934,7 +7027,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5934
7027
|
page: { type: 'number', description: 'Page number' },
|
|
5935
7028
|
},
|
|
5936
7029
|
},
|
|
5937
|
-
|
|
7030
|
+
annotations: {
|
|
7031
|
+
title: "List Products",
|
|
7032
|
+
readOnlyHint: true,
|
|
7033
|
+
destructiveHint: false,
|
|
7034
|
+
idempotentHint: true,
|
|
7035
|
+
openWorldHint: false,
|
|
7036
|
+
},
|
|
5938
7037
|
},
|
|
5939
7038
|
{
|
|
5940
7039
|
name: 'woocommerce_get_product',
|
|
@@ -5946,7 +7045,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5946
7045
|
},
|
|
5947
7046
|
required: ['id'],
|
|
5948
7047
|
},
|
|
5949
|
-
|
|
7048
|
+
annotations: {
|
|
7049
|
+
title: "Get Product",
|
|
7050
|
+
readOnlyHint: true,
|
|
7051
|
+
destructiveHint: false,
|
|
7052
|
+
idempotentHint: true,
|
|
7053
|
+
openWorldHint: false,
|
|
7054
|
+
},
|
|
5950
7055
|
},
|
|
5951
7056
|
{
|
|
5952
7057
|
name: 'woocommerce_create_product',
|
|
@@ -5971,6 +7076,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
5971
7076
|
},
|
|
5972
7077
|
required: ['name'],
|
|
5973
7078
|
},
|
|
7079
|
+
annotations: {
|
|
7080
|
+
title: "Create Product",
|
|
7081
|
+
readOnlyHint: false,
|
|
7082
|
+
destructiveHint: false,
|
|
7083
|
+
idempotentHint: false,
|
|
7084
|
+
openWorldHint: false,
|
|
7085
|
+
},
|
|
5974
7086
|
},
|
|
5975
7087
|
{
|
|
5976
7088
|
name: 'woocommerce_update_product',
|
|
@@ -6016,7 +7128,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6016
7128
|
},
|
|
6017
7129
|
required: ['id'],
|
|
6018
7130
|
},
|
|
6019
|
-
|
|
7131
|
+
annotations: {
|
|
7132
|
+
title: "Update Product",
|
|
7133
|
+
readOnlyHint: false,
|
|
7134
|
+
destructiveHint: false,
|
|
7135
|
+
idempotentHint: true,
|
|
7136
|
+
openWorldHint: false,
|
|
7137
|
+
},
|
|
6020
7138
|
},
|
|
6021
7139
|
{
|
|
6022
7140
|
name: 'woocommerce_duplicate_product',
|
|
@@ -6028,6 +7146,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6028
7146
|
},
|
|
6029
7147
|
required: ['id'],
|
|
6030
7148
|
},
|
|
7149
|
+
annotations: {
|
|
7150
|
+
title: "Duplicate Product",
|
|
7151
|
+
readOnlyHint: false,
|
|
7152
|
+
destructiveHint: false,
|
|
7153
|
+
idempotentHint: false,
|
|
7154
|
+
openWorldHint: false,
|
|
7155
|
+
},
|
|
6031
7156
|
},
|
|
6032
7157
|
{
|
|
6033
7158
|
name: 'woocommerce_list_categories',
|
|
@@ -6042,7 +7167,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6042
7167
|
page: { type: 'number', description: 'Page number' },
|
|
6043
7168
|
},
|
|
6044
7169
|
},
|
|
6045
|
-
|
|
7170
|
+
annotations: {
|
|
7171
|
+
title: "List Categories",
|
|
7172
|
+
readOnlyHint: true,
|
|
7173
|
+
destructiveHint: false,
|
|
7174
|
+
idempotentHint: true,
|
|
7175
|
+
openWorldHint: false,
|
|
7176
|
+
},
|
|
6046
7177
|
},
|
|
6047
7178
|
{
|
|
6048
7179
|
name: 'woocommerce_get_category',
|
|
@@ -6054,7 +7185,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6054
7185
|
},
|
|
6055
7186
|
required: ['id'],
|
|
6056
7187
|
},
|
|
6057
|
-
|
|
7188
|
+
annotations: {
|
|
7189
|
+
title: "Get Category",
|
|
7190
|
+
readOnlyHint: true,
|
|
7191
|
+
destructiveHint: false,
|
|
7192
|
+
idempotentHint: true,
|
|
7193
|
+
openWorldHint: false,
|
|
7194
|
+
},
|
|
6058
7195
|
},
|
|
6059
7196
|
{
|
|
6060
7197
|
name: 'woocommerce_create_category',
|
|
@@ -6069,6 +7206,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6069
7206
|
},
|
|
6070
7207
|
required: ['name'],
|
|
6071
7208
|
},
|
|
7209
|
+
annotations: {
|
|
7210
|
+
title: "Create Category",
|
|
7211
|
+
readOnlyHint: false,
|
|
7212
|
+
destructiveHint: false,
|
|
7213
|
+
idempotentHint: false,
|
|
7214
|
+
openWorldHint: false,
|
|
7215
|
+
},
|
|
6072
7216
|
},
|
|
6073
7217
|
{
|
|
6074
7218
|
name: 'woocommerce_update_category',
|
|
@@ -6084,7 +7228,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6084
7228
|
},
|
|
6085
7229
|
required: ['id'],
|
|
6086
7230
|
},
|
|
6087
|
-
|
|
7231
|
+
annotations: {
|
|
7232
|
+
title: "Update Category",
|
|
7233
|
+
readOnlyHint: false,
|
|
7234
|
+
destructiveHint: false,
|
|
7235
|
+
idempotentHint: true,
|
|
7236
|
+
openWorldHint: false,
|
|
7237
|
+
},
|
|
6088
7238
|
},
|
|
6089
7239
|
{
|
|
6090
7240
|
name: 'woocommerce_delete_category',
|
|
@@ -6096,7 +7246,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6096
7246
|
},
|
|
6097
7247
|
required: ['id'],
|
|
6098
7248
|
},
|
|
6099
|
-
|
|
7249
|
+
annotations: {
|
|
7250
|
+
title: "Delete Category",
|
|
7251
|
+
readOnlyHint: false,
|
|
7252
|
+
destructiveHint: true,
|
|
7253
|
+
idempotentHint: true,
|
|
7254
|
+
openWorldHint: false,
|
|
7255
|
+
},
|
|
6100
7256
|
},
|
|
6101
7257
|
{
|
|
6102
7258
|
name: 'woocommerce_list_tags',
|
|
@@ -6110,7 +7266,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6110
7266
|
page: { type: 'number', description: 'Page number' },
|
|
6111
7267
|
},
|
|
6112
7268
|
},
|
|
6113
|
-
|
|
7269
|
+
annotations: {
|
|
7270
|
+
title: "List Tags",
|
|
7271
|
+
readOnlyHint: true,
|
|
7272
|
+
destructiveHint: false,
|
|
7273
|
+
idempotentHint: true,
|
|
7274
|
+
openWorldHint: false,
|
|
7275
|
+
},
|
|
6114
7276
|
},
|
|
6115
7277
|
{
|
|
6116
7278
|
name: 'woocommerce_get_tag',
|
|
@@ -6122,7 +7284,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6122
7284
|
},
|
|
6123
7285
|
required: ['id'],
|
|
6124
7286
|
},
|
|
6125
|
-
|
|
7287
|
+
annotations: {
|
|
7288
|
+
title: "Get Tag",
|
|
7289
|
+
readOnlyHint: true,
|
|
7290
|
+
destructiveHint: false,
|
|
7291
|
+
idempotentHint: true,
|
|
7292
|
+
openWorldHint: false,
|
|
7293
|
+
},
|
|
6126
7294
|
},
|
|
6127
7295
|
{
|
|
6128
7296
|
name: 'woocommerce_create_tag',
|
|
@@ -6136,6 +7304,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6136
7304
|
},
|
|
6137
7305
|
required: ['name'],
|
|
6138
7306
|
},
|
|
7307
|
+
annotations: {
|
|
7308
|
+
title: "Create Tag",
|
|
7309
|
+
readOnlyHint: false,
|
|
7310
|
+
destructiveHint: false,
|
|
7311
|
+
idempotentHint: false,
|
|
7312
|
+
openWorldHint: false,
|
|
7313
|
+
},
|
|
6139
7314
|
},
|
|
6140
7315
|
{
|
|
6141
7316
|
name: 'woocommerce_update_tag',
|
|
@@ -6150,7 +7325,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6150
7325
|
},
|
|
6151
7326
|
required: ['id'],
|
|
6152
7327
|
},
|
|
6153
|
-
|
|
7328
|
+
annotations: {
|
|
7329
|
+
title: "Update Tag",
|
|
7330
|
+
readOnlyHint: false,
|
|
7331
|
+
destructiveHint: false,
|
|
7332
|
+
idempotentHint: true,
|
|
7333
|
+
openWorldHint: false,
|
|
7334
|
+
},
|
|
6154
7335
|
},
|
|
6155
7336
|
{
|
|
6156
7337
|
name: 'woocommerce_delete_tag',
|
|
@@ -6162,7 +7343,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6162
7343
|
},
|
|
6163
7344
|
required: ['id'],
|
|
6164
7345
|
},
|
|
6165
|
-
|
|
7346
|
+
annotations: {
|
|
7347
|
+
title: "Delete Tag",
|
|
7348
|
+
readOnlyHint: false,
|
|
7349
|
+
destructiveHint: true,
|
|
7350
|
+
idempotentHint: true,
|
|
7351
|
+
openWorldHint: false,
|
|
7352
|
+
},
|
|
6166
7353
|
},
|
|
6167
7354
|
{
|
|
6168
7355
|
name: 'woocommerce_list_orders',
|
|
@@ -6175,7 +7362,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6175
7362
|
page: { type: 'number', description: 'Page number' },
|
|
6176
7363
|
},
|
|
6177
7364
|
},
|
|
6178
|
-
|
|
7365
|
+
annotations: {
|
|
7366
|
+
title: "List Orders",
|
|
7367
|
+
readOnlyHint: true,
|
|
7368
|
+
destructiveHint: false,
|
|
7369
|
+
idempotentHint: true,
|
|
7370
|
+
openWorldHint: false,
|
|
7371
|
+
},
|
|
6179
7372
|
},
|
|
6180
7373
|
{
|
|
6181
7374
|
name: 'woocommerce_get_order',
|
|
@@ -6187,7 +7380,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6187
7380
|
},
|
|
6188
7381
|
required: ['id'],
|
|
6189
7382
|
},
|
|
6190
|
-
|
|
7383
|
+
annotations: {
|
|
7384
|
+
title: "Get Order",
|
|
7385
|
+
readOnlyHint: true,
|
|
7386
|
+
destructiveHint: false,
|
|
7387
|
+
idempotentHint: true,
|
|
7388
|
+
openWorldHint: false,
|
|
7389
|
+
},
|
|
6191
7390
|
},
|
|
6192
7391
|
{
|
|
6193
7392
|
name: 'woocommerce_update_order_status',
|
|
@@ -6200,7 +7399,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6200
7399
|
},
|
|
6201
7400
|
required: ['id', 'status'],
|
|
6202
7401
|
},
|
|
6203
|
-
|
|
7402
|
+
annotations: {
|
|
7403
|
+
title: "Update Order Status",
|
|
7404
|
+
readOnlyHint: false,
|
|
7405
|
+
destructiveHint: true,
|
|
7406
|
+
idempotentHint: true,
|
|
7407
|
+
openWorldHint: false,
|
|
7408
|
+
},
|
|
6204
7409
|
},
|
|
6205
7410
|
{
|
|
6206
7411
|
name: 'woocommerce_get_stock_status',
|
|
@@ -6209,7 +7414,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6209
7414
|
type: 'object',
|
|
6210
7415
|
properties: {},
|
|
6211
7416
|
},
|
|
6212
|
-
|
|
7417
|
+
annotations: {
|
|
7418
|
+
title: "Stock Status",
|
|
7419
|
+
readOnlyHint: true,
|
|
7420
|
+
destructiveHint: false,
|
|
7421
|
+
idempotentHint: true,
|
|
7422
|
+
openWorldHint: false,
|
|
7423
|
+
},
|
|
6213
7424
|
},
|
|
6214
7425
|
{
|
|
6215
7426
|
name: 'woocommerce_update_stock',
|
|
@@ -6223,7 +7434,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6223
7434
|
},
|
|
6224
7435
|
required: ['id'],
|
|
6225
7436
|
},
|
|
6226
|
-
|
|
7437
|
+
annotations: {
|
|
7438
|
+
title: "Update Stock",
|
|
7439
|
+
readOnlyHint: false,
|
|
7440
|
+
destructiveHint: false,
|
|
7441
|
+
idempotentHint: true,
|
|
7442
|
+
openWorldHint: false,
|
|
7443
|
+
},
|
|
6227
7444
|
},
|
|
6228
7445
|
{
|
|
6229
7446
|
name: 'woocommerce_sales_report',
|
|
@@ -6236,7 +7453,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6236
7453
|
date_max: { type: 'string', description: 'End date for custom period' },
|
|
6237
7454
|
},
|
|
6238
7455
|
},
|
|
6239
|
-
|
|
7456
|
+
annotations: {
|
|
7457
|
+
title: "Sales Report",
|
|
7458
|
+
readOnlyHint: true,
|
|
7459
|
+
destructiveHint: false,
|
|
7460
|
+
idempotentHint: true,
|
|
7461
|
+
openWorldHint: false,
|
|
7462
|
+
},
|
|
6240
7463
|
},
|
|
6241
7464
|
{
|
|
6242
7465
|
name: 'woocommerce_revenue_summary',
|
|
@@ -6250,7 +7473,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6250
7473
|
max_orders: { type: 'number', description: 'Bounded coverage cap, 1-10000. Defaults to 2000.' },
|
|
6251
7474
|
},
|
|
6252
7475
|
},
|
|
6253
|
-
|
|
7476
|
+
annotations: {
|
|
7477
|
+
title: "Revenue Summary",
|
|
7478
|
+
readOnlyHint: true,
|
|
7479
|
+
destructiveHint: false,
|
|
7480
|
+
idempotentHint: true,
|
|
7481
|
+
openWorldHint: false,
|
|
7482
|
+
},
|
|
6254
7483
|
},
|
|
6255
7484
|
{
|
|
6256
7485
|
name: 'woocommerce_sales_timeseries',
|
|
@@ -6265,7 +7494,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6265
7494
|
max_orders: { type: 'number' },
|
|
6266
7495
|
},
|
|
6267
7496
|
},
|
|
6268
|
-
|
|
7497
|
+
annotations: {
|
|
7498
|
+
title: "Sales Timeseries",
|
|
7499
|
+
readOnlyHint: true,
|
|
7500
|
+
destructiveHint: false,
|
|
7501
|
+
idempotentHint: true,
|
|
7502
|
+
openWorldHint: false,
|
|
7503
|
+
},
|
|
6269
7504
|
},
|
|
6270
7505
|
{
|
|
6271
7506
|
name: 'woocommerce_top_products',
|
|
@@ -6280,7 +7515,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6280
7515
|
limit: { type: 'number' },
|
|
6281
7516
|
},
|
|
6282
7517
|
},
|
|
6283
|
-
|
|
7518
|
+
annotations: {
|
|
7519
|
+
title: "Top Products",
|
|
7520
|
+
readOnlyHint: true,
|
|
7521
|
+
destructiveHint: false,
|
|
7522
|
+
idempotentHint: true,
|
|
7523
|
+
openWorldHint: false,
|
|
7524
|
+
},
|
|
6284
7525
|
},
|
|
6285
7526
|
{
|
|
6286
7527
|
name: 'woocommerce_orders_summary',
|
|
@@ -6294,7 +7535,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6294
7535
|
max_orders: { type: 'number' },
|
|
6295
7536
|
},
|
|
6296
7537
|
},
|
|
6297
|
-
|
|
7538
|
+
annotations: {
|
|
7539
|
+
title: "Orders Summary",
|
|
7540
|
+
readOnlyHint: true,
|
|
7541
|
+
destructiveHint: false,
|
|
7542
|
+
idempotentHint: true,
|
|
7543
|
+
openWorldHint: false,
|
|
7544
|
+
},
|
|
6298
7545
|
},
|
|
6299
7546
|
{
|
|
6300
7547
|
name: 'woocommerce_customers_summary',
|
|
@@ -6308,25 +7555,49 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6308
7555
|
max_orders: { type: 'number' },
|
|
6309
7556
|
},
|
|
6310
7557
|
},
|
|
6311
|
-
|
|
7558
|
+
annotations: {
|
|
7559
|
+
title: "Customers Summary",
|
|
7560
|
+
readOnlyHint: true,
|
|
7561
|
+
destructiveHint: false,
|
|
7562
|
+
idempotentHint: true,
|
|
7563
|
+
openWorldHint: false,
|
|
7564
|
+
},
|
|
6312
7565
|
},
|
|
6313
7566
|
{
|
|
6314
7567
|
name: 'woocommerce_get_store_configuration',
|
|
6315
7568
|
description: 'Read sanitized WooCommerce currency, timezone, tax, units, checkout, page, and HPOS configuration. Credentials and secrets are never returned.',
|
|
6316
7569
|
inputSchema: { type: 'object', properties: {} },
|
|
6317
|
-
|
|
7570
|
+
annotations: {
|
|
7571
|
+
title: "Store Configuration",
|
|
7572
|
+
readOnlyHint: true,
|
|
7573
|
+
destructiveHint: false,
|
|
7574
|
+
idempotentHint: true,
|
|
7575
|
+
openWorldHint: false,
|
|
7576
|
+
},
|
|
6318
7577
|
},
|
|
6319
7578
|
{
|
|
6320
7579
|
name: 'woocommerce_list_payment_gateways',
|
|
6321
7580
|
description: 'List payment gateway IDs, public titles, enabled state, and supported features without settings, credentials, or tokens.',
|
|
6322
7581
|
inputSchema: { type: 'object', properties: {} },
|
|
6323
|
-
|
|
7582
|
+
annotations: {
|
|
7583
|
+
title: "List Payment Gateways",
|
|
7584
|
+
readOnlyHint: true,
|
|
7585
|
+
destructiveHint: false,
|
|
7586
|
+
idempotentHint: true,
|
|
7587
|
+
openWorldHint: false,
|
|
7588
|
+
},
|
|
6324
7589
|
},
|
|
6325
7590
|
{
|
|
6326
7591
|
name: 'woocommerce_list_shipping_zones',
|
|
6327
7592
|
description: 'List WooCommerce shipping zones, locations, and public method state.',
|
|
6328
7593
|
inputSchema: { type: 'object', properties: {} },
|
|
6329
|
-
|
|
7594
|
+
annotations: {
|
|
7595
|
+
title: "List Shipping Zones",
|
|
7596
|
+
readOnlyHint: true,
|
|
7597
|
+
destructiveHint: false,
|
|
7598
|
+
idempotentHint: true,
|
|
7599
|
+
openWorldHint: false,
|
|
7600
|
+
},
|
|
6330
7601
|
},
|
|
6331
7602
|
{
|
|
6332
7603
|
name: 'woocommerce_list_tax_rates',
|
|
@@ -6335,7 +7606,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6335
7606
|
type: 'object',
|
|
6336
7607
|
properties: { tax_class: { type: 'string', description: 'Empty for standard rates.' } },
|
|
6337
7608
|
},
|
|
6338
|
-
|
|
7609
|
+
annotations: {
|
|
7610
|
+
title: "List Tax Rates",
|
|
7611
|
+
readOnlyHint: true,
|
|
7612
|
+
destructiveHint: false,
|
|
7613
|
+
idempotentHint: true,
|
|
7614
|
+
openWorldHint: false,
|
|
7615
|
+
},
|
|
6339
7616
|
},
|
|
6340
7617
|
{
|
|
6341
7618
|
name: 'woocommerce_list_webhooks',
|
|
@@ -6344,7 +7621,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6344
7621
|
type: 'object',
|
|
6345
7622
|
properties: { page: { type: 'number' }, per_page: { type: 'number' } },
|
|
6346
7623
|
},
|
|
6347
|
-
|
|
7624
|
+
annotations: {
|
|
7625
|
+
title: "List Webhooks",
|
|
7626
|
+
readOnlyHint: true,
|
|
7627
|
+
destructiveHint: false,
|
|
7628
|
+
idempotentHint: true,
|
|
7629
|
+
openWorldHint: false,
|
|
7630
|
+
},
|
|
6348
7631
|
},
|
|
6349
7632
|
{
|
|
6350
7633
|
name: 'woocommerce_get_webhook',
|
|
@@ -6354,7 +7637,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6354
7637
|
properties: { id: { type: 'number' } },
|
|
6355
7638
|
required: ['id'],
|
|
6356
7639
|
},
|
|
6357
|
-
|
|
7640
|
+
annotations: {
|
|
7641
|
+
title: "Get Webhook",
|
|
7642
|
+
readOnlyHint: true,
|
|
7643
|
+
destructiveHint: false,
|
|
7644
|
+
idempotentHint: true,
|
|
7645
|
+
openWorldHint: false,
|
|
7646
|
+
},
|
|
6358
7647
|
},
|
|
6359
7648
|
{
|
|
6360
7649
|
name: 'woocommerce_create_webhook',
|
|
@@ -6370,6 +7659,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6370
7659
|
},
|
|
6371
7660
|
required: ['topic', 'delivery_url'],
|
|
6372
7661
|
},
|
|
7662
|
+
annotations: {
|
|
7663
|
+
title: "Create Webhook",
|
|
7664
|
+
readOnlyHint: false,
|
|
7665
|
+
destructiveHint: false,
|
|
7666
|
+
idempotentHint: false,
|
|
7667
|
+
openWorldHint: true,
|
|
7668
|
+
},
|
|
6373
7669
|
},
|
|
6374
7670
|
{
|
|
6375
7671
|
name: 'woocommerce_update_webhook',
|
|
@@ -6387,7 +7683,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6387
7683
|
},
|
|
6388
7684
|
required: ['id'],
|
|
6389
7685
|
},
|
|
6390
|
-
|
|
7686
|
+
annotations: {
|
|
7687
|
+
title: "Update Webhook",
|
|
7688
|
+
readOnlyHint: false,
|
|
7689
|
+
destructiveHint: true,
|
|
7690
|
+
idempotentHint: true,
|
|
7691
|
+
openWorldHint: true,
|
|
7692
|
+
},
|
|
6391
7693
|
},
|
|
6392
7694
|
{
|
|
6393
7695
|
name: 'woocommerce_delete_webhook',
|
|
@@ -6397,7 +7699,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6397
7699
|
properties: { id: { type: 'number' }, approval_token: { type: 'string' } },
|
|
6398
7700
|
required: ['id'],
|
|
6399
7701
|
},
|
|
6400
|
-
|
|
7702
|
+
annotations: {
|
|
7703
|
+
title: "Delete Webhook",
|
|
7704
|
+
readOnlyHint: false,
|
|
7705
|
+
destructiveHint: true,
|
|
7706
|
+
idempotentHint: true,
|
|
7707
|
+
openWorldHint: false,
|
|
7708
|
+
},
|
|
6401
7709
|
},
|
|
6402
7710
|
{
|
|
6403
7711
|
name: 'woocommerce_test_webhook',
|
|
@@ -6407,6 +7715,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6407
7715
|
properties: { id: { type: 'number' }, approval_token: { type: 'string' } },
|
|
6408
7716
|
required: ['id'],
|
|
6409
7717
|
},
|
|
7718
|
+
annotations: {
|
|
7719
|
+
title: "Test Webhook",
|
|
7720
|
+
readOnlyHint: false,
|
|
7721
|
+
destructiveHint: false,
|
|
7722
|
+
idempotentHint: false,
|
|
7723
|
+
openWorldHint: true,
|
|
7724
|
+
},
|
|
6410
7725
|
},
|
|
6411
7726
|
// --- Brands (addon v3.0) ---
|
|
6412
7727
|
{
|
|
@@ -6421,7 +7736,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6421
7736
|
hide_empty: { type: 'boolean', description: 'Only brands with products' },
|
|
6422
7737
|
},
|
|
6423
7738
|
},
|
|
6424
|
-
|
|
7739
|
+
annotations: {
|
|
7740
|
+
title: "List Brands",
|
|
7741
|
+
readOnlyHint: true,
|
|
7742
|
+
destructiveHint: false,
|
|
7743
|
+
idempotentHint: true,
|
|
7744
|
+
openWorldHint: false,
|
|
7745
|
+
},
|
|
6425
7746
|
},
|
|
6426
7747
|
{
|
|
6427
7748
|
name: 'woocommerce_get_brand',
|
|
@@ -6433,7 +7754,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6433
7754
|
},
|
|
6434
7755
|
required: ['id'],
|
|
6435
7756
|
},
|
|
6436
|
-
|
|
7757
|
+
annotations: {
|
|
7758
|
+
title: "Get Brand",
|
|
7759
|
+
readOnlyHint: true,
|
|
7760
|
+
destructiveHint: false,
|
|
7761
|
+
idempotentHint: true,
|
|
7762
|
+
openWorldHint: false,
|
|
7763
|
+
},
|
|
6437
7764
|
},
|
|
6438
7765
|
{
|
|
6439
7766
|
name: 'woocommerce_create_brand',
|
|
@@ -6447,6 +7774,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6447
7774
|
},
|
|
6448
7775
|
required: ['name'],
|
|
6449
7776
|
},
|
|
7777
|
+
annotations: {
|
|
7778
|
+
title: "Create Brand",
|
|
7779
|
+
readOnlyHint: false,
|
|
7780
|
+
destructiveHint: false,
|
|
7781
|
+
idempotentHint: false,
|
|
7782
|
+
openWorldHint: false,
|
|
7783
|
+
},
|
|
6450
7784
|
},
|
|
6451
7785
|
{
|
|
6452
7786
|
name: 'woocommerce_update_brand',
|
|
@@ -6461,7 +7795,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6461
7795
|
},
|
|
6462
7796
|
required: ['id'],
|
|
6463
7797
|
},
|
|
6464
|
-
|
|
7798
|
+
annotations: {
|
|
7799
|
+
title: "Update Brand",
|
|
7800
|
+
readOnlyHint: false,
|
|
7801
|
+
destructiveHint: false,
|
|
7802
|
+
idempotentHint: true,
|
|
7803
|
+
openWorldHint: false,
|
|
7804
|
+
},
|
|
6465
7805
|
},
|
|
6466
7806
|
{
|
|
6467
7807
|
name: 'woocommerce_delete_brand',
|
|
@@ -6473,7 +7813,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6473
7813
|
},
|
|
6474
7814
|
required: ['id'],
|
|
6475
7815
|
},
|
|
6476
|
-
|
|
7816
|
+
annotations: {
|
|
7817
|
+
title: "Delete Brand",
|
|
7818
|
+
readOnlyHint: false,
|
|
7819
|
+
destructiveHint: true,
|
|
7820
|
+
idempotentHint: true,
|
|
7821
|
+
openWorldHint: false,
|
|
7822
|
+
},
|
|
6477
7823
|
},
|
|
6478
7824
|
// --- Catalog operations (addon v3.0 exposes existing REST tools) ---
|
|
6479
7825
|
{
|
|
@@ -6496,7 +7842,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6496
7842
|
page: { type: 'number' },
|
|
6497
7843
|
},
|
|
6498
7844
|
},
|
|
6499
|
-
|
|
7845
|
+
annotations: {
|
|
7846
|
+
title: "Advanced Product List",
|
|
7847
|
+
readOnlyHint: true,
|
|
7848
|
+
destructiveHint: false,
|
|
7849
|
+
idempotentHint: true,
|
|
7850
|
+
openWorldHint: false,
|
|
7851
|
+
},
|
|
6500
7852
|
},
|
|
6501
7853
|
{
|
|
6502
7854
|
name: 'woocommerce_find_product',
|
|
@@ -6509,7 +7861,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6509
7861
|
},
|
|
6510
7862
|
required: ['query'],
|
|
6511
7863
|
},
|
|
6512
|
-
|
|
7864
|
+
annotations: {
|
|
7865
|
+
title: "Find Product",
|
|
7866
|
+
readOnlyHint: true,
|
|
7867
|
+
destructiveHint: false,
|
|
7868
|
+
idempotentHint: true,
|
|
7869
|
+
openWorldHint: false,
|
|
7870
|
+
},
|
|
6513
7871
|
},
|
|
6514
7872
|
{
|
|
6515
7873
|
name: 'woocommerce_catalog_health',
|
|
@@ -6518,7 +7876,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6518
7876
|
type: 'object',
|
|
6519
7877
|
properties: {},
|
|
6520
7878
|
},
|
|
6521
|
-
|
|
7879
|
+
annotations: {
|
|
7880
|
+
title: "Catalog Health",
|
|
7881
|
+
readOnlyHint: true,
|
|
7882
|
+
destructiveHint: false,
|
|
7883
|
+
idempotentHint: true,
|
|
7884
|
+
openWorldHint: false,
|
|
7885
|
+
},
|
|
6522
7886
|
},
|
|
6523
7887
|
{
|
|
6524
7888
|
name: 'woocommerce_bulk_update_products',
|
|
@@ -6535,6 +7899,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6535
7899
|
},
|
|
6536
7900
|
required: ['updates'],
|
|
6537
7901
|
},
|
|
7902
|
+
annotations: {
|
|
7903
|
+
title: "Bulk Update Products",
|
|
7904
|
+
readOnlyHint: false,
|
|
7905
|
+
destructiveHint: true,
|
|
7906
|
+
idempotentHint: true,
|
|
7907
|
+
openWorldHint: false,
|
|
7908
|
+
},
|
|
6538
7909
|
},
|
|
6539
7910
|
// --- Pricing (addon v3.0 exposes existing REST tools) ---
|
|
6540
7911
|
{
|
|
@@ -6552,6 +7923,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6552
7923
|
},
|
|
6553
7924
|
required: ['change_value'],
|
|
6554
7925
|
},
|
|
7926
|
+
annotations: {
|
|
7927
|
+
title: "Bulk Update Prices",
|
|
7928
|
+
readOnlyHint: false,
|
|
7929
|
+
destructiveHint: true,
|
|
7930
|
+
idempotentHint: false,
|
|
7931
|
+
openWorldHint: false,
|
|
7932
|
+
},
|
|
6555
7933
|
},
|
|
6556
7934
|
{
|
|
6557
7935
|
name: 'woocommerce_schedule_sale',
|
|
@@ -6567,6 +7945,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6567
7945
|
},
|
|
6568
7946
|
required: ['product_ids'],
|
|
6569
7947
|
},
|
|
7948
|
+
annotations: {
|
|
7949
|
+
title: "Schedule Sale",
|
|
7950
|
+
readOnlyHint: false,
|
|
7951
|
+
destructiveHint: true,
|
|
7952
|
+
idempotentHint: true,
|
|
7953
|
+
openWorldHint: false,
|
|
7954
|
+
},
|
|
6570
7955
|
},
|
|
6571
7956
|
{
|
|
6572
7957
|
name: 'woocommerce_revert_pricing',
|
|
@@ -6579,7 +7964,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6579
7964
|
},
|
|
6580
7965
|
required: ['product_id', 'snapshot_id'],
|
|
6581
7966
|
},
|
|
6582
|
-
|
|
7967
|
+
annotations: {
|
|
7968
|
+
title: "Revert Pricing",
|
|
7969
|
+
readOnlyHint: false,
|
|
7970
|
+
destructiveHint: true,
|
|
7971
|
+
idempotentHint: true,
|
|
7972
|
+
openWorldHint: false,
|
|
7973
|
+
},
|
|
6583
7974
|
},
|
|
6584
7975
|
// --- Inventory (addon v3.0 exposes existing REST tools) ---
|
|
6585
7976
|
{
|
|
@@ -6597,6 +7988,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6597
7988
|
},
|
|
6598
7989
|
required: ['updates'],
|
|
6599
7990
|
},
|
|
7991
|
+
annotations: {
|
|
7992
|
+
title: "Bulk Update Stock",
|
|
7993
|
+
readOnlyHint: false,
|
|
7994
|
+
destructiveHint: true,
|
|
7995
|
+
idempotentHint: false,
|
|
7996
|
+
openWorldHint: false,
|
|
7997
|
+
},
|
|
6600
7998
|
},
|
|
6601
7999
|
{
|
|
6602
8000
|
name: 'woocommerce_find_low_stock',
|
|
@@ -6607,7 +8005,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6607
8005
|
threshold: { type: 'number' },
|
|
6608
8006
|
},
|
|
6609
8007
|
},
|
|
6610
|
-
|
|
8008
|
+
annotations: {
|
|
8009
|
+
title: "Find Low Stock",
|
|
8010
|
+
readOnlyHint: true,
|
|
8011
|
+
destructiveHint: false,
|
|
8012
|
+
idempotentHint: true,
|
|
8013
|
+
openWorldHint: false,
|
|
8014
|
+
},
|
|
6611
8015
|
},
|
|
6612
8016
|
// --- Storefront intelligence (addon v3.0 exposes existing REST tools) ---
|
|
6613
8017
|
{
|
|
@@ -6619,7 +8023,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6619
8023
|
page_id: { type: 'number', description: 'Defaults to the WooCommerce shop page' },
|
|
6620
8024
|
},
|
|
6621
8025
|
},
|
|
6622
|
-
|
|
8026
|
+
annotations: {
|
|
8027
|
+
title: "Analyze Shop Page",
|
|
8028
|
+
readOnlyHint: true,
|
|
8029
|
+
destructiveHint: false,
|
|
8030
|
+
idempotentHint: true,
|
|
8031
|
+
openWorldHint: false,
|
|
8032
|
+
},
|
|
6623
8033
|
},
|
|
6624
8034
|
{
|
|
6625
8035
|
name: 'woocommerce_analyze_product_page',
|
|
@@ -6631,7 +8041,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6631
8041
|
},
|
|
6632
8042
|
required: ['product_id'],
|
|
6633
8043
|
},
|
|
6634
|
-
|
|
8044
|
+
annotations: {
|
|
8045
|
+
title: "Analyze Product Page",
|
|
8046
|
+
readOnlyHint: true,
|
|
8047
|
+
destructiveHint: false,
|
|
8048
|
+
idempotentHint: true,
|
|
8049
|
+
openWorldHint: false,
|
|
8050
|
+
},
|
|
6635
8051
|
},
|
|
6636
8052
|
{
|
|
6637
8053
|
name: 'woocommerce_update_product_card_layout',
|
|
@@ -6654,6 +8070,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6654
8070
|
},
|
|
6655
8071
|
required: ['changes'],
|
|
6656
8072
|
},
|
|
8073
|
+
annotations: {
|
|
8074
|
+
title: "Update Product Card Layout",
|
|
8075
|
+
readOnlyHint: false,
|
|
8076
|
+
destructiveHint: true,
|
|
8077
|
+
idempotentHint: true,
|
|
8078
|
+
openWorldHint: false,
|
|
8079
|
+
},
|
|
6657
8080
|
},
|
|
6658
8081
|
{
|
|
6659
8082
|
name: 'woocommerce_add_low_stock_badge',
|
|
@@ -6677,6 +8100,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6677
8100
|
},
|
|
6678
8101
|
},
|
|
6679
8102
|
},
|
|
8103
|
+
annotations: {
|
|
8104
|
+
title: "Add Low Stock Badge",
|
|
8105
|
+
readOnlyHint: false,
|
|
8106
|
+
destructiveHint: false,
|
|
8107
|
+
idempotentHint: false,
|
|
8108
|
+
openWorldHint: false,
|
|
8109
|
+
},
|
|
6680
8110
|
},
|
|
6681
8111
|
{
|
|
6682
8112
|
name: 'woocommerce_add_sale_badge',
|
|
@@ -6697,6 +8127,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6697
8127
|
},
|
|
6698
8128
|
},
|
|
6699
8129
|
},
|
|
8130
|
+
annotations: {
|
|
8131
|
+
title: "Add Sale Badge",
|
|
8132
|
+
readOnlyHint: false,
|
|
8133
|
+
destructiveHint: false,
|
|
8134
|
+
idempotentHint: false,
|
|
8135
|
+
openWorldHint: false,
|
|
8136
|
+
},
|
|
6700
8137
|
},
|
|
6701
8138
|
{
|
|
6702
8139
|
name: 'woocommerce_analyze_storefront_card',
|
|
@@ -6705,7 +8142,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6705
8142
|
type: 'object',
|
|
6706
8143
|
properties: {},
|
|
6707
8144
|
},
|
|
6708
|
-
|
|
8145
|
+
annotations: {
|
|
8146
|
+
title: "Analyze Storefront Card",
|
|
8147
|
+
readOnlyHint: true,
|
|
8148
|
+
destructiveHint: false,
|
|
8149
|
+
idempotentHint: true,
|
|
8150
|
+
openWorldHint: false,
|
|
8151
|
+
},
|
|
6709
8152
|
},
|
|
6710
8153
|
{
|
|
6711
8154
|
name: 'woocommerce_update_storefront_card_field',
|
|
@@ -6728,6 +8171,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6728
8171
|
},
|
|
6729
8172
|
required: ['field', 'attributes'],
|
|
6730
8173
|
},
|
|
8174
|
+
annotations: {
|
|
8175
|
+
title: "Update Storefront Card Field",
|
|
8176
|
+
readOnlyHint: false,
|
|
8177
|
+
destructiveHint: false,
|
|
8178
|
+
idempotentHint: true,
|
|
8179
|
+
openWorldHint: false,
|
|
8180
|
+
},
|
|
6731
8181
|
},
|
|
6732
8182
|
{
|
|
6733
8183
|
name: 'woocommerce_update_checkout_layout',
|
|
@@ -6741,6 +8191,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6741
8191
|
},
|
|
6742
8192
|
required: ['changes'],
|
|
6743
8193
|
},
|
|
8194
|
+
annotations: {
|
|
8195
|
+
title: "Update Checkout Layout",
|
|
8196
|
+
readOnlyHint: false,
|
|
8197
|
+
destructiveHint: true,
|
|
8198
|
+
idempotentHint: true,
|
|
8199
|
+
openWorldHint: false,
|
|
8200
|
+
},
|
|
6744
8201
|
},
|
|
6745
8202
|
// --- Variations and attributes (addon v3.0) ---
|
|
6746
8203
|
{
|
|
@@ -6759,7 +8216,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6759
8216
|
},
|
|
6760
8217
|
required: ['id', 'attributes'],
|
|
6761
8218
|
},
|
|
6762
|
-
|
|
8219
|
+
annotations: {
|
|
8220
|
+
title: "Set Product Attributes",
|
|
8221
|
+
readOnlyHint: false,
|
|
8222
|
+
destructiveHint: true,
|
|
8223
|
+
idempotentHint: true,
|
|
8224
|
+
openWorldHint: false,
|
|
8225
|
+
},
|
|
6763
8226
|
},
|
|
6764
8227
|
{
|
|
6765
8228
|
name: 'woocommerce_generate_variations',
|
|
@@ -6774,6 +8237,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6774
8237
|
},
|
|
6775
8238
|
required: ['id'],
|
|
6776
8239
|
},
|
|
8240
|
+
annotations: {
|
|
8241
|
+
title: "Generate Variations",
|
|
8242
|
+
readOnlyHint: false,
|
|
8243
|
+
destructiveHint: false,
|
|
8244
|
+
idempotentHint: true,
|
|
8245
|
+
openWorldHint: false,
|
|
8246
|
+
},
|
|
6777
8247
|
},
|
|
6778
8248
|
{
|
|
6779
8249
|
name: 'woocommerce_create_variation',
|
|
@@ -6793,6 +8263,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6793
8263
|
},
|
|
6794
8264
|
required: ['id', 'attributes'],
|
|
6795
8265
|
},
|
|
8266
|
+
annotations: {
|
|
8267
|
+
title: "Create Variation",
|
|
8268
|
+
readOnlyHint: false,
|
|
8269
|
+
destructiveHint: false,
|
|
8270
|
+
idempotentHint: false,
|
|
8271
|
+
openWorldHint: false,
|
|
8272
|
+
},
|
|
6796
8273
|
},
|
|
6797
8274
|
{
|
|
6798
8275
|
name: 'woocommerce_create_global_attribute',
|
|
@@ -6811,6 +8288,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6811
8288
|
},
|
|
6812
8289
|
required: ['name'],
|
|
6813
8290
|
},
|
|
8291
|
+
annotations: {
|
|
8292
|
+
title: "Create Global Attribute",
|
|
8293
|
+
readOnlyHint: false,
|
|
8294
|
+
destructiveHint: false,
|
|
8295
|
+
idempotentHint: false,
|
|
8296
|
+
openWorldHint: false,
|
|
8297
|
+
},
|
|
6814
8298
|
},
|
|
6815
8299
|
{
|
|
6816
8300
|
name: 'woocommerce_set_variation_gallery',
|
|
@@ -6823,7 +8307,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6823
8307
|
},
|
|
6824
8308
|
required: ['id', 'image_ids'],
|
|
6825
8309
|
},
|
|
6826
|
-
|
|
8310
|
+
annotations: {
|
|
8311
|
+
title: "Set Variation Gallery",
|
|
8312
|
+
readOnlyHint: false,
|
|
8313
|
+
destructiveHint: true,
|
|
8314
|
+
idempotentHint: true,
|
|
8315
|
+
openWorldHint: false,
|
|
8316
|
+
},
|
|
6827
8317
|
},
|
|
6828
8318
|
// --- Coupons and customers (addon v3.0) ---
|
|
6829
8319
|
{
|
|
@@ -6837,7 +8327,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6837
8327
|
page: { type: 'number' },
|
|
6838
8328
|
},
|
|
6839
8329
|
},
|
|
6840
|
-
|
|
8330
|
+
annotations: {
|
|
8331
|
+
title: "List Coupons",
|
|
8332
|
+
readOnlyHint: true,
|
|
8333
|
+
destructiveHint: false,
|
|
8334
|
+
idempotentHint: true,
|
|
8335
|
+
openWorldHint: false,
|
|
8336
|
+
},
|
|
6841
8337
|
},
|
|
6842
8338
|
{
|
|
6843
8339
|
name: 'woocommerce_create_coupon',
|
|
@@ -6863,6 +8359,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6863
8359
|
},
|
|
6864
8360
|
required: ['code'],
|
|
6865
8361
|
},
|
|
8362
|
+
annotations: {
|
|
8363
|
+
title: "Create Coupon",
|
|
8364
|
+
readOnlyHint: false,
|
|
8365
|
+
destructiveHint: false,
|
|
8366
|
+
idempotentHint: false,
|
|
8367
|
+
openWorldHint: false,
|
|
8368
|
+
},
|
|
6866
8369
|
},
|
|
6867
8370
|
{
|
|
6868
8371
|
name: 'woocommerce_update_coupon',
|
|
@@ -6880,7 +8383,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6880
8383
|
},
|
|
6881
8384
|
required: ['id'],
|
|
6882
8385
|
},
|
|
6883
|
-
|
|
8386
|
+
annotations: {
|
|
8387
|
+
title: "Update Coupon",
|
|
8388
|
+
readOnlyHint: false,
|
|
8389
|
+
destructiveHint: true,
|
|
8390
|
+
idempotentHint: true,
|
|
8391
|
+
openWorldHint: false,
|
|
8392
|
+
},
|
|
6884
8393
|
},
|
|
6885
8394
|
{
|
|
6886
8395
|
name: 'woocommerce_create_customer',
|
|
@@ -6897,6 +8406,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6897
8406
|
},
|
|
6898
8407
|
required: ['email'],
|
|
6899
8408
|
},
|
|
8409
|
+
annotations: {
|
|
8410
|
+
title: "Create Customer",
|
|
8411
|
+
readOnlyHint: false,
|
|
8412
|
+
destructiveHint: false,
|
|
8413
|
+
idempotentHint: false,
|
|
8414
|
+
openWorldHint: false,
|
|
8415
|
+
},
|
|
6900
8416
|
},
|
|
6901
8417
|
{
|
|
6902
8418
|
name: 'woocommerce_update_customer',
|
|
@@ -6913,7 +8429,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6913
8429
|
},
|
|
6914
8430
|
required: ['id'],
|
|
6915
8431
|
},
|
|
6916
|
-
|
|
8432
|
+
annotations: {
|
|
8433
|
+
title: "Update Customer",
|
|
8434
|
+
readOnlyHint: false,
|
|
8435
|
+
destructiveHint: true,
|
|
8436
|
+
idempotentHint: true,
|
|
8437
|
+
openWorldHint: false,
|
|
8438
|
+
},
|
|
6917
8439
|
},
|
|
6918
8440
|
// --- Order notes and refunds (addon v3.0) ---
|
|
6919
8441
|
{
|
|
@@ -6928,6 +8450,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6928
8450
|
},
|
|
6929
8451
|
required: ['id', 'note'],
|
|
6930
8452
|
},
|
|
8453
|
+
annotations: {
|
|
8454
|
+
title: "Add Order Note",
|
|
8455
|
+
readOnlyHint: false,
|
|
8456
|
+
destructiveHint: false,
|
|
8457
|
+
idempotentHint: false,
|
|
8458
|
+
openWorldHint: false,
|
|
8459
|
+
},
|
|
6931
8460
|
},
|
|
6932
8461
|
{
|
|
6933
8462
|
name: 'woocommerce_get_order_refunds',
|
|
@@ -6939,7 +8468,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6939
8468
|
},
|
|
6940
8469
|
required: ['id'],
|
|
6941
8470
|
},
|
|
6942
|
-
|
|
8471
|
+
annotations: {
|
|
8472
|
+
title: "List Order Refunds",
|
|
8473
|
+
readOnlyHint: true,
|
|
8474
|
+
destructiveHint: false,
|
|
8475
|
+
idempotentHint: true,
|
|
8476
|
+
openWorldHint: false,
|
|
8477
|
+
},
|
|
6943
8478
|
},
|
|
6944
8479
|
{
|
|
6945
8480
|
name: 'woocommerce_create_order_refund',
|
|
@@ -6957,7 +8492,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6957
8492
|
},
|
|
6958
8493
|
required: ['id'],
|
|
6959
8494
|
},
|
|
6960
|
-
|
|
8495
|
+
annotations: {
|
|
8496
|
+
title: "Create Order Refund",
|
|
8497
|
+
readOnlyHint: false,
|
|
8498
|
+
destructiveHint: true,
|
|
8499
|
+
idempotentHint: false,
|
|
8500
|
+
openWorldHint: true,
|
|
8501
|
+
},
|
|
6961
8502
|
},
|
|
6962
8503
|
// --- Subscriptions / Bookings / Memberships (addon v3.1, extensions) ---
|
|
6963
8504
|
{
|
|
@@ -6973,7 +8514,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6973
8514
|
page: { type: 'number' },
|
|
6974
8515
|
},
|
|
6975
8516
|
},
|
|
6976
|
-
|
|
8517
|
+
annotations: {
|
|
8518
|
+
title: "List Subscriptions",
|
|
8519
|
+
readOnlyHint: true,
|
|
8520
|
+
destructiveHint: false,
|
|
8521
|
+
idempotentHint: true,
|
|
8522
|
+
openWorldHint: false,
|
|
8523
|
+
},
|
|
6977
8524
|
},
|
|
6978
8525
|
{
|
|
6979
8526
|
name: 'woocommerce_get_subscription',
|
|
@@ -6985,7 +8532,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
6985
8532
|
},
|
|
6986
8533
|
required: ['id'],
|
|
6987
8534
|
},
|
|
6988
|
-
|
|
8535
|
+
annotations: {
|
|
8536
|
+
title: "Get Subscription",
|
|
8537
|
+
readOnlyHint: true,
|
|
8538
|
+
destructiveHint: false,
|
|
8539
|
+
idempotentHint: true,
|
|
8540
|
+
openWorldHint: false,
|
|
8541
|
+
},
|
|
6989
8542
|
},
|
|
6990
8543
|
{
|
|
6991
8544
|
name: 'woocommerce_update_subscription_status',
|
|
@@ -7000,7 +8553,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7000
8553
|
},
|
|
7001
8554
|
required: ['id', 'status'],
|
|
7002
8555
|
},
|
|
7003
|
-
|
|
8556
|
+
annotations: {
|
|
8557
|
+
title: "Update Subscription Status",
|
|
8558
|
+
readOnlyHint: false,
|
|
8559
|
+
destructiveHint: true,
|
|
8560
|
+
idempotentHint: true,
|
|
8561
|
+
openWorldHint: false,
|
|
8562
|
+
},
|
|
7004
8563
|
},
|
|
7005
8564
|
{
|
|
7006
8565
|
name: 'woocommerce_update_subscription_dates',
|
|
@@ -7016,7 +8575,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7016
8575
|
},
|
|
7017
8576
|
required: ['id'],
|
|
7018
8577
|
},
|
|
7019
|
-
|
|
8578
|
+
annotations: {
|
|
8579
|
+
title: "Update Subscription Dates",
|
|
8580
|
+
readOnlyHint: false,
|
|
8581
|
+
destructiveHint: true,
|
|
8582
|
+
idempotentHint: true,
|
|
8583
|
+
openWorldHint: false,
|
|
8584
|
+
},
|
|
7020
8585
|
},
|
|
7021
8586
|
{
|
|
7022
8587
|
name: 'woocommerce_add_subscription_note',
|
|
@@ -7030,6 +8595,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7030
8595
|
},
|
|
7031
8596
|
required: ['id', 'note'],
|
|
7032
8597
|
},
|
|
8598
|
+
annotations: {
|
|
8599
|
+
title: "Add Subscription Note",
|
|
8600
|
+
readOnlyHint: false,
|
|
8601
|
+
destructiveHint: false,
|
|
8602
|
+
idempotentHint: false,
|
|
8603
|
+
openWorldHint: false,
|
|
8604
|
+
},
|
|
7033
8605
|
},
|
|
7034
8606
|
{
|
|
7035
8607
|
name: 'woocommerce_list_bookings',
|
|
@@ -7043,7 +8615,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7043
8615
|
page: { type: 'number' },
|
|
7044
8616
|
},
|
|
7045
8617
|
},
|
|
7046
|
-
|
|
8618
|
+
annotations: {
|
|
8619
|
+
title: "List Bookings",
|
|
8620
|
+
readOnlyHint: true,
|
|
8621
|
+
destructiveHint: false,
|
|
8622
|
+
idempotentHint: true,
|
|
8623
|
+
openWorldHint: false,
|
|
8624
|
+
},
|
|
7047
8625
|
},
|
|
7048
8626
|
{
|
|
7049
8627
|
name: 'woocommerce_get_booking',
|
|
@@ -7055,7 +8633,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7055
8633
|
},
|
|
7056
8634
|
required: ['id'],
|
|
7057
8635
|
},
|
|
7058
|
-
|
|
8636
|
+
annotations: {
|
|
8637
|
+
title: "Get Booking",
|
|
8638
|
+
readOnlyHint: true,
|
|
8639
|
+
destructiveHint: false,
|
|
8640
|
+
idempotentHint: true,
|
|
8641
|
+
openWorldHint: false,
|
|
8642
|
+
},
|
|
7059
8643
|
},
|
|
7060
8644
|
{
|
|
7061
8645
|
name: 'woocommerce_update_booking_status',
|
|
@@ -7069,7 +8653,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7069
8653
|
},
|
|
7070
8654
|
required: ['id', 'status'],
|
|
7071
8655
|
},
|
|
7072
|
-
|
|
8656
|
+
annotations: {
|
|
8657
|
+
title: "Update Booking Status",
|
|
8658
|
+
readOnlyHint: false,
|
|
8659
|
+
destructiveHint: true,
|
|
8660
|
+
idempotentHint: true,
|
|
8661
|
+
openWorldHint: false,
|
|
8662
|
+
},
|
|
7073
8663
|
},
|
|
7074
8664
|
{
|
|
7075
8665
|
name: 'woocommerce_reschedule_booking',
|
|
@@ -7085,7 +8675,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7085
8675
|
},
|
|
7086
8676
|
required: ['id', 'start', 'end'],
|
|
7087
8677
|
},
|
|
7088
|
-
|
|
8678
|
+
annotations: {
|
|
8679
|
+
title: "Reschedule Booking",
|
|
8680
|
+
readOnlyHint: false,
|
|
8681
|
+
destructiveHint: true,
|
|
8682
|
+
idempotentHint: true,
|
|
8683
|
+
openWorldHint: false,
|
|
8684
|
+
},
|
|
7089
8685
|
},
|
|
7090
8686
|
{
|
|
7091
8687
|
name: 'woocommerce_list_membership_plans',
|
|
@@ -7094,7 +8690,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7094
8690
|
type: 'object',
|
|
7095
8691
|
properties: {},
|
|
7096
8692
|
},
|
|
7097
|
-
|
|
8693
|
+
annotations: {
|
|
8694
|
+
title: "List Membership Plans",
|
|
8695
|
+
readOnlyHint: true,
|
|
8696
|
+
destructiveHint: false,
|
|
8697
|
+
idempotentHint: true,
|
|
8698
|
+
openWorldHint: false,
|
|
8699
|
+
},
|
|
7098
8700
|
},
|
|
7099
8701
|
{
|
|
7100
8702
|
name: 'woocommerce_list_memberships',
|
|
@@ -7109,7 +8711,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7109
8711
|
page: { type: 'number' },
|
|
7110
8712
|
},
|
|
7111
8713
|
},
|
|
7112
|
-
|
|
8714
|
+
annotations: {
|
|
8715
|
+
title: "List Memberships",
|
|
8716
|
+
readOnlyHint: true,
|
|
8717
|
+
destructiveHint: false,
|
|
8718
|
+
idempotentHint: true,
|
|
8719
|
+
openWorldHint: false,
|
|
8720
|
+
},
|
|
7113
8721
|
},
|
|
7114
8722
|
{
|
|
7115
8723
|
name: 'woocommerce_get_membership',
|
|
@@ -7121,7 +8729,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7121
8729
|
},
|
|
7122
8730
|
required: ['id'],
|
|
7123
8731
|
},
|
|
7124
|
-
|
|
8732
|
+
annotations: {
|
|
8733
|
+
title: "Get Membership",
|
|
8734
|
+
readOnlyHint: true,
|
|
8735
|
+
destructiveHint: false,
|
|
8736
|
+
idempotentHint: true,
|
|
8737
|
+
openWorldHint: false,
|
|
8738
|
+
},
|
|
7125
8739
|
},
|
|
7126
8740
|
{
|
|
7127
8741
|
name: 'woocommerce_update_membership_status',
|
|
@@ -7136,7 +8750,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7136
8750
|
},
|
|
7137
8751
|
required: ['id', 'membership_action'],
|
|
7138
8752
|
},
|
|
7139
|
-
|
|
8753
|
+
annotations: {
|
|
8754
|
+
title: "Update Membership Status",
|
|
8755
|
+
readOnlyHint: false,
|
|
8756
|
+
destructiveHint: true,
|
|
8757
|
+
idempotentHint: true,
|
|
8758
|
+
openWorldHint: false,
|
|
8759
|
+
},
|
|
7140
8760
|
},
|
|
7141
8761
|
{
|
|
7142
8762
|
name: 'woocommerce_set_membership_end_date',
|
|
@@ -7150,7 +8770,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7150
8770
|
},
|
|
7151
8771
|
required: ['id', 'end_date'],
|
|
7152
8772
|
},
|
|
7153
|
-
|
|
8773
|
+
annotations: {
|
|
8774
|
+
title: "Set Membership End Date",
|
|
8775
|
+
readOnlyHint: false,
|
|
8776
|
+
destructiveHint: true,
|
|
8777
|
+
idempotentHint: true,
|
|
8778
|
+
openWorldHint: false,
|
|
8779
|
+
},
|
|
7154
8780
|
},
|
|
7155
8781
|
// --- Assisted checkout (addon v3.1) ---
|
|
7156
8782
|
{
|
|
@@ -7170,6 +8796,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7170
8796
|
},
|
|
7171
8797
|
required: ['items'],
|
|
7172
8798
|
},
|
|
8799
|
+
annotations: {
|
|
8800
|
+
title: "Create Cart Link",
|
|
8801
|
+
readOnlyHint: false,
|
|
8802
|
+
destructiveHint: false,
|
|
8803
|
+
idempotentHint: false,
|
|
8804
|
+
openWorldHint: false,
|
|
8805
|
+
},
|
|
7173
8806
|
},
|
|
7174
8807
|
{
|
|
7175
8808
|
name: 'woocommerce_agent_orders_report',
|
|
@@ -7180,14 +8813,26 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7180
8813
|
days: { type: 'number', description: 'Period in days (default 30, max 365)' },
|
|
7181
8814
|
},
|
|
7182
8815
|
},
|
|
7183
|
-
|
|
8816
|
+
annotations: {
|
|
8817
|
+
title: "Agent Orders Report",
|
|
8818
|
+
readOnlyHint: true,
|
|
8819
|
+
destructiveHint: false,
|
|
8820
|
+
idempotentHint: true,
|
|
8821
|
+
openWorldHint: false,
|
|
8822
|
+
},
|
|
7184
8823
|
},
|
|
7185
8824
|
// --- Product configurator, STAGGS (addon v3.2) ---
|
|
7186
8825
|
{
|
|
7187
8826
|
name: 'woocommerce_configurator_status',
|
|
7188
8827
|
description: 'Which product configurator is active (STAGGS) plus how many products and attribute groups use it. Start here before any configurator work.',
|
|
7189
8828
|
inputSchema: { type: 'object', properties: {} },
|
|
7190
|
-
|
|
8829
|
+
annotations: {
|
|
8830
|
+
title: "Configurator Status",
|
|
8831
|
+
readOnlyHint: true,
|
|
8832
|
+
destructiveHint: false,
|
|
8833
|
+
idempotentHint: true,
|
|
8834
|
+
openWorldHint: false,
|
|
8835
|
+
},
|
|
7191
8836
|
},
|
|
7192
8837
|
{
|
|
7193
8838
|
name: 'woocommerce_get_product_configurator',
|
|
@@ -7197,7 +8842,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7197
8842
|
properties: { id: { type: 'number', description: 'Product ID' } },
|
|
7198
8843
|
required: ['id'],
|
|
7199
8844
|
},
|
|
7200
|
-
|
|
8845
|
+
annotations: {
|
|
8846
|
+
title: "Get Product Configurator",
|
|
8847
|
+
readOnlyHint: true,
|
|
8848
|
+
destructiveHint: false,
|
|
8849
|
+
idempotentHint: true,
|
|
8850
|
+
openWorldHint: false,
|
|
8851
|
+
},
|
|
7201
8852
|
},
|
|
7202
8853
|
{
|
|
7203
8854
|
name: 'woocommerce_set_product_configurator',
|
|
@@ -7211,12 +8862,25 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7211
8862
|
},
|
|
7212
8863
|
required: ['id', 'enabled'],
|
|
7213
8864
|
},
|
|
8865
|
+
annotations: {
|
|
8866
|
+
title: "Set Product Configurator",
|
|
8867
|
+
readOnlyHint: false,
|
|
8868
|
+
destructiveHint: false,
|
|
8869
|
+
idempotentHint: true,
|
|
8870
|
+
openWorldHint: false,
|
|
8871
|
+
},
|
|
7214
8872
|
},
|
|
7215
8873
|
{
|
|
7216
8874
|
name: 'woocommerce_list_configurator_attributes',
|
|
7217
8875
|
description: 'List STAGGS attribute groups (the reusable option sets a configurator is built from): id, title, type.',
|
|
7218
8876
|
inputSchema: { type: 'object', properties: {} },
|
|
7219
|
-
|
|
8877
|
+
annotations: {
|
|
8878
|
+
title: "List Configurator Attributes",
|
|
8879
|
+
readOnlyHint: true,
|
|
8880
|
+
destructiveHint: false,
|
|
8881
|
+
idempotentHint: true,
|
|
8882
|
+
openWorldHint: false,
|
|
8883
|
+
},
|
|
7220
8884
|
},
|
|
7221
8885
|
{
|
|
7222
8886
|
name: 'woocommerce_get_configurator_attribute_items',
|
|
@@ -7226,7 +8890,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7226
8890
|
properties: { id: { type: 'number', description: 'STAGGS attribute (sgg_attribute) post ID' } },
|
|
7227
8891
|
required: ['id'],
|
|
7228
8892
|
},
|
|
7229
|
-
|
|
8893
|
+
annotations: {
|
|
8894
|
+
title: "Configurator Attribute Items",
|
|
8895
|
+
readOnlyHint: true,
|
|
8896
|
+
destructiveHint: false,
|
|
8897
|
+
idempotentHint: true,
|
|
8898
|
+
openWorldHint: false,
|
|
8899
|
+
},
|
|
7230
8900
|
},
|
|
7231
8901
|
{
|
|
7232
8902
|
name: 'woocommerce_set_configurator_attribute_items',
|
|
@@ -7240,6 +8910,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7240
8910
|
},
|
|
7241
8911
|
required: ['id', 'items'],
|
|
7242
8912
|
},
|
|
8913
|
+
annotations: {
|
|
8914
|
+
title: "Set Configurator Attribute Items",
|
|
8915
|
+
readOnlyHint: false,
|
|
8916
|
+
destructiveHint: true,
|
|
8917
|
+
idempotentHint: true,
|
|
8918
|
+
openWorldHint: false,
|
|
8919
|
+
},
|
|
7243
8920
|
},
|
|
7244
8921
|
{
|
|
7245
8922
|
name: 'woocommerce_get_plugin_state',
|
|
@@ -7253,7 +8930,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7253
8930
|
},
|
|
7254
8931
|
required: ['plugin'],
|
|
7255
8932
|
},
|
|
7256
|
-
|
|
8933
|
+
annotations: {
|
|
8934
|
+
title: "Get Plugin State",
|
|
8935
|
+
readOnlyHint: true,
|
|
8936
|
+
destructiveHint: false,
|
|
8937
|
+
idempotentHint: true,
|
|
8938
|
+
openWorldHint: false,
|
|
8939
|
+
},
|
|
7257
8940
|
},
|
|
7258
8941
|
{
|
|
7259
8942
|
name: 'woocommerce_set_plugin_state',
|
|
@@ -7269,6 +8952,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7269
8952
|
},
|
|
7270
8953
|
required: ['plugin'],
|
|
7271
8954
|
},
|
|
8955
|
+
annotations: {
|
|
8956
|
+
title: "Set Plugin State",
|
|
8957
|
+
readOnlyHint: false,
|
|
8958
|
+
destructiveHint: false,
|
|
8959
|
+
idempotentHint: true,
|
|
8960
|
+
openWorldHint: false,
|
|
8961
|
+
},
|
|
7272
8962
|
},
|
|
7273
8963
|
// --- Readiness autofix (addon v3.1) ---
|
|
7274
8964
|
{
|
|
@@ -7281,7 +8971,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7281
8971
|
target_score: { type: 'number', description: 'Skip products at or above this score (default 90)' },
|
|
7282
8972
|
},
|
|
7283
8973
|
},
|
|
7284
|
-
|
|
8974
|
+
annotations: {
|
|
8975
|
+
title: "Readiness Fix List",
|
|
8976
|
+
readOnlyHint: true,
|
|
8977
|
+
destructiveHint: false,
|
|
8978
|
+
idempotentHint: true,
|
|
8979
|
+
openWorldHint: false,
|
|
8980
|
+
},
|
|
7285
8981
|
},
|
|
7286
8982
|
{
|
|
7287
8983
|
name: 'woocommerce_set_image_alt',
|
|
@@ -7295,7 +8991,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7295
8991
|
},
|
|
7296
8992
|
required: ['id', 'alt'],
|
|
7297
8993
|
},
|
|
7298
|
-
|
|
8994
|
+
annotations: {
|
|
8995
|
+
title: "Set Image Alt Text",
|
|
8996
|
+
readOnlyHint: false,
|
|
8997
|
+
destructiveHint: false,
|
|
8998
|
+
idempotentHint: true,
|
|
8999
|
+
openWorldHint: false,
|
|
9000
|
+
},
|
|
7299
9001
|
},
|
|
7300
9002
|
// --- Product feeds + llms.txt (addon v3.1) ---
|
|
7301
9003
|
{
|
|
@@ -7317,7 +9019,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7317
9019
|
rotate_token: { type: 'boolean', description: 'Rotate the secret feed URLs' },
|
|
7318
9020
|
},
|
|
7319
9021
|
},
|
|
7320
|
-
|
|
9022
|
+
annotations: {
|
|
9023
|
+
title: "Configure Product Feed",
|
|
9024
|
+
readOnlyHint: false,
|
|
9025
|
+
destructiveHint: false,
|
|
9026
|
+
idempotentHint: false,
|
|
9027
|
+
openWorldHint: false,
|
|
9028
|
+
},
|
|
7321
9029
|
},
|
|
7322
9030
|
{
|
|
7323
9031
|
name: 'woocommerce_generate_feed',
|
|
@@ -7328,6 +9036,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7328
9036
|
format: { type: 'string', description: 'Optional: enable and build one specific format' },
|
|
7329
9037
|
},
|
|
7330
9038
|
},
|
|
9039
|
+
annotations: {
|
|
9040
|
+
title: "Generate Product Feed",
|
|
9041
|
+
readOnlyHint: false,
|
|
9042
|
+
destructiveHint: false,
|
|
9043
|
+
idempotentHint: true,
|
|
9044
|
+
openWorldHint: false,
|
|
9045
|
+
},
|
|
7331
9046
|
},
|
|
7332
9047
|
{
|
|
7333
9048
|
name: 'woocommerce_get_feed_status',
|
|
@@ -7336,7 +9051,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7336
9051
|
type: 'object',
|
|
7337
9052
|
properties: {},
|
|
7338
9053
|
},
|
|
7339
|
-
|
|
9054
|
+
annotations: {
|
|
9055
|
+
title: "Feed Status",
|
|
9056
|
+
readOnlyHint: true,
|
|
9057
|
+
destructiveHint: false,
|
|
9058
|
+
idempotentHint: true,
|
|
9059
|
+
openWorldHint: false,
|
|
9060
|
+
},
|
|
7340
9061
|
},
|
|
7341
9062
|
{
|
|
7342
9063
|
name: 'woocommerce_repair_feed_scheduler',
|
|
@@ -7347,7 +9068,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7347
9068
|
dry_run: { type: 'boolean', description: 'Inspect whether a stale lock would be repaired without changing scheduler state.' },
|
|
7348
9069
|
},
|
|
7349
9070
|
},
|
|
7350
|
-
|
|
9071
|
+
annotations: {
|
|
9072
|
+
title: "Repair Feed Scheduler",
|
|
9073
|
+
readOnlyHint: false,
|
|
9074
|
+
destructiveHint: false,
|
|
9075
|
+
idempotentHint: true,
|
|
9076
|
+
openWorldHint: false,
|
|
9077
|
+
},
|
|
7351
9078
|
},
|
|
7352
9079
|
{
|
|
7353
9080
|
name: 'woocommerce_validate_feed',
|
|
@@ -7359,7 +9086,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7359
9086
|
limit: { type: 'number', description: 'Parent products to sample (default 100, max 200)' },
|
|
7360
9087
|
},
|
|
7361
9088
|
},
|
|
7362
|
-
|
|
9089
|
+
annotations: {
|
|
9090
|
+
title: "Validate Feed",
|
|
9091
|
+
readOnlyHint: true,
|
|
9092
|
+
destructiveHint: false,
|
|
9093
|
+
idempotentHint: true,
|
|
9094
|
+
openWorldHint: false,
|
|
9095
|
+
},
|
|
7363
9096
|
},
|
|
7364
9097
|
{
|
|
7365
9098
|
name: 'woocommerce_set_feed_category_mapping',
|
|
@@ -7370,7 +9103,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7370
9103
|
mappings: { type: 'object', description: '{"<term_id>": "<google category id or full path>"}; empty string removes a mapping' },
|
|
7371
9104
|
},
|
|
7372
9105
|
},
|
|
7373
|
-
|
|
9106
|
+
annotations: {
|
|
9107
|
+
title: "Set Feed Category Mapping",
|
|
9108
|
+
readOnlyHint: false,
|
|
9109
|
+
destructiveHint: false,
|
|
9110
|
+
idempotentHint: true,
|
|
9111
|
+
openWorldHint: false,
|
|
9112
|
+
},
|
|
7374
9113
|
},
|
|
7375
9114
|
// --- AI readiness (addon v3.0) ---
|
|
7376
9115
|
{
|
|
@@ -7383,7 +9122,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7383
9122
|
},
|
|
7384
9123
|
required: ['id'],
|
|
7385
9124
|
},
|
|
7386
|
-
|
|
9125
|
+
annotations: {
|
|
9126
|
+
title: "Product AI Readiness",
|
|
9127
|
+
readOnlyHint: true,
|
|
9128
|
+
destructiveHint: false,
|
|
9129
|
+
idempotentHint: true,
|
|
9130
|
+
openWorldHint: false,
|
|
9131
|
+
},
|
|
7387
9132
|
},
|
|
7388
9133
|
{
|
|
7389
9134
|
name: 'woocommerce_catalog_ai_readiness',
|
|
@@ -7394,7 +9139,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
7394
9139
|
limit: { type: 'number', description: 'Products to scan (default 200, max 500)' },
|
|
7395
9140
|
},
|
|
7396
9141
|
},
|
|
7397
|
-
|
|
9142
|
+
annotations: {
|
|
9143
|
+
title: "Catalog AI Readiness",
|
|
9144
|
+
readOnlyHint: true,
|
|
9145
|
+
destructiveHint: false,
|
|
9146
|
+
idempotentHint: true,
|
|
9147
|
+
openWorldHint: false,
|
|
9148
|
+
},
|
|
7398
9149
|
},
|
|
7399
9150
|
];
|
|
7400
9151
|
}
|
|
@@ -8849,7 +10600,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
8849
10600
|
},
|
|
8850
10601
|
required: ['post_id', 'identifier_type', 'identifier_value'],
|
|
8851
10602
|
},
|
|
8852
|
-
|
|
10603
|
+
annotations: {
|
|
10604
|
+
title: "Find Element",
|
|
10605
|
+
readOnlyHint: true,
|
|
10606
|
+
destructiveHint: false,
|
|
10607
|
+
idempotentHint: true,
|
|
10608
|
+
openWorldHint: false,
|
|
10609
|
+
},
|
|
8853
10610
|
},
|
|
8854
10611
|
{
|
|
8855
10612
|
name: 'wordpress_update_element',
|
|
@@ -8901,6 +10658,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
8901
10658
|
},
|
|
8902
10659
|
required: ['post_id', 'identifier_type', 'identifier_value', 'updates'],
|
|
8903
10660
|
},
|
|
10661
|
+
annotations: {
|
|
10662
|
+
title: "Update Element",
|
|
10663
|
+
readOnlyHint: false,
|
|
10664
|
+
destructiveHint: false,
|
|
10665
|
+
idempotentHint: true,
|
|
10666
|
+
openWorldHint: false,
|
|
10667
|
+
},
|
|
8904
10668
|
},
|
|
8905
10669
|
{
|
|
8906
10670
|
name: 'wordpress_move_element',
|
|
@@ -8943,6 +10707,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
8943
10707
|
},
|
|
8944
10708
|
required: ['post_id', 'identifier_type', 'identifier_value', 'target_container_path', 'position'],
|
|
8945
10709
|
},
|
|
10710
|
+
annotations: {
|
|
10711
|
+
title: "Move Element",
|
|
10712
|
+
readOnlyHint: false,
|
|
10713
|
+
destructiveHint: false,
|
|
10714
|
+
idempotentHint: true,
|
|
10715
|
+
openWorldHint: false,
|
|
10716
|
+
},
|
|
8946
10717
|
},
|
|
8947
10718
|
{
|
|
8948
10719
|
name: 'wordpress_duplicate_element',
|
|
@@ -8981,6 +10752,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
8981
10752
|
},
|
|
8982
10753
|
required: ['post_id'],
|
|
8983
10754
|
},
|
|
10755
|
+
annotations: {
|
|
10756
|
+
title: "Duplicate Element",
|
|
10757
|
+
readOnlyHint: false,
|
|
10758
|
+
destructiveHint: false,
|
|
10759
|
+
idempotentHint: false,
|
|
10760
|
+
openWorldHint: false,
|
|
10761
|
+
},
|
|
8984
10762
|
},
|
|
8985
10763
|
{
|
|
8986
10764
|
name: 'wordpress_remove_element',
|
|
@@ -9024,7 +10802,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
9024
10802
|
},
|
|
9025
10803
|
required: ['post_id', 'identifier_type', 'identifier_value'],
|
|
9026
10804
|
},
|
|
9027
|
-
|
|
10805
|
+
annotations: {
|
|
10806
|
+
title: "Remove Element",
|
|
10807
|
+
readOnlyHint: false,
|
|
10808
|
+
destructiveHint: true,
|
|
10809
|
+
idempotentHint: true,
|
|
10810
|
+
openWorldHint: false,
|
|
10811
|
+
},
|
|
9028
10812
|
},
|
|
9029
10813
|
{
|
|
9030
10814
|
name: 'wordpress_batch_update',
|
|
@@ -9067,6 +10851,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
9067
10851
|
},
|
|
9068
10852
|
required: ['post_id', 'operations'],
|
|
9069
10853
|
},
|
|
10854
|
+
annotations: {
|
|
10855
|
+
title: "Batch Update",
|
|
10856
|
+
readOnlyHint: false,
|
|
10857
|
+
destructiveHint: true,
|
|
10858
|
+
idempotentHint: false,
|
|
10859
|
+
openWorldHint: false,
|
|
10860
|
+
},
|
|
9070
10861
|
},
|
|
9071
10862
|
{
|
|
9072
10863
|
name: 'wordpress_reorder_elements',
|
|
@@ -9101,6 +10892,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
9101
10892
|
},
|
|
9102
10893
|
required: ['post_id', 'container_path', 'new_order'],
|
|
9103
10894
|
},
|
|
10895
|
+
annotations: {
|
|
10896
|
+
title: "Reorder Elements",
|
|
10897
|
+
readOnlyHint: false,
|
|
10898
|
+
destructiveHint: false,
|
|
10899
|
+
idempotentHint: true,
|
|
10900
|
+
openWorldHint: false,
|
|
10901
|
+
},
|
|
9104
10902
|
},
|
|
9105
10903
|
// --- Composite Tools ---
|
|
9106
10904
|
{
|
|
@@ -9131,6 +10929,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
9131
10929
|
},
|
|
9132
10930
|
required: ['title', 'structure'],
|
|
9133
10931
|
},
|
|
10932
|
+
annotations: {
|
|
10933
|
+
title: "Build Page",
|
|
10934
|
+
readOnlyHint: false,
|
|
10935
|
+
destructiveHint: false,
|
|
10936
|
+
idempotentHint: false,
|
|
10937
|
+
openWorldHint: false,
|
|
10938
|
+
},
|
|
9134
10939
|
},
|
|
9135
10940
|
{
|
|
9136
10941
|
name: 'wordpress_convert_html_to_builder',
|
|
@@ -9150,6 +10955,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
9150
10955
|
},
|
|
9151
10956
|
required: ['html'],
|
|
9152
10957
|
},
|
|
10958
|
+
annotations: {
|
|
10959
|
+
title: "Convert HTML To Builder",
|
|
10960
|
+
readOnlyHint: false,
|
|
10961
|
+
destructiveHint: false,
|
|
10962
|
+
idempotentHint: false,
|
|
10963
|
+
openWorldHint: false,
|
|
10964
|
+
},
|
|
9153
10965
|
},
|
|
9154
10966
|
{
|
|
9155
10967
|
name: 'wordpress_bulk_pages_operation',
|
|
@@ -9177,6 +10989,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
9177
10989
|
},
|
|
9178
10990
|
required: ['page_ids', 'operation'],
|
|
9179
10991
|
},
|
|
10992
|
+
annotations: {
|
|
10993
|
+
title: "Bulk Pages Operation",
|
|
10994
|
+
readOnlyHint: false,
|
|
10995
|
+
destructiveHint: true,
|
|
10996
|
+
idempotentHint: true,
|
|
10997
|
+
openWorldHint: false,
|
|
10998
|
+
},
|
|
9180
10999
|
},
|
|
9181
11000
|
// --- Stock Images ---
|
|
9182
11001
|
{
|
|
@@ -9196,7 +11015,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
9196
11015
|
},
|
|
9197
11016
|
required: ['query'],
|
|
9198
11017
|
},
|
|
9199
|
-
|
|
11018
|
+
annotations: {
|
|
11019
|
+
title: "Search Stock Images",
|
|
11020
|
+
readOnlyHint: true,
|
|
11021
|
+
destructiveHint: false,
|
|
11022
|
+
idempotentHint: true,
|
|
11023
|
+
openWorldHint: true,
|
|
11024
|
+
},
|
|
9200
11025
|
},
|
|
9201
11026
|
{
|
|
9202
11027
|
name: 'wordpress_sideload_image',
|
|
@@ -9211,6 +11036,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
9211
11036
|
},
|
|
9212
11037
|
required: ['url'],
|
|
9213
11038
|
},
|
|
11039
|
+
annotations: {
|
|
11040
|
+
title: "Sideload Image",
|
|
11041
|
+
readOnlyHint: false,
|
|
11042
|
+
destructiveHint: false,
|
|
11043
|
+
idempotentHint: false,
|
|
11044
|
+
openWorldHint: true,
|
|
11045
|
+
},
|
|
9214
11046
|
},
|
|
9215
11047
|
// --- Server Compatibility ---
|
|
9216
11048
|
{
|
|
@@ -9220,7 +11052,13 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
9220
11052
|
type: 'object',
|
|
9221
11053
|
properties: {},
|
|
9222
11054
|
},
|
|
9223
|
-
|
|
11055
|
+
annotations: {
|
|
11056
|
+
title: "Server Compatibility",
|
|
11057
|
+
readOnlyHint: true,
|
|
11058
|
+
destructiveHint: false,
|
|
11059
|
+
idempotentHint: true,
|
|
11060
|
+
openWorldHint: false,
|
|
11061
|
+
},
|
|
9224
11062
|
},
|
|
9225
11063
|
// --- Bricks Deep Tools (20 tools) ---
|
|
9226
11064
|
...getBricksTools(),
|
|
@@ -9558,6 +11396,21 @@ Allowlist: css, scss, less, json. PHP / JS theme writes are intentionally out of
|
|
|
9558
11396
|
},
|
|
9559
11397
|
required: ['post_id', ...s.required],
|
|
9560
11398
|
},
|
|
11399
|
+
/* Every shortcut in this list adds one widget to an existing page, so the
|
|
11400
|
+
* whole family shares one annotation shape: it writes, it cannot clobber
|
|
11401
|
+
* what is already there, and calling it twice adds two widgets. The
|
|
11402
|
+
* annotations have to be minted here rather than in the tools array,
|
|
11403
|
+
* because these 27 tools only exist as the output of this map. */
|
|
11404
|
+
annotations: {
|
|
11405
|
+
title: s.name
|
|
11406
|
+
.split('_')
|
|
11407
|
+
.map((w) => w.charAt(0).toUpperCase() + w.slice(1))
|
|
11408
|
+
.join(' '),
|
|
11409
|
+
readOnlyHint: false,
|
|
11410
|
+
destructiveHint: false,
|
|
11411
|
+
idempotentHint: false,
|
|
11412
|
+
openWorldHint: false,
|
|
11413
|
+
},
|
|
9561
11414
|
}));
|
|
9562
11415
|
}
|
|
9563
11416
|
async run() {
|