Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Shubochandrosarker/bridgistic

NPM · BRIDGISTIC-MCP-SERVER · SCANNED AUG 3

Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots.

+24 this week 67 Trust /100
Trust breakdown (6 categories)

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
Install

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

# add to Claude Code
claude mcp add shubochandrosarker-bridgistic -- npx -y bridgistic-mcp-server
# add to Codex CLI
codex mcp add shubochandrosarker-bridgistic -- npx -y bridgistic-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shubochandrosarker-bridgistic": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bridgistic-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add shubochandrosarker-bridgistic --command npx --arg -y --arg bridgistic-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  shubochandrosarker-bridgistic:
    command: "npx"
    args: ["-y", "bridgistic-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "shubochandrosarker-bridgistic": {
      "command": "npx",
      "args": [
        "-y",
        "bridgistic-mcp-server"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 43 exposed · ~5,271 tokens

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.

Tool Tokens
bridgistic_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.

NameTypeReqDescription
approval_idstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_create_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.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
authorinteger
contentstring
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
excerptstring
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
metaobject
parentinteger
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstring
statusstring
titlestring
typestring

No output schema declared.

No examples provided.

bridgistic_create_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.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
display_namestring
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
emailstringyes
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
loginstringyes
passwordstring
rolestring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_db_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).

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
sqlstringyesSingle SQL statement.

No output schema declared.

No examples provided.

bridgistic_delete_media ~153

Permanently delete an attachment by id. Scope: `media:write`. Auto-snapshots first.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
idintegeryes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_delete_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.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
idintegeryes
permanentboolean
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_execute_php ~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.

NameTypeReqDescription
codestringyesPHP source. Example: return get_option("blogname");
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_fs_delete ~163

Delete a file inside ABSPATH. Scope: `fs:write`. High-risk: always routes through approval and snapshots the file first. Supports dry_run.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
pathstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_fs_list ~67

List files/dirs under a path (confined to ABSPATH). Scope: `fs:read`.

NameTypeReqDescription
pathstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_fs_read ~67

Read a file's contents (≤5MB, inside ABSPATH). Scope: `fs:read`.

NameTypeReqDescription
pathstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_fs_write ~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.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
contentstringyes
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
pathstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_get_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.

NameTypeReqDescription
namestringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_get_post ~67

Fetch one post/page/CPT by id with full content + meta. Scope: `posts:read`.

NameTypeReqDescription
idintegeryes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_get_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.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_list_media ~77

List attachments (id/title/mime/url). Scope: `posts:read`. Args: per_page, page.

NameTypeReqDescription
pageinteger
per_pageinteger
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_list_plugins ~55

List installed plugins with active flag + version. Scope: `plugins:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_list_posts ~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.

NameTypeReqDescription
pageinteger
per_pageinteger
post_typestring
searchstring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
statusstring

No output schema declared.

No examples provided.

bridgistic_list_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 ~92

List users (id/login/email/display_name/roles). Scope: `users:read`. Never returns passwords. Args: search, per_page, page.

NameTypeReqDescription
pageinteger
per_pageinteger
searchstring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_memory_delete ~70

Remove a memory note by key (+optional category). Scope: `memory:write`.

NameTypeReqDescription
categorystring
keystringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_memory_get ~70

Read one memory note by key (+optional category). Scope: `memory:read`.

NameTypeReqDescription
categorystring
keystringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_memory_list ~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.

NameTypeReqDescription
categorystring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_memory_set ~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.

NameTypeReqDescription
categorystring
keystringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
value

No output schema declared.

No examples provided.

bridgistic_playbook_delete ~62

Delete a playbook by slug. Scope: `playbook:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstringyes

No output schema declared.

No examples provided.

bridgistic_playbook_get ~64

Fetch one playbook incl. its steps. Scope: `playbook:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstringyes

No output schema declared.

No examples provided.

bridgistic_playbook_list ~58

List saved playbooks (slug/name/description). Scope: `playbook:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_playbook_run ~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.

NameTypeReqDescription
approvalsobject
dry_runboolean
forceboolean
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstringyes
varsobject

No output schema declared.

No examples provided.

bridgistic_playbook_save ~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}}"} } ]

NameTypeReqDescription
descriptionstring
namestring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstringyes
stepsarrayyes

No output schema declared.

No examples provided.

bridgistic_schedule_create ~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.

NameTypeReqDescription
dry_runboolean
forceboolean
playbookstringyes
recurrencestringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
start_atinteger
varsobject

No output schema declared.

No examples provided.

bridgistic_schedule_delete ~63

Remove a schedule and unregister its cron event. Scope: `schedule:manage`.

NameTypeReqDescription
schedule_idstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_schedule_list ~62

List scheduled playbooks with recurrence, next/last run, and last status. Scope: `schedule:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_schedule_run_now ~77

Trigger a scheduled playbook immediately (does not change its recurrence). Scope: `schedule:manage`. Useful to test a schedule end-to-end.

NameTypeReqDescription
schedule_idstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_schedule_toggle ~70

Pause or resume a schedule without deleting it. Scope: `schedule:manage`.

NameTypeReqDescription
enabledbooleanyes
schedule_idstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_snapshot_create ~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.

NameTypeReqDescription
labelstring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
targetobjectyes
typestringyes

No output schema declared.

No examples provided.

bridgistic_snapshot_delete ~70

Delete a stored snapshot by id (frees space; cannot be restored after). Scope: `snapshot:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
snapshot_idstringyes

No output schema declared.

No examples provided.

bridgistic_snapshot_list ~73

List recent snapshots (auto + manual) with id/type/label/size/created/restored. Scope: `snapshot:manage`.

NameTypeReqDescription
limitinteger
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_snapshot_restore ~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.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
snapshot_idstringyes

No output schema declared.

No examples provided.

bridgistic_toggle_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').

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
pluginstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
statestringyes

No output schema declared.

No examples provided.

bridgistic_update_option ~170

Write a wp_options value. Scope: `options:write`. Name must be allowlisted. Auto-snapshots the old value. Supports dry_run + approval.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
namestringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
value

No output schema declared.

No examples provided.

bridgistic_update_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.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
contentstring
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
excerptstring
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
idintegeryes
metaobject
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstring
statusstring
titlestring

No output schema declared.

No examples provided.

bridgistic_update_user ~188

Update a user by id (email, display_name, role). Scope: `users:write`. Auto-snapshots the user first. Supports dry_run + approval.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
display_namestring
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
emailstring
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
idintegeryes
rolestring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_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.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
content_base64string
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
filenamestring
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
urlstring

No output schema declared.

No examples provided.

bridgistic_usage ~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.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.