MCP Prompts
SYNAPSEED provides 5 prompt templates that guide the LLM through complex multi-step workflows using the available tools and resources.
describe_architecture
Analyze and describe the project architecture using SYNAPSEED's semantic understanding.
Arguments:
| Name | Required | Description |
|---|---|---|
path | No | Directory to analyze (default: project root) |
depth | No | overview, detailed (default), or deep |
Workflow:
hoistto index the project- Read
synapseed://statusfor project state - Read
synapseed://dnafor configuration lookupfor key types (detailed/deep modes)blameon key files (deep mode only)
fix_build_errors
Diagnose and fix current build errors using the shadow compiler.
Arguments:
| Name | Required | Description |
|---|---|---|
auto_fix | No | true to auto-apply, false (default) to ask first |
Workflow:
- Read
synapseed://diagnostics/active diagnosticsfor full error list- Group by file and severity
quickfixforMachineApplicablesuggestions- Re-check diagnostics to verify
explain_evolution
Analyze why code looks the way it does by tracing its git evolution.
Arguments:
| Name | Required | Description |
|---|---|---|
file | Yes | File path to analyze |
start_line | No | Start line of region |
end_line | No | End line of region |
Workflow:
hoistfor project structurelookupfor symbols in the fileanalyzefor churn and patternsblamefor detailed blame
Output: Timeline, complexity narrative, risk assessment, recommendations.
security_audit
Perform a security audit of the project.
Arguments:
| Name | Required | Description |
|---|---|---|
scope | No | quick, standard (default), or full |
Workflow (standard):
- Read
synapseed://security/policy - Read
synapseed://status hoistto find all filesscanon each config filecheckon common project commandsdiagnosefor overall health
Output: DLP findings, command policy evaluation, risk assessment.
optimize_hotspots
Analyze runtime performance hotspots from OTLP telemetry data.
Arguments:
| Name | Required | Description |
|---|---|---|
threshold | No | Minimum avg_duration_ms to flag (default: 100) |
Workflow:
- Read
synapseed://telemetry/hotspots - Filter by threshold
lookupfor each hot functionanalyzefor churn contextdiagnosticsfor compiler warnings
Output: Hotspot report, optimization suggestions, priority-ordered action plan.