Use FolderBridge extensions
extensionList, inspect, and run declared actions; manage long-running jobs via status and cancel commands. Provides a stable gateway for controlling installed add-on workflows.
Instructions
Stable extension gateway. action=list returns a compact pageable catalog of installed/hot-reloaded extensions and action names; action=info returns the full schema for one extension; action=run invokes one declared extension action. Long foreground actions may be transport-safely promoted in-place to a host-owned Job; use action=job_list to rediscover workspace Jobs, action=job_status to inspect completion/runtime health/results, and action=job_cancel to terminate the owned worker process tree. Installing more extensions does not add MCP tool names. External extension code requires exact-hash local approval; globally authorized actions must also be enabled in the FolderBridge extension sidebar. Dynamic workspace adapters are re-evaluated at call time, so later project changes do not require workspace task injection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Catalog/job page size for action=list/job_list. | |
| action | Yes | ||
| job_id | No | Required for job_status/job_cancel; returned by an explicit or auto-promoted Job action. | |
| offset | No | Catalog/job result offset for action=list/job_list. | |
| params | No | Action parameters validated against the extension's declared input_schema. | |
| extension_id | No | Required for info/run. | |
| workspace_id | No | Optional for list/info; required by workspace-bound run/job operations when multiple workspaces are configured. | |
| extension_action | No | Required for run; choose an action declared by extension info/list. |