aidelly_list_scheduled_posts
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
GET /scheduled-posts — list scheduled posts including compose-time auto-recycle entries and approval state. Public API preview.
Parameters schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"format": "date-time"
},
"from": {
"type": "string",
"format": "date-time"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1
},
"query": {
"type": "object",
"description": "Optional query overrides for endpoints with sparse parameter schemas.",
"additionalProperties": true
},
"status": {
"enum": [
"scheduled",
"publishing",
"published",
"failed",
"cancelled",
"pending_approval"
],
"type": "string"
},
"brand_id": {
"type": "string"
},
"campaignId": {
"type": "string",
"format": "uuid"
},
"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."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.wilzer/aidelly
https://github.com/Aidelly/claude-plugin
1/7 registries