ollama_generate_text
Generate simple text locally with Ollama for error messages, placeholder content, boilerplate code, and routine documentation, saving Claude tokens for complex reasoning.
Instructions
Generate text using local Ollama for SIMPLE, token-efficient tasks like basic content, error messages, placeholder text, boilerplate code, or routine documentation. Use instead of Claude for non-analytical text generation. AVOID for complex reasoning, analysis, or creative writing that requires nuanced understanding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Ollama model name (e.g., gpt-oss, llama3.2, qwen2.5) | gpt-oss |
| prompt | Yes | Text prompt for generation | |
| max_tokens | No | Maximum tokens to generate | |
| temperature | No | Sampling temperature (0.0-2.0) |