You're viewing a demo portfolio

Join the waitlist
PRSM

store_memory

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Persist a value across your instances: PUT /memory/{ns}/{key}. Optionally set ttl (seconds, min 60, max 30 days) for auto-eviction. Values survive until evicted or manually deleted.

Parameters schema

{
  "type": "object",
  "required": [
    "namespace",
    "key",
    "value"
  ],
  "properties": {
    "key": {
      "type": "string",
      "description": "entry name"
    },
    "ttl": {
      "type": "integer",
      "description": "seconds until auto-eviction (60–2_592_000, omit=permanent)"
    },
    "value": {
      "description": "any JSON value"
    },
    "handle": {
      "type": "string"
    },
    "secret": {
      "type": "string"
    },
    "namespace": {
      "type": "string",
      "description": "logical grouping (e.g. 'projects')"
    }
  },
  "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 →