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

fabric_contracts

List every exported symbol in the indexed graph, ranked by inbound fan-in (CALLS edge count). Not a curated API-boundary set — any pub Rust item or export TS/JS symbol qualifies, so on a big repo the raw count can reach five figures. Ranking makes this usable: the top 50 are the exports that actually carry load in the call graph, while long-tail helpers sink to the bottom. Each row shows caller_count, file, and tier. Use module / scope substring filters to narrow.

Input schema

FieldTypeRequiredDescription
max_resultsnumbernoCap on returned contracts. (default: 50)
modulestringnoSubstring filter on the contract's module path.
scopestringnoSubstring filter on the contract's full content string.

Source

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