Neural network background
Source: packages/fabric-mcp/src/tools.tsmcpgenerated

fabric_list_snapshots

List cloud snapshots for a repo. Returns snapshot_id, device_id, size, created_at, sha256 for each. Accepts the same workspace / local_only opt-ins as fabric_sync_now so non-git or workspace-tagged snapshots are listable.

Input schema

FieldTypeRequiredDescription
repo_rootstringyesAbsolute path to the repo root; used to derive repo_id when neither workspace nor local_only is set.
local_onlybooleannoList machine-local snapshots for this path. Ignored when the repo has a git remote or workspace is set. (default: false)
workspacestringnoOptional workspace name. Lists snapshots tagged with fabric_sync_now workspace=<same>.

Source

Source: packages/fabric-mcp/src/tools.ts