You're viewing a demo portfolio

Join the waitlist
PRSM

share_memory

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
share_memory — WingmanProtocol Agent Gateway — PRSM MCP