What problem does it solve? When working with the agentmemory MCP server, it is hard to know which of its 54 tools to call, what each tool does, and which parameters are required. This Skill provides a complete, source-generated map of every agentmemory MCP tool so you can pick the right tool and call it correctly the first time. ## Core Features & Use Cases - Tool Selection Guidance: Organizes tools into families (capture, retrieve, sessions, knowledge graph, slots, governance) so you can quickly find the narrowest tool for a task. - Parameter Reference: Points to an auto-generated REFERENCE.md table listing every tool's parameters, required fields, and core-set membership, generated from the tools registry so it never drifts. - Use Case: You want to save an insight from the current session and find it later. The Skill tells you to call memory_save with content, concepts, and files, then retrieve it with memory_smart_search using hybrid BM25 plus vector plus graph-expanded search. ## Quick Start Ask the agent which agentmemory MCP tool to use for saving and later recalling a session insight, and have it look up the exact required parameters before calling.