export
:
Instructions
Export bridge content into a readable or portable format.
Use this tool when you want to inspect a namespace outside the MCP client, create a human-readable snapshot, or move memory into another system without opening the database directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | Namespace to export, such as `project:<workspace>`, `domain:<name>`, or `global`. | |
| format | No | Output format for the exported memory. Use `markdown` for readable notes, `json` for structured interchange, or `text` for plain text. | markdown |
| query | No | Optional full-text query to narrow the export. Leave empty to export by filters alone. | |
| kind | No | Optional type filter for the export. | |
| signal_status | No | Optional status filter when exporting signal entries. | |
| tags_any | No | Optional OR-style tag filter. Any matching tag is enough for an entry to be included. | |
| limit | No | Maximum number of entries to export in one call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||