{"openapi":"3.1.0","info":{"title":"Temporal CLI (tctl)","description":"Temporal CLI로 내구성 있는 워크플로우를 관리합니다. temporal workflow start/describe로 워크플로우 실행·조회하고, temporal schedule로 크론 워크플로우를 설정하며, 네임스페이스와 태스크 큐를 관리합니다.","version":"1.0.0","x-fusepie-id":"cli-temporal","x-fusepie-category":"data","x-fusepie-provider":"Temporal"},"servers":[{"url":"brew install temporal","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_temporal","summary":"Temporal CLI (tctl)","description":"Temporal CLI로 내구성 있는 워크플로우를 관리합니다. temporal workflow start/describe로 워크플로우 실행·조회하고, temporal schedule로 크론 워크플로우를 설정하며, 네임스페이스와 태스크 큐를 관리합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"cli-temporal":{"command":"npx","args":["-y","@fusepie/mcp-cli-temporal"],"env":{"API_KEY":""}}}}}