curl -X POST \ -H "Authorization: Bearer gmcp_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "tool_ids": [3, 1, 5, 2, 4] }' \ "https://yoursite.com/wp-json/getmcp/v1/servers/1/tools/reorder"
{ "reordered": true }
Set the display order of tools within a server.
tools/list