save_to_global_memory
Store key-value pairs with optional tags in a shared global memory, enabling cross-project knowledge persistence.
Instructions
知識をグローバルメモリに保存する(全プロジェクト共通)。
保存先: ~/.multi-agent-mcp/memory/
Args: key: エントリのキー(一意な識別子) content: 保存するコンテンツ tags: タグのリスト(オプション) caller_agent_id: 呼び出し元エージェントID(必須)
Returns: 保存結果(success, entry, message)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| tags | No | ||
| content | Yes | ||
| caller_agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||