You're viewing a demo portfolio

Join the waitlist
PRSM

get_store_collection

Active

Tool of io.github.webberdesign/webbersites-x402-data-api

declared in 1.0.0

AGENT DATASTORE — read back rows your wallet stored. Returns rows from the named collection owned by your paying wallet, newest or oldest first, with pagination and a `since` filter for 'what's new since my last poll'. Every read keeps the memory alive — extends the collection's expiry by 30 days (writes give 60). Output as JSON rows or CSV. ?limit=&offset=&order=asc|desc&since=ISO&format=json|csv ($0.001 per call, paid via x402)

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Rows to return, 1-1000 (default 100)"
    },
    "order": {
      "type": "string",
      "description": "asc or desc by insertion (default asc)"
    },
    "since": {
      "type": "string",
      "description": "ISO timestamp — only rows created after it"
    },
    "format": {
      "type": "string",
      "description": "json (default) or csv"
    },
    "offset": {
      "type": "number",
      "description": "Pagination offset"
    },
    "collection": {
      "type": "string",
      "description": "Collection name in the URL path"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.webberdesign/webbersites-x402-data-api

https://github.com/webberdesign/api.webbersites.com

1/7 registries
View full server →