You're viewing a demo portfolio

Join the waitlist
PRSM

aidelly_list_viral_trends

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.wilzer/aidelly

https://github.com/Aidelly/claude-plugin

1/7 registries
View full server →
aidelly_list_viral_trends — io.github.wilzer/aidelly — PRSM MCP