Skip to main content
Glama
deXterbed

Ollama Web Search

by deXterbed

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_API_KEYYesYour Ollama API key, create one at https://ollama.com/settings/keys

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

Search the web via Ollama's hosted search API.

Args: query: The search query. max_results: Maximum results to return (default 5, max 10).

Returns: A dict with a "results" list, each item having title, url and content.

web_fetchA

Fetch the readable content of a web page via Ollama's hosted fetch API.

Args: url: The absolute URL to fetch (must include http:// or https://).

Returns: A dict with the page title, content, and a list of links.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/deXterbed/ollama-web-search'

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