Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Ollama MCP Server
Claim
by
NightTrek
GitHub
Virtualization
OS Automation
Developer Tools
JavaScript
20
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
run
Run a model
Input Schema
Name
Required
Description
Default
name
Yes
Name of the model
prompt
Yes
Prompt to send to the model
timeout
No
Timeout in milliseconds (default: 60000)
Input Schema (JSON Schema)
{
"
additionalProperties
"
:
false
,
"
properties
"
: {
"
name
"
: {
"
description
"
:
"
Name of the model
"
,
"
type
"
:
"
string
"
},
"
prompt
"
: {
"
description
"
:
"
Prompt to send to the model
"
,
"
type
"
:
"
string
"
},
"
timeout
"
: {
"
description
"
:
"
Timeout in milliseconds (default: 60000)
"
,
"
minimum
"
:
1000
,
"
type
"
:
"
number
"
}
},
"
required
"
: [
"
name
"
,
"
prompt
"
],
"
type
"
:
"
object
"
}
Install Server
You must be
authenticated
.
Other Tools
chat_completion
cp
create
list
pull
push
rm
run
serve
show