# Examples

> Tool call patterns, end-to-end workflow examples, and scenario references. This skill should be used when the user needs reference implementations, complete examples, or tool call patterns.

- Skill: `agents-store/examples-2` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add agents-store/examples-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agents-store/examples-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: agents-store (https://skillmd.com/u/agents-store)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agents-store/examples-2

---


# Examples & References

Reference implementations, tool call patterns, and complete workflow scenarios for Mem0 memory management.

## Reference Files

| File | Description |
|------|-------------|
| [tool-patterns.md](references/mcp/tool-patterns.md) | MCP tool call patterns with exact parameter formats |
| [workflow-examples.md](references/mcp/workflow-examples.md) | Multi-step workflow examples combining multiple tools |
| [knowledge-base.md](references/scenarios/knowledge-base.md) | Complete knowledge base setup scenario from scratch |
| [conversation-context.md](references/scenarios/conversation-context.md) | Using memories for conversation context management |

## Quick Reference: All Tools by Group

### Memory CRUD (5)
`add_memories`, `get_memory`, `update_memory`, `delete_memory`, `get_all_memories`

### Batch Operations (2)
`batch_update_memories`, `batch_delete_memories`

### Search (1)
`search_memories`

### Files (2)
`attach_files_to_memory`, `get_memory_files`

### History (1)
`get_memory_history`

### Documentation (1)
`get_documentation`

