Capabilities

One row per Prism capability — CLI command, MCP tool, and what question it answers.

Lookup table generated from the CLI command table and MCP tool registry. Prefer the guides when you have a job to do; use this page when you need the exhaustive index.

CLI

CommandWhat it answers
prism backendbackend
prism blastblast
prism bundlebundle
prism cyclescycles
prism depsdeps
prism dnadna
prism doctordoctor
prism engineeringengineering
prism explainexplain
prism exploreexplore
prism featuresfeatures
prism healthhealth
prism indexindex
prism landmarkslandmarks
prism mapmap
prism packagespackages
prism refsrefs
prism renamerename
prism reviewreview
prism routeroute
prism safe-deletesafe-delete
prism securitysecurity
prism stackstack
prism symbolsymbol
prism test-impacttest-impact
prism testingtesting

MCP tools

ToolWhat it answers
backend_reportRoute-granular backend intelligence
blast_radiusWhat depends on a file or symbol, and how risky changing it is
breaking_change_hintsHeuristic hints about what a change to this target could break for consumers — exported surface, widely imported modules, public entrypoints
dependency_cyclesImport and re-export cycles, each returned as the list of files forming the loop
dependency_graphThe import/re-export dependency graph, at file level or aggregated to packages
dependency_routeShow how one file or symbol reaches another through the dependency graph, with alternative paths
engineering_healthThe deep engineering view
explain_areaExplain what a module or folder does
explore_codeEverything about one file or symbol in a single call
feature_graphInferred features and how they depend on each other
find_referencesFind resolved references to a symbol — who actually calls or imports it
find_symbolFind indexed symbols by name, optionally narrowed by file or kind
health_historyHealth score over time from stored index snapshots and optional git backfill
knowledge_graphThe symbol-level graph — declarations and the references between them — with summary stats
landmarksNamed entrypoints, package roots and feature anchors — the places a human would open first
list_featuresInferred features with their member files and a confidence score
list_packagesList the packages in a monorepo with their roots
rename_impactEvery edit site a rename would touch, plus breaking-change hints for public surface
repository_dnaIdentify what a repository is
repository_healthScore overall repository health from 0-100 with the per-factor breakdown behind the score
repository_mapReturn the repository's structural map at a zoom level
repository_overviewThe dashboard summary in one call
review_changesReview a set of changed paths in one call
safe_deleteWhether a file or symbol can be deleted safely
security_reportLeft-shift security posture
stack_profileDetected stack for the workspace or a single package
test_impactWhich test files transitively cover a change target — the tests worth running after touching it
testing_reportTest structure and, when coverage artifacts are already on disk, coverage

On this page