You're viewing a demo portfolio

Join the waitlist
PRSM

aidelly_create_scheduled_post

Active

Tool of io.github.wilzer/aidelly

declared in 0.3.0

POST /scheduled-posts — schedule a post with optional auto-recycle entries (up to 3 reposts + 3 reshares). When Team Approvals is on, member submissions land as pending. Public API preview.

Parameters schema

{
  "type": "object",
  "required": [
    "idempotency_key",
    "platform",
    "scheduled_at",
    "payload"
  ],
  "properties": {
    "body": {
      "type": "object",
      "description": "Optional body override for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "query": {
      "type": "object",
      "description": "Optional query overrides for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "payload": {
      "type": "object",
      "additionalProperties": true
    },
    "recycle": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "kind",
          "offset_seconds"
        ],
        "properties": {
          "kind": {
            "enum": [
              "repost",
              "reshare"
            ],
            "type": "string"
          },
          "offset_seconds": {
            "type": "integer",
            "maximum": 31536000,
            "minimum": 3600,
            "description": "Seconds after the source publishes when this recycle fires."
          }
        }
      },
      "maxItems": 6
    },
    "brand_id": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    },
    "timezone": {
      "type": "string",
      "default": "UTC"
    },
    "account_id": {
      "type": "string"
    },
    "scheduled_at": {
      "type": "string",
      "format": "date-time"
    },
    "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."
    },
    "idempotency_key": {
      "type": "string"
    },
    "content_campaign_id": {
      "type": "string",
      "format": "uuid",
      "nullable": true
    }
  },
  "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_create_scheduled_post — io.github.wilzer/aidelly — PRSM MCP