Перейти к основному содержанию

list_projects

Get list of all projects accessible to the user.

Parameters

  • 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_projects",
"arguments": {
"sort": "-id",
"page": 1,
"per_page": 10
}
}'