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

fabric_pull

Restore a snapshot from the Fabric cloud into the local index. Refuses if target already has data unless force=true (existing data is preserved as a backup). Intended for fresh-laptop disaster recovery.

Input schema

FieldTypeRequiredDescription
snapshot_idstringyesSnapshot UUID from fabric_list_snapshots.
forcebooleannoOverwrite the existing local index. Default false. (default: false)

Source

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