aidelly_get_analytics_summary
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
GET /analytics/summary
Parameters schema
{
"type": "object",
"properties": {
"query": {
"type": "object",
"description": "Optional query overrides for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"endDate": {
"type": "string",
"format": "date"
},
"brand_id": {
"type": "string"
},
"startDate": {
"type": "string",
"format": "date"
},
"timeframe": {
"type": "string",
"default": "7d",
"pattern": "^\\d+d$"
},
"workspace_id": {
"type": "string",
"format": "uuid",
"description": "Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content."
},
"includeActivity": {
"type": "boolean",
"default": false
},
"includeInsights": {
"type": "boolean",
"default": true
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.wilzer/aidelly
https://github.com/Aidelly/claude-plugin
1/7 registries