get_guide
Retrieve usage documentation for JauMemory tools. Get a topic index, a specific guide, a system-prompt chunk for your persona, or search by keyword.
Instructions
Fetch JauMemory usage docs. No authentication required — same public posture as search and fetch. Call with no args to get the topic index; with topic (e.g. "concepts/shortcuts", "tools/memory/remember") to get a specific guide; with persona ("coding-assistant", "personal-memory", "cross-platform-context", or "app-backbone") to get a copy-pasteable system-prompt chunk; or with search to find topics by keyword. Use this when you don't know how a JauMemory tool works, when you want to coordinate with another agent across sessions, or when the user asks "how do I…".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Topic slug (e.g. "concepts/shortcuts", "tools/memory/remember"). Use the index call to see all valid slugs. | |
| search | No | Keyword search across topic titles + summaries. | |
| persona | No | Persona name. One of: coding-assistant | personal-memory | cross-platform-context | app-backbone. |