list_ollama_models
View available Ollama cloud models, locally pulled models, and the configured council to choose concrete options before configuring a council. Read-only listing simplifies selection.
Instructions
List the Ollama Cloud models available to put in the council, so you can offer the user a real, concrete choice instead of guessing. Returns the live ollama.com catalog (GLM, MiniMax-M3, Qwen, Kimi, DeepSeek, Nemotron, Mistral, gpt-oss, …) as daemon-ready ids, the models already pulled locally (certain to run right now), and the council that's currently configured. REACH FOR THIS the first time an Ollama council is wanted or when the user asks to configure ask_fable: call this, show the options, ask which they want, then persist the choice with configure_ollama_council. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Fetch the live ollama.com catalog + locally-pulled models. When false, only report the currently-configured council (no network). |