get_analytics
ActiveTool of io.github.ndesv21/socialclaw
declared in 0.1.14
Get analytics snapshots for a post, an account, or a run. scope must be post, account, or run; id is the matching identifier.
Parameters schema
{
"type": "object",
"required": [
"scope",
"id"
],
"properties": {
"id": {
"type": "string"
},
"scope": {
"enum": [
"post",
"account",
"run"
],
"type": "string"
},
"window": {
"type": "string",
"description": "Optional analytics window, e.g. 7d."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.ndesv21/socialclaw
https://github.com/ndesv21/socialclaw
2/7 registries