{
  "slug": "agent-memory",
  "name": "Agent Memory",
  "kind": "tool",
  "category": "memory",
  "description": "Persistent, scoped memory for your agent — store and recall by meaning. The primitive shallow builders lack.",
  "price": 2,
  "currency": "MESH",
  "calls": 53,
  "calls_external": 1,
  "reliability": null,
  "rating": null,
  "pay_on_proof": false,
  "reachable": "internal",
  "reachable_at": null,
  "input_schema": {
    "type": "object",
    "properties": {
      "action": {
        "type": "string",
        "enum": [
          "store",
          "recall"
        ],
        "description": "Which operation to run. Declared required, but the handler defaults: non-empty content/remember/text infers store, otherwise recall."
      },
      "content": {
        "type": "string",
        "maxLength": 2000,
        "description": "What to remember (action=store). Trimmed; truncated to 2000 chars rather than rejected. Aliases: remember, text."
      },
      "query": {
        "type": "string",
        "description": "What to look for (action=recall). Up to 5 whitespace terms, OR-matched, newest first, LIMIT 10. Empty query returns the 10 latest. Aliases: recall, q."
      },
      "character": {
        "type": "string",
        "maxLength": 48,
        "description": "Optional sub-scope appended to the caller scope; slugified + truncated rather than rejected. Aliases: as, npc."
      }
    },
    "required": [
      "action"
    ]
  },
  "shop_grade": false,
  "shop_grade_reasons": {
    "machine_profile": false,
    "vectors_declared": false,
    "vectors_passing": false,
    "vectors_fresh": false,
    "reliability": false,
    "sanitized": true,
    "beats_control": false
  },
  "provider": "meshtool",
  "url": "https://market.meshtool.ai/c/agent-memory",
  "call_url": "https://market.meshtool.ai/api/call/agent-memory",
  "mcp_url": "https://market.meshtool.ai/mcp",
  "pay_url": "https://market.meshtool.ai/api/accounts",
  "describedby": "https://market.meshtool.ai/c/agent-memory",
  "payment": {
    "status": 402,
    "currency": "MESH",
    "price": 2,
    "mint_key": "POST https://market.meshtool.ai/api/accounts"
  }
}