claude-plugin-wordpress-manager 2.12.1 → 2.13.0
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/.claude-plugin/plugin.json +8 -3
- package/CHANGELOG.md +78 -0
- package/docs/GUIDE.md +251 -12
- package/docs/VALIDATION.md +341 -0
- package/docs/plans/2026-03-02-content-framework-architecture.md +612 -0
- package/docs/plans/2026-03-02-content-framework-strategic-reflections.md +228 -0
- package/docs/plans/2026-03-02-content-intelligence-phase2.md +560 -0
- package/docs/plans/2026-03-02-content-pipeline-phase1.md +456 -0
- package/docs/plans/2026-03-02-editorial-calendar-phase3.md +490 -0
- package/docs/validation/.gitkeep +0 -0
- package/docs/validation/dashboard.html +286 -0
- package/docs/validation/results.json +1705 -0
- package/package.json +12 -3
- package/scripts/run-validation.mjs +1132 -0
- package/servers/wp-rest-bridge/build/server.js +16 -5
- package/servers/wp-rest-bridge/build/tools/index.js +0 -9
- package/servers/wp-rest-bridge/build/tools/plugin-repository.js +23 -31
- package/servers/wp-rest-bridge/build/tools/schema.js +58 -29
- package/servers/wp-rest-bridge/build/tools/unified-content.js +10 -2
- package/servers/wp-rest-bridge/build/wordpress.d.ts +0 -3
- package/servers/wp-rest-bridge/build/wordpress.js +16 -98
- package/servers/wp-rest-bridge/package.json +1 -0
- package/skills/wp-analytics/SKILL.md +153 -0
- package/skills/wp-analytics/references/signals-feed-schema.md +417 -0
- package/skills/wp-content-pipeline/SKILL.md +461 -0
- package/skills/wp-content-pipeline/references/content-brief-schema.md +377 -0
- package/skills/wp-content-pipeline/references/site-config-schema.md +431 -0
- package/skills/wp-editorial-planner/SKILL.md +262 -0
- package/skills/wp-editorial-planner/references/editorial-schema.md +268 -0
|
@@ -0,0 +1,341 @@
|
|
|
1
|
+
# WP REST Bridge — Validation Report
|
|
2
|
+
|
|
3
|
+
> Generated: 2026-03-01T21:15:22.960Z
|
|
4
|
+
> Active site: `opencactus`
|
|
5
|
+
> Tools registered: 148 | On server: 135
|
|
6
|
+
> Runner: v1.2.0
|
|
7
|
+
|
|
8
|
+
## Service Configuration
|
|
9
|
+
|
|
10
|
+
| Service | Status | Note |
|
|
11
|
+
|---------|--------|------|
|
|
12
|
+
| wordpress_core | OK | |
|
|
13
|
+
| woocommerce | NO | Error listing products: WooCommerce not configured for site "opencactus". Add wc_consumer_key and wc... |
|
|
14
|
+
| multisite | NO | Error listing sites: Site is not configured as multisite. Set is_multisite: true in WP_SITES_CONFIG. |
|
|
15
|
+
| mailchimp | NO | Mailchimp not configured. Add mailchimp_api_key to WP_SITES_CONFIG. |
|
|
16
|
+
| buffer | NO | Buffer not configured. Add buffer_access_token to WP_SITES_CONFIG. |
|
|
17
|
+
| sendgrid | NO | SendGrid not configured. Add sendgrid_api_key to WP_SITES_CONFIG. |
|
|
18
|
+
| gsc | NO | GSC not configured. Add gsc_service_account_key and gsc_site_url to WP_SITES_CONFIG. |
|
|
19
|
+
| ga4 | NO | MCP error -32602: Input validation error: Invalid arguments for tool ga4_top_pages: [ { "code"... |
|
|
20
|
+
| plausible | NO | MCP error -32602: Input validation error: Invalid arguments for tool pl_get_stats: [ { "code":... |
|
|
21
|
+
| cwv | NO | Google API key not configured. Add google_api_key to WP_SITES_CONFIG. |
|
|
22
|
+
| slack | NO | Slack Bot not configured. Add slack_bot_token to WP_SITES_CONFIG. |
|
|
23
|
+
| linkedin | NO | probe tool not on server |
|
|
24
|
+
| twitter | NO | probe tool not on server |
|
|
25
|
+
|
|
26
|
+
## Summary
|
|
27
|
+
|
|
28
|
+
| Status | Count |
|
|
29
|
+
|--------|-------|
|
|
30
|
+
| passed | 22 |
|
|
31
|
+
| failed | 0 |
|
|
32
|
+
| error | 0 |
|
|
33
|
+
| not_configured | 64 |
|
|
34
|
+
| skipped_write | 59 |
|
|
35
|
+
| skipped | 3 |
|
|
36
|
+
| untested | 0 |
|
|
37
|
+
| **Total** | **148** |
|
|
38
|
+
|
|
39
|
+
## Tool Inventory by Module
|
|
40
|
+
|
|
41
|
+
### unified-content (wordpress_core)
|
|
42
|
+
|
|
43
|
+
| Tool | Type | Status | Tested | Note |
|
|
44
|
+
|------|------|--------|--------|------|
|
|
45
|
+
| list_content | READ | passed | 2026-03-01 | 388ms |
|
|
46
|
+
| get_content | READ | passed | 2026-03-01 | 402ms |
|
|
47
|
+
| create_content | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
48
|
+
| update_content | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
49
|
+
| delete_content | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
50
|
+
| discover_content_types | READ | passed | 2026-03-01 | 365ms |
|
|
51
|
+
| find_content_by_url | READ | passed | 2026-03-01 | 506ms |
|
|
52
|
+
| get_content_by_slug | READ | passed | 2026-03-01 | 370ms |
|
|
53
|
+
|
|
54
|
+
### unified-taxonomies (wordpress_core)
|
|
55
|
+
|
|
56
|
+
| Tool | Type | Status | Tested | Note |
|
|
57
|
+
|------|------|--------|--------|------|
|
|
58
|
+
| discover_taxonomies | READ | passed | 2026-03-01 | 343ms |
|
|
59
|
+
| list_terms | READ | passed | 2026-03-01 | 376ms |
|
|
60
|
+
| get_term | READ | passed | 2026-03-01 | 920ms |
|
|
61
|
+
| create_term | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
62
|
+
| update_term | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
63
|
+
| delete_term | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
64
|
+
| assign_terms_to_content | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
65
|
+
| get_content_terms | READ | passed | 2026-03-01 | 708ms |
|
|
66
|
+
|
|
67
|
+
### comments (wordpress_core)
|
|
68
|
+
|
|
69
|
+
| Tool | Type | Status | Tested | Note |
|
|
70
|
+
|------|------|--------|--------|------|
|
|
71
|
+
| list_comments | READ | passed | 2026-03-01 | 361ms |
|
|
72
|
+
| get_comment | READ | skipped | | No data found for dynamic args resolution |
|
|
73
|
+
| create_comment | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
74
|
+
| update_comment | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
75
|
+
| delete_comment | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
76
|
+
|
|
77
|
+
### media (wordpress_core)
|
|
78
|
+
|
|
79
|
+
| Tool | Type | Status | Tested | Note |
|
|
80
|
+
|------|------|--------|--------|------|
|
|
81
|
+
| list_media | READ | passed | 2026-03-01 | 344ms |
|
|
82
|
+
| get_media | READ | passed | 2026-03-01 | 428ms |
|
|
83
|
+
| create_media | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
84
|
+
| edit_media | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
85
|
+
| delete_media | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
86
|
+
|
|
87
|
+
### users (wordpress_core)
|
|
88
|
+
|
|
89
|
+
| Tool | Type | Status | Tested | Note |
|
|
90
|
+
|------|------|--------|--------|------|
|
|
91
|
+
| list_users | READ | passed | 2026-03-01 | 373ms |
|
|
92
|
+
| get_user | READ | passed | 2026-03-01 | 409ms |
|
|
93
|
+
| get_me | READ | passed | 2026-03-01 | 307ms |
|
|
94
|
+
| create_user | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
95
|
+
| update_user | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
96
|
+
| delete_user | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
97
|
+
|
|
98
|
+
### plugins (wordpress_core)
|
|
99
|
+
|
|
100
|
+
| Tool | Type | Status | Tested | Note |
|
|
101
|
+
|------|------|--------|--------|------|
|
|
102
|
+
| list_plugins | READ | passed | 2026-03-01 | 413ms |
|
|
103
|
+
| get_plugin | READ | passed | 2026-03-01 | 315ms |
|
|
104
|
+
| activate_plugin | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
105
|
+
| deactivate_plugin | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
106
|
+
| create_plugin | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
107
|
+
| delete_plugin | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
108
|
+
|
|
109
|
+
### search (wordpress_core)
|
|
110
|
+
|
|
111
|
+
| Tool | Type | Status | Tested | Note |
|
|
112
|
+
|------|------|--------|--------|------|
|
|
113
|
+
| wp_search | READ | passed | 2026-03-01 | 452ms |
|
|
114
|
+
|
|
115
|
+
### plugin-repository (wordpress_core)
|
|
116
|
+
|
|
117
|
+
| Tool | Type | Status | Tested | Note |
|
|
118
|
+
|------|------|--------|--------|------|
|
|
119
|
+
| search_plugin_repository | READ | passed | 2026-03-01 | 1286ms |
|
|
120
|
+
| get_plugin_details | READ | passed | 2026-03-01 | 618ms |
|
|
121
|
+
|
|
122
|
+
### server (wordpress_core)
|
|
123
|
+
|
|
124
|
+
| Tool | Type | Status | Tested | Note |
|
|
125
|
+
|------|------|--------|--------|------|
|
|
126
|
+
| switch_site | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
127
|
+
| list_sites | READ | passed | 2026-03-01 | 2ms |
|
|
128
|
+
| get_active_site | READ | passed | 2026-03-01 | 1ms |
|
|
129
|
+
|
|
130
|
+
### multisite-network (multisite)
|
|
131
|
+
|
|
132
|
+
| Tool | Type | Status | Tested | Note |
|
|
133
|
+
|------|------|--------|--------|------|
|
|
134
|
+
| ms_list_network_plugins | READ | not_configured | | Service "multisite" not configured |
|
|
135
|
+
| ms_network_activate_plugin | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
136
|
+
| ms_network_deactivate_plugin | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
137
|
+
| ms_list_super_admins | READ | not_configured | | Service "multisite" not configured |
|
|
138
|
+
| ms_get_network_settings | READ | not_configured | | Service "multisite" not configured |
|
|
139
|
+
|
|
140
|
+
### multisite-sites (multisite)
|
|
141
|
+
|
|
142
|
+
| Tool | Type | Status | Tested | Note |
|
|
143
|
+
|------|------|--------|--------|------|
|
|
144
|
+
| ms_list_sites | READ | not_configured | | Service "multisite" not configured |
|
|
145
|
+
| ms_get_site | READ | not_configured | | Service "multisite" not configured |
|
|
146
|
+
| ms_create_site | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
147
|
+
| ms_activate_site | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
148
|
+
| ms_delete_site | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
149
|
+
|
|
150
|
+
### wc-products (woocommerce)
|
|
151
|
+
|
|
152
|
+
| Tool | Type | Status | Tested | Note |
|
|
153
|
+
|------|------|--------|--------|------|
|
|
154
|
+
| wc_list_products | READ | not_configured | | Service "woocommerce" not configured |
|
|
155
|
+
| wc_get_product | READ | not_configured | | Service "woocommerce" not configured |
|
|
156
|
+
| wc_create_product | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
157
|
+
| wc_update_product | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
158
|
+
| wc_delete_product | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
159
|
+
| wc_list_product_categories | READ | not_configured | | Service "woocommerce" not configured |
|
|
160
|
+
| wc_list_product_variations | READ | not_configured | | Service "woocommerce" not configured |
|
|
161
|
+
|
|
162
|
+
### wc-orders (woocommerce)
|
|
163
|
+
|
|
164
|
+
| Tool | Type | Status | Tested | Note |
|
|
165
|
+
|------|------|--------|--------|------|
|
|
166
|
+
| wc_list_orders | READ | not_configured | | Service "woocommerce" not configured |
|
|
167
|
+
| wc_get_order | READ | not_configured | | Service "woocommerce" not configured |
|
|
168
|
+
| wc_update_order_status | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
169
|
+
| wc_list_order_notes | READ | not_configured | | Service "woocommerce" not configured |
|
|
170
|
+
| wc_create_order_note | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
171
|
+
| wc_create_refund | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
172
|
+
|
|
173
|
+
### wc-customers (woocommerce)
|
|
174
|
+
|
|
175
|
+
| Tool | Type | Status | Tested | Note |
|
|
176
|
+
|------|------|--------|--------|------|
|
|
177
|
+
| wc_list_customers | READ | not_configured | | Service "woocommerce" not configured |
|
|
178
|
+
| wc_get_customer | READ | not_configured | | Service "woocommerce" not configured |
|
|
179
|
+
| wc_create_customer | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
180
|
+
| wc_update_customer | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
181
|
+
|
|
182
|
+
### wc-coupons (woocommerce)
|
|
183
|
+
|
|
184
|
+
| Tool | Type | Status | Tested | Note |
|
|
185
|
+
|------|------|--------|--------|------|
|
|
186
|
+
| wc_list_coupons | READ | not_configured | | Service "woocommerce" not configured |
|
|
187
|
+
| wc_get_coupon | READ | not_configured | | Service "woocommerce" not configured |
|
|
188
|
+
| wc_create_coupon | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
189
|
+
| wc_delete_coupon | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
190
|
+
|
|
191
|
+
### wc-reports (woocommerce)
|
|
192
|
+
|
|
193
|
+
| Tool | Type | Status | Tested | Note |
|
|
194
|
+
|------|------|--------|--------|------|
|
|
195
|
+
| wc_get_sales_report | READ | not_configured | | Service "woocommerce" not configured |
|
|
196
|
+
| wc_get_top_sellers | READ | not_configured | | Service "woocommerce" not configured |
|
|
197
|
+
| wc_get_orders_totals | READ | not_configured | | Service "woocommerce" not configured |
|
|
198
|
+
| wc_get_products_totals | READ | not_configured | | Service "woocommerce" not configured |
|
|
199
|
+
| wc_get_customers_totals | READ | not_configured | | Service "woocommerce" not configured |
|
|
200
|
+
|
|
201
|
+
### wc-settings (woocommerce)
|
|
202
|
+
|
|
203
|
+
| Tool | Type | Status | Tested | Note |
|
|
204
|
+
|------|------|--------|--------|------|
|
|
205
|
+
| wc_list_payment_gateways | READ | not_configured | | Service "woocommerce" not configured |
|
|
206
|
+
| wc_list_shipping_zones | READ | not_configured | | Service "woocommerce" not configured |
|
|
207
|
+
| wc_get_tax_classes | READ | not_configured | | Service "woocommerce" not configured |
|
|
208
|
+
| wc_get_system_status | READ | not_configured | | Service "woocommerce" not configured |
|
|
209
|
+
|
|
210
|
+
### wc-webhooks (woocommerce)
|
|
211
|
+
|
|
212
|
+
| Tool | Type | Status | Tested | Note |
|
|
213
|
+
|------|------|--------|--------|------|
|
|
214
|
+
| wc_list_webhooks | READ | not_configured | | Service "woocommerce" not configured |
|
|
215
|
+
| wc_create_webhook | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
216
|
+
| wc_update_webhook | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
217
|
+
| wc_delete_webhook | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
218
|
+
|
|
219
|
+
### wc-workflows (woocommerce)
|
|
220
|
+
|
|
221
|
+
| Tool | Type | Status | Tested | Note |
|
|
222
|
+
|------|------|--------|--------|------|
|
|
223
|
+
| wf_list_triggers | READ | not_configured | | Service "woocommerce" not configured |
|
|
224
|
+
| wf_create_trigger | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
225
|
+
| wf_update_trigger | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
226
|
+
| wf_delete_trigger | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
227
|
+
|
|
228
|
+
### mailchimp (mailchimp)
|
|
229
|
+
|
|
230
|
+
| Tool | Type | Status | Tested | Note |
|
|
231
|
+
|------|------|--------|--------|------|
|
|
232
|
+
| mc_list_audiences | READ | not_configured | | Service "mailchimp" not configured |
|
|
233
|
+
| mc_get_audience_members | READ | not_configured | | Service "mailchimp" not configured |
|
|
234
|
+
| mc_create_campaign | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
235
|
+
| mc_update_campaign_content | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
236
|
+
| mc_send_campaign | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
237
|
+
| mc_get_campaign_report | READ | not_configured | | Service "mailchimp" not configured |
|
|
238
|
+
| mc_add_subscriber | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
239
|
+
|
|
240
|
+
### buffer (buffer)
|
|
241
|
+
|
|
242
|
+
| Tool | Type | Status | Tested | Note |
|
|
243
|
+
|------|------|--------|--------|------|
|
|
244
|
+
| buf_list_profiles | READ | not_configured | | Service "buffer" not configured |
|
|
245
|
+
| buf_create_update | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
246
|
+
| buf_list_pending | READ | not_configured | | Service "buffer" not configured |
|
|
247
|
+
| buf_list_sent | READ | not_configured | | Service "buffer" not configured |
|
|
248
|
+
| buf_get_analytics | READ | not_configured | | Service "buffer" not configured |
|
|
249
|
+
|
|
250
|
+
### sendgrid (sendgrid)
|
|
251
|
+
|
|
252
|
+
| Tool | Type | Status | Tested | Note |
|
|
253
|
+
|------|------|--------|--------|------|
|
|
254
|
+
| sg_send_email | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
255
|
+
| sg_list_templates | READ | not_configured | | Service "sendgrid" not configured |
|
|
256
|
+
| sg_get_template | READ | not_configured | | Service "sendgrid" not configured |
|
|
257
|
+
| sg_list_contacts | READ | not_configured | | Service "sendgrid" not configured |
|
|
258
|
+
| sg_add_contacts | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
259
|
+
| sg_get_stats | READ | not_configured | | Service "sendgrid" not configured |
|
|
260
|
+
|
|
261
|
+
### gsc (gsc)
|
|
262
|
+
|
|
263
|
+
| Tool | Type | Status | Tested | Note |
|
|
264
|
+
|------|------|--------|--------|------|
|
|
265
|
+
| gsc_list_sites | READ | not_configured | | Service "gsc" not configured |
|
|
266
|
+
| gsc_search_analytics | READ | not_configured | | Service "gsc" not configured |
|
|
267
|
+
| gsc_inspect_url | READ | not_configured | | Service "gsc" not configured |
|
|
268
|
+
| gsc_list_sitemaps | READ | not_configured | | Service "gsc" not configured |
|
|
269
|
+
| gsc_submit_sitemap | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
270
|
+
| gsc_delete_sitemap | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
271
|
+
| gsc_top_queries | READ | not_configured | | Service "gsc" not configured |
|
|
272
|
+
| gsc_page_performance | READ | not_configured | | Service "gsc" not configured |
|
|
273
|
+
|
|
274
|
+
### ga4 (ga4)
|
|
275
|
+
|
|
276
|
+
| Tool | Type | Status | Tested | Note |
|
|
277
|
+
|------|------|--------|--------|------|
|
|
278
|
+
| ga4_run_report | READ | not_configured | | Service "ga4" not configured |
|
|
279
|
+
| ga4_get_realtime | READ | not_configured | | Service "ga4" not configured |
|
|
280
|
+
| ga4_top_pages | READ | not_configured | | Service "ga4" not configured |
|
|
281
|
+
| ga4_traffic_sources | READ | not_configured | | Service "ga4" not configured |
|
|
282
|
+
| ga4_user_demographics | READ | not_configured | | Service "ga4" not configured |
|
|
283
|
+
| ga4_conversion_events | READ | not_configured | | Service "ga4" not configured |
|
|
284
|
+
|
|
285
|
+
### plausible (plausible)
|
|
286
|
+
|
|
287
|
+
| Tool | Type | Status | Tested | Note |
|
|
288
|
+
|------|------|--------|--------|------|
|
|
289
|
+
| pl_get_stats | READ | not_configured | | Service "plausible" not configured |
|
|
290
|
+
| pl_get_timeseries | READ | not_configured | | Service "plausible" not configured |
|
|
291
|
+
| pl_get_breakdown | READ | not_configured | | Service "plausible" not configured |
|
|
292
|
+
| pl_get_realtime | READ | not_configured | | Service "plausible" not configured |
|
|
293
|
+
|
|
294
|
+
### cwv (cwv)
|
|
295
|
+
|
|
296
|
+
| Tool | Type | Status | Tested | Note |
|
|
297
|
+
|------|------|--------|--------|------|
|
|
298
|
+
| cwv_analyze_url | READ | not_configured | | Service "cwv" not configured |
|
|
299
|
+
| cwv_batch_analyze | READ | not_configured | | Service "cwv" not configured |
|
|
300
|
+
| cwv_get_field_data | READ | not_configured | | Service "cwv" not configured |
|
|
301
|
+
| cwv_compare_pages | READ | not_configured | | Service "cwv" not configured |
|
|
302
|
+
|
|
303
|
+
### slack (slack)
|
|
304
|
+
|
|
305
|
+
| Tool | Type | Status | Tested | Note |
|
|
306
|
+
|------|------|--------|--------|------|
|
|
307
|
+
| slack_send_alert | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
308
|
+
| slack_send_message | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
309
|
+
| slack_list_channels | READ | not_configured | | Service "slack" not configured |
|
|
310
|
+
|
|
311
|
+
### linkedin (linkedin)
|
|
312
|
+
|
|
313
|
+
| Tool | Type | Status | Tested | Note |
|
|
314
|
+
|------|------|--------|--------|------|
|
|
315
|
+
| li_get_profile | READ | not_configured | | Service "linkedin" not configured |
|
|
316
|
+
| li_create_post | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
317
|
+
| li_create_article | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
318
|
+
| li_get_analytics | READ | not_configured | | Service "linkedin" not configured |
|
|
319
|
+
| li_list_posts | READ | not_configured | | Service "linkedin" not configured |
|
|
320
|
+
|
|
321
|
+
### twitter (twitter)
|
|
322
|
+
|
|
323
|
+
| Tool | Type | Status | Tested | Note |
|
|
324
|
+
|------|------|--------|--------|------|
|
|
325
|
+
| tw_create_tweet | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
326
|
+
| tw_create_thread | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
327
|
+
| tw_get_metrics | READ | not_configured | | Service "twitter" not configured |
|
|
328
|
+
| tw_list_tweets | READ | not_configured | | Service "twitter" not configured |
|
|
329
|
+
| tw_delete_tweet | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
330
|
+
|
|
331
|
+
### schema (wordpress_core)
|
|
332
|
+
|
|
333
|
+
| Tool | Type | Status | Tested | Note |
|
|
334
|
+
|------|------|--------|--------|------|
|
|
335
|
+
| sd_validate | READ | skipped | | Tool not registered on server |
|
|
336
|
+
| sd_inject | WRITE | skipped_write | | Write tool — use --include-writes to test |
|
|
337
|
+
| sd_list_schemas | READ | skipped | | Tool not registered on server |
|
|
338
|
+
|
|
339
|
+
## Changelog
|
|
340
|
+
|
|
341
|
+
- 2026-03-01T21:15:22.960Z — Run on `opencactus`: passed=22, failed=0, error=0, not_configured=64, skipped_write=59, skipped=3, untested=0
|