Back to MCP catalog
project_write_scratchpadSave a research finding to a project's or strategy's scratchpad, persistent across sessions.
Area
Projects
Group
Projects
Access
Write
Risk
May change server state
Details
Full description
Details
Save findings to the scratchpad AFTER analyzing backtest or signal-scan results. Entries persist across sessions — future project_get_scratchpad calls surface them newest-first, letting you resume research where you left off.
Examples of what to write
RSI<25 entry on SPY: too few trades; widening to RSI<30 next.
Walk-forward WFE 0.42 — overfit. Dropping the volume filter.
Best variant: lookback=60, period=14. Sharpe 1.8 in-sample, 1.6 holdout. Promote to paper.
Args
parent_type—"project"(cross-strategy findings) or"strategy"(variant-specific notes)parent_id— the project_id or strategy_idlabel— short headline (defaults to first 60 chars of content)content— the note; be specific and actionable for future-you
Capabilities
Bounded options and operating modes surfaced above the full JSON schema.
No bounded capability options are declared for this tool.
Required Inputs
FieldTypeDescription
contentstringThe note contentOptional Inputs
FieldTypeDescription
labelanyOf (2 variants)Short label for this note (shown in UI as a clickable title). Defaults to the first 60 characters of content when omitted.parent_idanyOf (2 variants)ID of the project or strategyparent_typeanyOf (2 variants)Parent type: 'project' or 'strategy'project_idanyOf (2 variants)Convenience alias: pass project_id instead of parent_type + parent_id