Help

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

  1. Navigate to a task from the sidebar
  2. Fill in the input form fields
  3. Click Submit to start the task
  4. 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.