| name | reme-tool-memory |
| description | Use when many tools look similar and you need ReMe to learn historical tool quality, parameter patterns, or retrieval guidance for future tool selection. |
ReMe Tool Memory
Use this skill for data-driven tool selection and parameter optimization in ReMe.
When to Use
Use this skill when you need to:
- record the outcome of a tool call with quality metadata
- summarize historical tool usage into reusable guidance
- retrieve tool-specific recommendations before choosing or configuring a tool
Do not use this skill for personal memory, task memory, or generic service startup.
Core Entry Points
add_tool_call_result
summary_tool_memory
retrieve_tool_memory
Usage Pattern
- record tool invocation input, output, cost, latency, and success state
- summarize accumulated history into guidance
- retrieve tool guidance before future tool choice or parameter selection
Design Rules
- treat Tool Memory as a learned supplement to static tool descriptions
- capture both objective metrics and qualitative evaluation
- keep the memory focused on when to use the tool and how to configure it
- do not confuse Tool Memory with durable user or task knowledge