aidelly_preview_destination_preset
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
POST /destination-presets/{id}/preview — preview how a preset transforms a source post across channels.
Parameters schema
{
"type": "object",
"required": [
"id",
"idempotency_key",
"source"
],
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"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
},
"source": {
"type": "object",
"required": [
"platform"
],
"properties": {
"link": {
"type": "string",
"format": "uri",
"description": "Optional link in post"
},
"title": {
"type": "string",
"description": "Optional title"
},
"caption": {
"type": "string",
"default": ""
},
"hashtags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional hashtags in source post"
},
"platform": {
"type": "string"
},
"accountId": {
"type": "string",
"description": "Optional platform account ID"
},
"mediaKind": {
"enum": [
"none",
"image",
"video",
"carousel"
],
"type": "string",
"default": "none"
},
"scheduledAt": {
"type": "string",
"format": "date-time",
"description": "Optional scheduled publish time"
}
}
},
"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."
},
"idempotency_key": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.wilzer/aidelly
https://github.com/Aidelly/claude-plugin
1/7 registries