cURL
curl --request GET \ --url https://api.example.com/servers/{id}/tools \ --header 'Authorization: Bearer <token>'
{ "tools": [ { "serverID": "kSuB9Gf6aD4", "providerID": "kSuB9Gf6aD4", "toolID": "kSuB9Gf6aD4" } ] }
Enter 'Bearer' followed by a space and your token (e.g., 'Bearer ${HASMCP_ACCESS_TOKEN}').
MCP Server ID
A list of associated tools
Show child attributes