Негізгі мазмұнға өту

get_publication

Retrieve detailed information about a single publication using its ID.

Parameters

  • id (integer, required): Publication ID.

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": "get_publication",
"arguments": {
"id": 501
}
}'