Skip to main content
Glama
AesirKode

enhanced-filesystem-mcp

by AesirKode

ollama_tool

Interact with local Ollama LLMs: manage models (list, pull, delete, copy, create) and run prompts, chats, and embeddings with configurable options.

Instructions

Ollama LLM integration. Operations: list (installed models), show (model details), pull (download), delete, copy, create (from Modelfile), generate (single prompt), chat (multi-turn), embeddings, ps (loaded in memory). Config: optional host/timeout overrides.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoModel name (e.g., llama3:8b, mistral:7b)
configNoOptional configuration overrides
promptNoText prompt for generate/embeddings
sourceNoSource model name (for copy)
optionsNoGeneration options
messagesNoChat messages array
modelfileNoPath to Modelfile (for create)
operationYesOllama operation to perform
destinationNoDestination model name (for copy)
modelfileContentNoInline Modelfile content (for create)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must carry the transparency burden. It lists operations and mentions optional host/timeout overrides, but does not disclose side effects (e.g., delete irreversibility, network usage for pull, compute cost for generate/chat) or return value shapes. The parentheticals give minimal transparency, but significant behavioral detail is absent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, tightly packed sentence that front-loads the core purpose and then lists all operations and config options. Every phrase carries meaning, and there is no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a complex multi-operation tool with no output schema and no annotations. The description enumerates operations but fails to explain operation-specific required parameters (e.g., chat needs messages, generate needs prompt, copy needs source/destination) or what return values the agent should expect. This leaves significant gaps for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% parameter coverage, so the baseline is 3. The description adds value by mapping operations to relevant parameters (e.g., create from Modelfile, generate single prompt, chat multi-turn), which helps the agent understand which parameters apply to which operations. However, it does not fully specify required parameters per operation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as 'Ollama LLM integration' and enumerates all supported operations with brief parenthetical explanations. This distinguishes it from the sibling tools, which are unrelated file, process, and HTTP utilities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The operation list implies when to use the tool, but there is no explicit guidance on when to choose this over alternatives, no exclusions, and no discussion of prerequisites. The context is clear (use for Ollama operations) but lacks 'when-not' or alternative comparisons.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AesirKode/enhanced-filesystem-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server