You're viewing a demo portfolio

Join the waitlist
PRSM

aidelly_list_posts

Active

Tool of io.github.wilzer/aidelly

declared in 0.3.0

List posts with optional platform, status, and date-range filters.

Parameters schema

{
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "format": "date-time"
    },
    "from": {
      "type": "string",
      "format": "date-time"
    },
    "limit": {
      "type": "integer",
      "default": 25,
      "maximum": 100,
      "minimum": 1
    },
    "query": {
      "type": "object",
      "description": "Optional query overrides for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "status": {
      "enum": [
        "scheduled",
        "pending",
        "processing",
        "retry",
        "completed",
        "failed",
        "canceled"
      ],
      "type": "string",
      "example": "scheduled"
    },
    "brand_id": {
      "type": "string"
    },
    "platform": {
      "enum": [
        "facebook",
        "instagram",
        "linkedin",
        "twitter",
        "bluesky",
        "threads",
        "pinterest",
        "youtube",
        "tiktok",
        "google_business",
        "mastodon"
      ],
      "type": "string",
      "example": "linkedin",
      "description": "Supported platform identifier. `twitter` and `x` map to the same surface;\nresponses always normalize to `twitter`. `google_business` posts target\na single Google Business Profile location identified by\n`platform_specific.locationName`. `mastodon` accounts are per-instance —\nthe connected account carries its own `instance_url`.\n"
    },
    "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 →