We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tulip/tulip-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
generateMachineActivityArchive.json•686 B
{
"name": "generateMachineActivityArchive",
"description": "⚠️ ADMIN OPERATION ⚠️ Generates a machine activity archive for a given machine ID. This creates server load and should be used sparingly. Corresponds to POST /machines/archive/{machineID}. Requires the `machines:write` API key scope. [ADMIN]",
"inputSchema": {
"type": "object",
"properties": {
"machineId": {
"type": "string",
"description": "The ID of the machine to generate archive for"
}
},
"required": [
"machineId"
]
},
"category": "admin",
"type": "machine",
"dangerous": true,
"httpType": "POST",
"url": "/machines/archive/:machineId"
}