Skip to main content

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/mcp \
-H "Authorization: Bearer <your-api-token>" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_channels"
}
}'