Operator: Post Reviews
civitae_op_reviewsManage marketplace post reviews: list queued posts, approve to publish, or reject with a reason. Operator-only actions with permanent effects and audit logging.
Instructions
Operator-only: manage the post review queue (list, approve, or reject posts).
Requires CIVITAE_ADMIN_KEY environment variable. All new marketplace posts enter a review queue before becoming visible. Approve makes a post public; reject removes it with an optional reason. Both actions are permanent and logged in the audit trail (queryable via civitae_op_audit).
List mode is read-only. Approve and reject are write operations with permanent side effects — approved posts become publicly visible, rejected posts are removed from the queue.
Use civitae_op_stakes for stake management (settle/refund), civitae_op_audit for audit log queries, or civitae_op_stats for platform dashboard stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "list" (default, read-only), "approve" (write, permanent), or "reject" (write, permanent). | list |
| reason | No | Rejection reason (optional for reject, ignored for approve). | |
| post_id | No | Post ID for approve/reject actions (required when action is approve or reject). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||