aidelly_create_destination_preset
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
POST /destination-presets — create a multi-channel fan-out preset with per-platform transformations.
Parameters schema
{
"type": "object",
"required": [
"idempotency_key",
"name",
"channels"
],
"properties": {
"body": {
"type": "object",
"description": "Optional body override for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"name": {
"type": "string",
"maxLength": 255,
"minLength": 1,
"description": "Preset name"
},
"query": {
"type": "object",
"description": "Optional query overrides for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"brand_id": {
"type": "string"
},
"channels": {
"type": "array",
"items": {
"type": "object",
"required": [
"platform",
"accountId"
],
"properties": {
"platform": {
"type": "string"
},
"accountId": {
"type": "string"
},
"transform": {
"type": "object",
"properties": {
"appendUtm": {
"type": "boolean",
"description": "Add UTM parameters to links"
},
"captionMode": {
"enum": [
"inherit",
"custom_template"
],
"type": "string"
},
"hashtagSwap": {
"type": "array",
"items": {
"type": "string"
},
"description": "Hashtags to add or override"
},
"offsetSeconds": {
"type": "number",
"description": "Media timing offset in seconds"
},
"captionTemplate": {
"type": "string",
"description": "Custom caption for this channel"
}
}
}
}
},
"maxItems": 12,
"minItems": 1,
"description": "Per-channel transformations"
},
"defaults": {
"type": "object",
"properties": {
"appendUtm": {
"type": "boolean"
},
"offsetSeconds": {
"type": "number"
},
"captionTemplate": {
"type": "string"
}
},
"description": "Default transformations for all channels"
},
"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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.wilzer/aidelly
https://github.com/Aidelly/claude-plugin
1/7 registries