Skip to main content
Glama
evomi

Evomi MCP Server

Official
by evomi

search_domains

Read-only

Discover website domains by running web searches. Input a query or up to 10 queries to get a list of related domains with URLs and titles.

Instructions

Find domains by searching the web. Use this to discover websites when you don't know specific domains. Returns list of domains with URLs and titles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query, or an array of up to 10 queries to run together
regionNoRegion for results and proxy (e.g., 'us-en', 'de-de')us-en
max_urlsNoMax domains per query (max: 100)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.3.1

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already cover read-only and open-world behavior, and the description adds that the tool performs an actual web search and returns domains with URLs and titles. This is useful context beyond the structured annotation fields.

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 two concise sentences with no filler. It front-loads the core action and then provides use-case context and return value information.

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

Completeness4/5

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

The tool has a simple schema, all parameters are documented, annotations cover safety and open-world behavior, and the description states the return format. It is complete enough for an agent to use it correctly, though it could briefly mention that queries can be arrays.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents query, region, and max_urls thoroughly. The description does not add parameter-specific guidance beyond what the schema provides.

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 states the tool finds domains via web search and is for discovering websites when specific domains are unknown. This distinguishes it from sibling URL-targeted tools like scrape_url and crawl_website.

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

Usage Guidelines4/5

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

It gives clear context for when to use the tool: when you don't know specific domains. It implies a contrast with URL-specific tools but does not explicitly name alternatives.

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

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/evomi/evomi-mcp'

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