list_channels
Retrieve a list of all available social media channels supported by Postmypost.
Parameters
sort(string, optional): Sorting criteria.page(integer, optional): Page number.per_page(integer, optional): 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_channels"
}'