You're viewing a demo portfolio

Join the waitlist
PRSM

memory_set

Active

Tool of x402 Trading & On-Chain Intelligence

declared in 1.0.0

Agent Memory: durable key-value storage that survives between agent runs. Write a JSON value (16KB max) under a key. First write to a namespace claims it with your secret token. Send { ns, token, key, value }. [x402 paid tool — price $0.003; POST /api/memory/set]

Parameters schema

{
  "type": "object",
  "required": [
    "ns",
    "token",
    "key",
    "value"
  ],
  "properties": {
    "ns": {
      "type": "string",
      "description": "Your namespace (1-128 chars)"
    },
    "key": {
      "type": "string",
      "description": "Key to store under"
    },
    "token": {
      "type": "string",
      "description": "Your secret token; set on first write, required after"
    },
    "value": {
      "type": "array",
      "description": "Any JSON value, 16KB max"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

x402 Trading & On-Chain Intelligence

1/7 registries
View full server →
memory_set — x402 Trading & On-Chain Intelligence — PRSM MCP