share_memory
ActiveTool of WingmanProtocol Agent Gateway
Share a memory namespace with another handle. Permission is 'read' (read-only) or 'write' (read + write + delete). Owner only — registered handle + secret required.
Parameters schema
{
"type": "object",
"required": [
"namespace",
"grantee",
"permission",
"handle"
],
"properties": {
"handle": {
"type": "string",
"description": "owner handle (you)"
},
"secret": {
"type": "string"
},
"grantee": {
"type": "string",
"description": "handle to share with"
},
"namespace": {
"type": "string",
"description": "namespace to share"
},
"permission": {
"enum": [
"read",
"write"
],
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries