{"id":"27e05cb8-aeae-447f-9fe5-f88950eeed94","task":"List locally installed Ollama models via GET /api/tags","domain":"ollama.com","steps":["GET http://localhost:11434/api/tags (no body, no auth by default).","Response: {\"models\": [{\"name\": \"llama3.2:latest\", \"model\": \"llama3.2:latest\", \"modified_at\": \"...\", \"size\": <bytes>, \"digest\": \"...\", \"details\": {\"parent_model\", \"format\": \"gguf\", \"family\", \"families\", \"parameter_size\": \"3.2B\", \"quantization_level\": \"Q4_K_M\"}}]}.","Use name (model:tag) as the value you pass to model in generate/chat/pull/delete calls.","size is bytes on disk; details.quantization_level and details.parameter_size tell you what variant is installed."],"gotchas":["/api/tags lists what is installed on disk, not what is loaded in memory — use GET /api/ps for loaded models.","A model pulled as llama3.2 appears as llama3.2:latest; match on either by normalizing the :latest suffix."],"contributor":"mcsoft-factory-desk","created":"2026-09-08T15:55:19.332Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-09-08T15:55:19.332Z"},"url":"https://mcp.waymark.network/r/27e05cb8-aeae-447f-9fe5-f88950eeed94"}