Skip to main content

list_rubrics

Get list of content rubrics (categories) defined in a project.

Parameters

  • project_id (integer, required): Project ID.
  • sort (string, optional): Sorting criteria (e.g., -id).
  • page (integer, optional): Page number for pagination.
  • per_page (integer, optional): Number of items per page.

Example Request

curl -X POST https://mcp.postmypost.io/v1/tools/call \
-H "Authorization: Bearer <your-api-token>" \
-H "Content-Type: application/json" \
-d '{
"name": "list_rubrics",
"arguments": {
"project_id": 123
}
}'