ask_local
Offload simple tasks like drafts, boilerplate, extractions, formatting, and quick lookups to a local Ollama model, saving cloud LLM resources.
Instructions
Send a one-shot prompt to a local Ollama model and return the response.
Use for any handoff where the cloud model's full reasoning isn't needed: drafts, boilerplate, simple extractions, formatting, quick lookups. Runs on the user's own GPU and consumes no cloud-LLM usage.
Args: prompt: The task / question. model: Override the default model. system: Optional system prompt to shape behavior.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| model | No | ||
| system | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |