aidelly_list_viral_trends
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
List discovered viral trends for the workspace, ordered by virality score.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 60,
"maximum": 200,
"minimum": 1
},
"query": {
"type": "object",
"description": "Optional query overrides for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"offset": {
"type": "integer",
"default": 0,
"minimum": 0
},
"status": {
"enum": [
"new",
"saved",
"curated",
"dismissed",
"active"
],
"type": "string"
},
"brand_id": {
"type": "string"
},
"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."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.wilzer/aidelly
https://github.com/Aidelly/claude-plugin
1/7 registries