get_sync_context
Load an agent's local session state and compiled sync truth, optionally refreshing remote data first. Returns local data even if remote is unreachable, ensuring offline-first context retrieval.
Instructions
Load local session state + compiled truth. Optionally pull remote truth first.
Offline-first: always returns local data even if remote is unreachable or disabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_name | Yes | ||
| project_name | No | ||
| refresh_remote | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||