Back to MCP catalog
project_get_scratchpadRead a project's or strategy's scratchpad notes, newest-first, to recall prior findings.
Area
Projects
Group
Projects
Access
Read
Risk
Read-only
Details
Full description
Details
Read scratchpad entries (newest-first) to recall what was learned previously. Use when resuming work.
Standard resume flow
project_list() # pick the project
project_get_scratchpad(parent_type="project", parent_id=<id>)
# read the latest 10-20 notes, then summarize for the user
Args
parent_type—"project"or"strategy"parent_id— the project_id or strategy_idlimit— how many entries to return (default 20, newest first)
Capabilities
Bounded options and operating modes surfaced above the full JSON schema.
No bounded capability options are declared for this tool.
Required Inputs
None.
Optional Inputs
FieldTypeDescription
limitintegerMaximum entries to returnparent_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