Neural network background
Generated reference·generated-mcp
Source: packages/fabric-mcp/src/tools.tsmcpgenerated

MCP Tool Reference

Fabric exposes the following tools over the Model Context Protocol (MCP). Each tool page includes the full description, input schema, and required fields.

ToolDescription
fabric_context_genAuto-generate context files from the indexed knowledge graph. Produces project-aware CLAUDE.md, .cu…
fabric_contractsList every exported symbol in the indexed graph, ranked by inbound fan-in (CALLS edge count). Not a…
fabric_debtInventory TODO/FIXME/HACK/@deprecated markers with graph context — each debt node surfaces alongsid…
fabric_explainFull structural summary of a single symbol: name, node type, file, callers, callees, dependencies, …
fabric_governCheck proposed code against governance rules. Returns compliance status, violations (block/warn), a…
fabric_govern_addAdd a governance rule. Rules persist as HOT-tier nodes and are enforced on all future governance ch…
fabric_impactCall before refactoring to see "what breaks if I change this?" Reverse-walks call, import, test, an…
fabric_indexIndex a codebase directory. Parses source files with tree-sitter (TypeScript, Python, Go + 200 lang…
fabric_list_snapshotsList cloud snapshots for a repo. Returns snapshot_id, device_id, size, created_at, sha256 for each.…
fabric_pullRestore a snapshot from the Fabric cloud into the local LMDB dir. Refuses if target already has dat…
fabric_queryAsk "what symbols match this name and what do they connect to?" Matches nodes by name (case-insensi…
fabric_recent_changesFiles sorted by recency — discover what changed most recently without enumerating paths first. Retu…
fabric_reindexCall after editing files to keep the graph current without reparsing the whole repo. Accepts absolu…
fabric_sliceBuild an LLM-ready context window for a target symbol, bounded by a real token budget (cl100k_base …
fabric_stalenessDoes the indexed state match disk? For each file, compares on-disk mtime against the timestamp capt…
fabric_statusCall this first to orient on the local code index: node/edge counts, governance rule count, store s…
fabric_sync_nowUpload a snapshot of the local knowledge graph to the Fabric cloud for disaster recovery. Manually …
fabric_text_searchGraph-aware regex grep. Greps for a pattern across indexed source files (Rust regex / RE2 syntax — …
fabric_visualizeOpen an interactive 3D code graph of the indexed codebase in your default browser. Spins up a local…