aidelly_add_queue_items
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
POST /queues/{id}/items — add content items to queue tail for distribution at next available slots.
Parameters schema
{
"type": "object",
"required": [
"id",
"idempotency_key",
"items"
],
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"body": {
"type": "object",
"description": "Optional body override for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"items": {
"type": "array",
"items": {
"type": "object",
"required": [
"contentType",
"contentId"
],
"properties": {
"contentId": {
"type": "string",
"minLength": 1,
"description": "ID of the content item"
},
"contentType": {
"enum": [
"generated_content",
"media_item",
"draft"
],
"type": "string",
"description": "Type of content being queued"
},
"captionOverride": {
"type": "string",
"description": "Optional custom caption to override content default"
}
}
},
"minItems": 1
},
"query": {
"type": "object",
"description": "Optional query overrides for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"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.50.
Parent server
io.github.wilzer/aidelly
https://github.com/Aidelly/claude-plugin
1/7 registries