We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisdoc/hevy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
deletedWorkout.json•591 B
{
"type": "object",
"required": ["type", "id"],
"properties": {
"type": {
"type": "string",
"description": "Indicates the type of the event (deleted)",
"example": "deleted"
},
"id": {
"type": "string",
"description": "The unique identifier of the deleted workout",
"example": "efe6801c-4aee-4959-bcdd-fca3f272821b"
},
"deleted_at": {
"type": "string",
"description": "A date string indicating when the workout was deleted",
"example": "2021-09-13T12:00:00Z"
}
},
"x-readme-ref-name": "DeletedWorkout"
}