Skip to main content
Glama

create_ollama_model

Create an Ollama model on a 1Panel server by supplying a model name, letting AI clients provision models directly through the MCP interface.

Instructions

Create Ollama model (XPack)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.2/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It supplies none of the relevant traits for a creation tool: required permissions, what 'XPack' means, whether the model is pulled from a registry, what happens if the model already exists, or whether the operation is reversible.

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

Conciseness3/5

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

The description is front-loaded and brief, avoiding verbosity. However, '(XPack)' is an unexplained parenthetical that adds little for an agent, and the overall brevity comes at the cost of necessary guidance for a mutation tool.

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?

For a mutation tool with no annotations, no output schema, and 0% parameter description coverage, the definition is too sparse. It does not explain prerequisites, the meaning of XPack, or how creation interacts with load_ollama_model and other Ollama siblings.

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

Parameters2/5

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

There is one required parameter, 'name', with 0% schema description coverage. The description adds no meaning, format, uniqueness constraint, or source for that name. The resource name makes 'name' somewhat intuitive, but the description does not compensate for the missing schema documentation.

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

Purpose3/5

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

States a clear verb and resource ('Create Ollama model'), so the basic action is understandable. However, '(XPack)' is unexplained, and the description does not distinguish this tool from close siblings such as recreate_ollama_model, load_ollama_model, or sync_ollama_models. It largely echoes the tool name.

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

Usage Guidelines2/5

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

No when-to-use guidance, no prerequisites, and no alternatives are provided. With many Ollama-related sibling tools, the absence of routing guidance leaves the agent to infer when create_ollama_model is appropriate.

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

Deploy Server

Other Tools