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 completionscompletions
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_hintsDeprecated
capabilitiesList every Core analysis capability and consent-gated integration with availability and a reason when unavailable
changed_pathsList workspace-relative paths changed in the working tree, or against an optional git base ref
configureRead or update gitignored Dispatch settings
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
dispatch_doctorCheck whether Dispatch can run local Cursor workers
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 exact name, optionally narrowed by file or kind
health_historyHealth score over time from stored index snapshots and optional git backfill
integrationsCatalogue what Dispatch can connect, start OAuth for GitHub (user), Linear, Jira, Slack (mentions + tracked channels), Notion, or Google Calendar, or disconnect a driver
job_controlPause, resume, cancel, or attach extra context to a running Dispatch job
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_jobsWhere are we
list_packagesList the packages in a monorepo with their roots
rememberSave, list, or forget scoped memories that Dispatch injects into the next start_job prompt
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 changed paths in one call
safe_deleteWhether a file or symbol can be deleted safely
search_symbolsSubstring or regex search over indexed symbol names (unlike find_symbol, which is exact-match only)
security_reportLeft-shift security posture
stack_profileDetected stack for the workspace or a single package
start_jobCreate a Dispatch job from a ticket or title plus PRD
start_my_dayStandup briefing for this repository
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
workspace_statusCompact workspace readiness

On this page