save_memory
Capture and store team knowledge in a shared knowledge base: architecture decisions, patterns, bugs, and onboarding context, making it available to team members and AI agents.
Instructions
Save a memory to the shared team knowledge base.
Use this to store architecture decisions, patterns, bugs, conventions, or any context useful for team members and AI agents.
Args: content: The memory content to save author: Who is saving this (developer name/email) tags: Categorization tags (e.g. ["auth", "frontend", "decision"]) file_path: Related file path if applicable memory_type: Type: general, decision, bug, pattern, onboarding
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| author | No | ||
| content | Yes | ||
| file_path | No | ||
| memory_type | No | general |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |