Submitting Tasks
Tasks are pre-configured computational workflows that query cosmological simulation data. Each task has a specific input schema that defines what parameters you can provide.
Web Interface
- Navigate to a task from the sidebar
- Fill in the input form fields
- Click Submit to start the task
- Monitor progress on the run detail page
CLI
# List available tasks
ocp task list
# View task details and input schema
ocp task info galaxy-catalog-query
# Submit a task interactively
ocp task run galaxy-catalog-query --interactive
# Submit with a JSON input file
ocp task run galaxy-catalog-query --input params.json
MCP (AI Assistants)
AI assistants connected via MCP can discover and run tasks automatically. Each task is exposed as a tool with its input schema.