getUserStats
Retrieve user statistics from Raindrop.io by specifying a collection ID to analyze bookmark data and track usage metrics.
Instructions
Get user statistics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collectionId | No | Collection ID for specific collection stats |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"collectionId": {
"description": "Collection ID for specific collection stats",
"type": "number"
}
},
"type": "object"
}