Skip to main content
Glama

RanchHand

by anteew

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OAI_BASENoThe base URL for the OpenAI-compatible APIhttp://localhost:11434/v1
OAI_API_KEYNoOptional API key (some backends ignore it, Ollama allows any value)
OAI_TIMEOUT_MSNoOptional request timeout in milliseconds
OAI_DEFAULT_MODELNoFallback model name (e.g. llama3:latest)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
openai_models_list

List models from OpenAI-compatible backend (GET /v1/models).

openai_chat_completions

Create chat completion (POST /v1/chat/completions).

openai_embeddings_create

Create embeddings (POST /v1/embeddings).

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/anteew/RanchHand'

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