io.github.Shubochandrosarker/bridgistic
NPM · BRIDGISTIC-MCP-SERVER · SCANNED AUG 3
Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (GPL-2.0-or-later).Pass
- Actively maintained (last published 30 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability72
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 5271 tokens (~122/item across 43 items; 43 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage83
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 48% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · bridgistic-mcp-server
claude mcp add shubochandrosarker-bridgistic -- npx -y bridgistic-mcp-server
codex mcp add shubochandrosarker-bridgistic -- npx -y bridgistic-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"shubochandrosarker-bridgistic": {
"type": "local",
"command": [
"npx",
"-y",
"bridgistic-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add shubochandrosarker-bridgistic --command npx --arg -y --arg bridgistic-mcp-server
mcp_servers:
shubochandrosarker-bridgistic:
command: "npx"
args: ["-y", "bridgistic-mcp-server"] {
"mcpServers": {
"shubochandrosarker-bridgistic": {
"command": "npx",
"args": [
"-y",
"bridgistic-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +43
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Security disclosure: fail → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- First check of Schema quality: unverified functional
- Licence: GPL-2.0-or-later functional
- 31 Jul 26 −20
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 43
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 122 packages
122 packages in the resolved dependency tree · 122 deprecated · 35 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
bridgistic_approval_status Check approval status ~87
Check whether a queued operation has been approved. Returns status: pending | approved | rejected | executed. When approved, retry the ORIGINAL tool call with the same args plus approval_id to execute it.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_create_post Create a post ~236
Create a post/page/CPT. Scope: `posts:write`. Args: title, content, excerpt, status (draft|publish|...), slug, type, author, parent, meta (object). Supports dry_run and approval flow.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| author | integer | — | — |
| content | string | — | — |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| excerpt | string | — | — |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| meta | object | — | — |
| parent | integer | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | — | — |
| status | string | — | — |
| title | string | — | — |
| type | string | — | — |
No output schema declared.
No examples provided.
bridgistic_create_user Create a user ~202
Create a user. Scope: `users:write`. Args: login, email (both required), role (default subscriber), display_name, password (auto-generated if omitted). Supports dry_run + approval.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| display_name | string | — | — |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| string | yes | — | |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| login | string | yes | — |
| password | string | — | — |
| role | string | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_db_query Run a SQL query ~258
Execute SQL against the site database. The bridge classifies the statement: SELECT/SHOW/EXPLAIN/DESCRIBE/WITH need `db:read`; anything else needs `db:write`. Writes are routed through the Guard: dry_run previews impact in a rolled-back transaction, destructive writes auto-snapshot the affected table(s), and approval applies if the key requires it. Args: - sql (string): a single SQL statement using the site's real table prefix. - site (string, optional): target alias. - dry_run / approval_id / force: guard controls (writes only).
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| sql | string | yes | Single SQL statement. |
No output schema declared.
No examples provided.
bridgistic_delete_media Delete media ~153
Permanently delete an attachment by id. Scope: `media:write`. Auto-snapshots first.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| id | integer | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_delete_post Delete a post ~175
Trash (default) or permanently delete a post. Scope: `posts:write`. Auto-snapshots first. Set permanent=true to skip trash. Supports dry_run + approval.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| id | integer | yes | — |
| permanent | boolean | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_execute_php Execute PHP in WordPress context ~183
Run PHP inside the full WordPress runtime ($wpdb, all functions, loaded plugins). Highest-privilege tool; requires the key's `php:execute` scope. Use `return` to surface a value; echoed output is captured separately. Args: - code (string): PHP to run. A leading "<?php" is optional. - site (string, optional): target alias. Returns: { output, return, errors[], exception, elapsed_ms }. Use when: a task has no dedicated structured tool yet. Prefer the structured tools (posts/options/etc.) when they exist, and snapshot before risky writes.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | PHP source. Example: return get_option("blogname"); |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_fs_delete Delete a file ~163
Delete a file inside ABSPATH. Scope: `fs:write`. High-risk: always routes through approval and snapshots the file first. Supports dry_run.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| path | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_fs_list List a directory ~67
List files/dirs under a path (confined to ABSPATH). Scope: `fs:read`.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_fs_read Read a file ~67
Read a file's contents (≤5MB, inside ABSPATH). Scope: `fs:read`.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_fs_write Write a file ~185
Write a file inside ABSPATH. Scope: `fs:write`. PHP files may ONLY be written inside the uploads/bridgistic-sandbox dir. Overwrites auto-snapshot the old file. Supports dry_run + approval.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| content | string | yes | — |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| path | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_get_option Get an option ~88
Read a wp_options value BY NAME. Scope: `options:read`. The name must be in the site's allowlist (WP Admin → Bridgistic → Settings) — secrets are unreadable by design.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_get_post Get a single post ~67
Fetch one post/page/CPT by id with full content + meta. Scope: `posts:read`.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_get_site_info Get WordPress site info ~96
Discover a site's stack before acting: WP/PHP versions, active theme, installed plugins (active flag), and detected frameworks (WooCommerce, Elementor, ACF). Read-only; requires the key's `site:read` scope. Always call this first on an unfamiliar site.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_list_media List media ~77
List attachments (id/title/mime/url). Scope: `posts:read`. Args: per_page, page.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | — |
| per_page | integer | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_list_plugins List plugins ~55
List installed plugins with active flag + version. Scope: `plugins:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_list_posts List posts / pages / CPTs ~127
List content with pagination. Scope: `posts:read`. Args: post_type (default 'post'), status (default 'any'), search, per_page (≤100), page. Returns id/title/type/status/slug/link + total + has_more.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | — |
| per_page | integer | — | — |
| post_type | string | — | — |
| search | string | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| status | string | — | — |
No output schema declared.
No examples provided.
bridgistic_list_sites List connected WordPress sites ~43
List the WordPress sites this bridge can operate on, by alias. Use the returned alias as the `site` parameter in other tools. Returns no secrets.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
bridgistic_list_users List users ~92
List users (id/login/email/display_name/roles). Scope: `users:read`. Never returns passwords. Args: search, per_page, page.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | — |
| per_page | integer | — | — |
| search | string | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_memory_delete Delete a site memory note ~70
Remove a memory note by key (+optional category). Scope: `memory:write`.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | — |
| key | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_memory_get Get a site memory note ~70
Read one memory note by key (+optional category). Scope: `memory:read`.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | — |
| key | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_memory_list List site memory ~78
List stored memory notes, optionally filtered by category. Scope: `memory:read`. Call at the start of a session to recall what's known about a site.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_memory_set Save a site memory note ~111
Persist a fact about this site for future sessions (conventions, IDs, client preferences, quirks). Scope: `memory:write`. Args: key (required), value (any JSON), category (default 'general'). Overwrites the same category+key.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | — |
| key | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| value | — | — | — |
No output schema declared.
No examples provided.
bridgistic_playbook_delete Delete a playbook ~62
Delete a playbook by slug. Scope: `playbook:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | yes | — |
No output schema declared.
No examples provided.
bridgistic_playbook_get Get a playbook ~64
Fetch one playbook incl. its steps. Scope: `playbook:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | yes | — |
No output schema declared.
No examples provided.
bridgistic_playbook_list List playbooks ~58
List saved playbooks (slug/name/description). Scope: `playbook:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_playbook_run Run a playbook ~195
Execute a saved playbook. Scope: `playbook:manage`; each step also enforces its own scope + the Guard. Args: - slug, vars (object of run inputs) - dry_run (preview every step), force (skip snapshot aborts) - approvals: { "<step ref>": "<approval_id>" } to resume a step that paused for approval. If a step needs approval the run pauses and returns { status: "paused_for_approval", paused_at, approval_id }; approve in WP Admin, then re-run with approvals mapped to that ref.
| Name | Type | Req | Description |
|---|---|---|---|
| approvals | object | — | — |
| dry_run | boolean | — | — |
| force | boolean | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | yes | — |
| vars | object | — | — |
No output schema declared.
No examples provided.
bridgistic_playbook_save Save a reusable playbook ~224
Store an ordered, parameterised sequence of bridge operations for replay. Scope: `playbook:manage`. Each step = { method, route, params, save_as }. Use templates in params: - {{vars.NAME}} → a run-time input - {{steps.REF.data.result.id}} → a value from an earlier step's result envelope Example steps (create a landing page then set it as the front page): [ { "method":"POST","route":"posts","params":{"type":"page","title":"{{vars.title}}","status":"publish"},"save_as":"page" }, { "method":"POST","route":"options","params":{"name":"page_on_front","value":"{{steps.page.data.result.id}}"} } ]
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| name | string | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | yes | — |
| steps | array | yes | — |
No output schema declared.
No examples provided.
bridgistic_schedule_create Schedule a playbook ~250
Run a saved playbook unattended on a recurrence (WP-Cron). Scope: `schedule:manage`. The schedule runs under THIS key's current scopes, so the key must hold the scopes every step needs. Args: - playbook (slug), recurrence (once|bridgistic_5min|bridgistic_15min|bridgistic_30min|hourly|twicedaily|daily|weekly) - vars (object passed to the run), start_at (unix seconds, optional first-run time) - dry_run (run in preview mode every time — good for testing a schedule), force. Note: unattended runs never auto-approve. If a step needs approval the run records "paused_for_approval" and stops — use a key WITHOUT require_approval for fully autonomous schedules.
| Name | Type | Req | Description |
|---|---|---|---|
| dry_run | boolean | — | — |
| force | boolean | — | — |
| playbook | string | yes | — |
| recurrence | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| start_at | integer | — | — |
| vars | object | — | — |
No output schema declared.
No examples provided.
bridgistic_schedule_delete Delete a schedule ~63
Remove a schedule and unregister its cron event. Scope: `schedule:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| schedule_id | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_schedule_list List schedules ~62
List scheduled playbooks with recurrence, next/last run, and last status. Scope: `schedule:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_schedule_run_now Run a schedule now ~77
Trigger a scheduled playbook immediately (does not change its recurrence). Scope: `schedule:manage`. Useful to test a schedule end-to-end.
| Name | Type | Req | Description |
|---|---|---|---|
| schedule_id | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_schedule_toggle Enable / disable a schedule ~70
Pause or resume a schedule without deleting it. Scope: `schedule:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| enabled | boolean | yes | — |
| schedule_id | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_snapshot_create Create a snapshot ~139
Manually capture reversible state before a risky change. Scope: `snapshot:manage`. Types + target: - post { id } - user { id } - option { name } - tables { tables: ["wp_options", ...] } (≤50k rows each) - file { path } Returns a snapshot_id for bridgistic_snapshot_restore.
| Name | Type | Req | Description |
|---|---|---|---|
| label | string | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| target | object | yes | — |
| type | string | yes | — |
No output schema declared.
No examples provided.
bridgistic_snapshot_delete Delete a snapshot ~70
Delete a stored snapshot by id (frees space; cannot be restored after). Scope: `snapshot:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| snapshot_id | string | yes | — |
No output schema declared.
No examples provided.
bridgistic_snapshot_list List snapshots ~73
List recent snapshots (auto + manual) with id/type/label/size/created/restored. Scope: `snapshot:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_snapshot_restore Restore a snapshot ~90
Roll back to a snapshot by id (undo a write/delete). Scope: `snapshot:manage`. Use the snapshot_id returned by a write tool or by bridgistic_snapshot_create / bridgistic_snapshot_list.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| snapshot_id | string | yes | — |
No output schema declared.
No examples provided.
bridgistic_toggle_plugin Activate / deactivate a plugin ~188
Activate or deactivate a plugin. Scope: `plugins:manage`. High-risk: ALWAYS routes through approval and snapshots active_plugins first. Args: plugin (file, e.g. 'woocommerce/woocommerce.php'), state ('activate'|'deactivate').
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| plugin | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| state | string | yes | — |
No output schema declared.
No examples provided.
bridgistic_update_option Update an option ~170
Write a wp_options value. Scope: `options:write`. Name must be allowlisted. Auto-snapshots the old value. Supports dry_run + approval.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| name | string | yes | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| value | — | — | — |
No output schema declared.
No examples provided.
bridgistic_update_post Update a post ~212
Update an existing post by id. Scope: `posts:write`. Auto-snapshots the post first (rollback via snapshot_id). Same fields as create. Supports dry_run + approval.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| content | string | — | — |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| excerpt | string | — | — |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| id | integer | yes | — |
| meta | object | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | — | — |
| status | string | — | — |
| title | string | — | — |
No output schema declared.
No examples provided.
bridgistic_update_user Update a user ~188
Update a user by id (email, display_name, role). Scope: `users:write`. Auto-snapshots the user first. Supports dry_run + approval.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| display_name | string | — | — |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| string | — | — | |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| id | integer | yes | — |
| role | string | — | — |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_upload_media Upload media ~184
Upload to the media library from a URL or base64. Scope: `media:write`. Provide either url, or filename + content_base64. Supports dry_run + approval.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | — | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| content_base64 | string | — | — |
| dry_run | boolean | — | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| filename | string | — | — |
| force | boolean | — | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| url | string | — | — |
No output schema declared.
No examples provided.
bridgistic_usage Check this key's usage & limits ~82
Return the calling key's tier, rate limit (req/min), monthly quota, and current usage (this minute / today / this month + top actions). Call before large batch operations to avoid hitting the quota mid-run.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | — | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.