You're viewing a demo portfolio

Join the waitlist
PRSM

aidelly_create_repurpose_job

Active

Tool of io.github.wilzer/aidelly

declared in 0.3.0

Run a synchronous repurpose job: extract source content, distill, and generate output for one (medium, shape) target.

Parameters schema

{
  "type": "object",
  "required": [
    "idempotency_key",
    "sourceType",
    "medium",
    "shape"
  ],
  "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
    },
    "shape": {
      "type": "string",
      "example": "carousel_7",
      "minLength": 1,
      "description": "Output shape ID — must be one of the valid shapes for the chosen\n`medium` (an invalid pair returns 400 listing the valid shapes):\ntwitter: single_tweet | thread_3 | thread_5 | thread_10 | thread_script | long_form_article\ninstagram: single_post | carousel_7 | reel_script\nlinkedin: short_post | long_form_1500w | article | carousel_7\ntiktok: caption | video_script | shorts_script\nyoutube: description | video_script | shorts_script\npinterest: pin_description\nthreads: single_post | thread_5\nfacebook: short_post\nsubstack_newsletter: essay_800w | essay_2000w\nsubstack_note: note\nreddit_thread: post_title_and_body\nnewsletter: issue_600w\nemail: subject_and_body\npodcast: episode_outline | show_notes\nlead_resource: lead_magnet_outline | one_pager\ncase_study: case_study_writeup\nbluesky: single_post | thread_3\nmastodon: single_post\ngoogle_business: update_post\n"
    },
    "medium": {
      "enum": [
        "twitter",
        "instagram",
        "linkedin",
        "tiktok",
        "youtube",
        "pinterest",
        "threads",
        "facebook",
        "substack_newsletter",
        "substack_note",
        "reddit_thread",
        "newsletter",
        "email",
        "podcast",
        "lead_resource",
        "case_study",
        "bluesky",
        "mastodon",
        "google_business"
      ],
      "type": "string"
    },
    "brand_id": {
      "type": "string"
    },
    "sourceRef": {
      "type": "string",
      "description": "URL for `url`/`youtube`, storage ref for `pdf`, or row id for\n`aidelly_draft` / `aidelly_scheduled`. Required unless `sourceType`\nis `raw_text`.\n"
    },
    "sourceText": {
      "type": "string",
      "description": "Required when `sourceType` is `raw_text`."
    },
    "sourceType": {
      "enum": [
        "url",
        "youtube",
        "pdf",
        "aidelly_draft",
        "aidelly_scheduled",
        "raw_text"
      ],
      "type": "string"
    },
    "sourceTitle": {
      "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."
    },
    "idempotency_key": {
      "type": "string"
    }
  },
  "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 →