Get global memory summary
get_global_summaryRetrieve your cross-project global memory summary: coding style, recurring preferences, and stable workflow conventions. Use when answers depend on user-level preferences across projects.
Instructions
Return the user's cross-project global memory summary (coding style, recurring preferences, stable workflow conventions). USE WHEN: the request depends on durable user-level preferences that apply across projects. DO NOT USE WHEN: the question is project-specific, purely syntactic, or self-contained. RETURNS: { found, summary? } where summary has { id, title, summary, updated_at }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | Yes | ||
| summary | Yes |