@tulip/mcp-server
Version:
Model Context Protocol server for Tulip API
22 lines (21 loc) • 582 B
JSON
{
"name": "retrieveMachineActivityArchive",
"description": "Retrieves machine activity archive status. Corresponds to GET /machines/archive/csv/{jobID}. Requires `machines:read` scope. [READ-ONLY]",
"inputSchema": {
"type": "object",
"properties": {
"jobId": {
"type": "string",
"description": "The job ID of the archive to retrieve"
}
},
"required": [
"jobId"
]
},
"category": "read-only",
"type": "machine",
"dangerous": false,
"httpType": "GET",
"url": "/machines/archive/csv/:jobId"
}