memoryguard_binding_create
Bind an agent instance to a share group, creating an active AgentBinding record that grants the agent access to shared memory and governance.
Instructions
Bind an agent instance to a share_group. Creates an AgentBinding record (active). Read-only listing is via binding_list; unbind goes through CLI/GUI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | workspace path (default: .) | |
| redirect_paths | No | optional native memory redirect paths | |
| share_group_id | Yes | share group ID to bind the agent into | |
| mcp_server_name | No | MCP server name (default: memoryguard) | |
| agent_instance_id | Yes | agent instance ID to bind | |
| native_memory_mode | No | native memory mode: observed|redirected|unsupported (default: observed) |