list_atlas_models
Find the right Atlas Cloud text model for any task. Get task-ranked recommendations, curated featured models, and effort options from the live catalog, then chat with your chosen model.
Instructions
RECOMMEND AND PICK an Atlas Cloud text model. When the user asks for the best Atlas model(s) for a job, pass that job as task; the tool ranks the live catalog and opens a native model + effort selection popup when the MCP client supports form elicitation, with a structured picker fallback otherwise. Returns the live catalog (no auth needed; free, no tokens charged) as a ready-to-render menu: task-ranked recommendations, featured (~8 curated models, HOT/NEW-tagged, one per provider), the full menu (each with model_id, label, cost_note like '$2/$6 per M', provider, tags, context length, latency), and effort_choices (quick/standard/deep). REACH FOR THIS the first time an Atlas model is wanted. If selection.action is accept, call ask_atlas with the selected model and effort; if native elicitation is unavailable, show picker with the host's selection UI. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | Optional job to rank the live Atlas catalog for, such as 'debug a large Rust repository' or 'cheap low-latency support chat'. | |
| limit | No | Maximum task-matched models to offer. | |
| refresh | No | Fetch the live Atlas Cloud text-model catalog (no auth needed). When false, only report the effort choices (no network). | |
| interactive | No | When a task is supplied, open a native model + effort picker if the MCP client supports form elicitation; otherwise return picker JSON. |