store_procedural_memory
Record successful workflows and step-by-step patterns for recurring tasks. Preserve repeatable procedures to reuse when similar situations arise.
Instructions
Store a successful workflow pattern in procedural memory.
Procedural memory captures 'how to do things' — repeatable processes,
workflows that worked well, or step-by-step patterns for recurring tasks.
Args:
procedure_name: Short name for this procedure (e.g. 'Domain literature search').
steps: Markdown-formatted steps for the procedure.
trigger_context: What situation should trigger using this procedure.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| procedure_name | Yes | ||
| steps | Yes | ||
| trigger_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |