get_store_collection
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries