aidelly_action_post_approval
ActiveTool of io.github.wilzer/aidelly
declared in 0.3.0
POST /posts/approvals — approve, reject (with reason), return to draft, or comment on one or many pending posts. Owner/admin only. Public API preview.
Parameters schema
{
"type": "object",
"required": [
"idempotency_key",
"action"
],
"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
},
"action": {
"enum": [
"approve",
"reject",
"return_to_draft",
"comment"
],
"type": "string"
},
"comment": {
"type": "string",
"description": "Required for `reject`; optional for `approve` and `comment`."
},
"post_id": {
"type": "string",
"format": "uuid",
"description": "Required when actioning a single post."
},
"brand_id": {
"type": "string"
},
"post_ids": {
"type": "array",
"items": {
"type": "string",
"format": "uuid"
},
"description": "Required when bulk-actioning multiple posts."
},
"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