Skip to main content
Glama

discover_browse

Discover MCP servers for any domain by checking DNS TXT records and fetching .well-known/mcp.json metadata. Returns server details without a full MCP session unless no server card exists.

Instructions

DNS lookup + server card in one call. Looks up all _mcp.{domain} TXT records, then fetches .well-known/mcp.json for server metadata. Only falls back to MCP initialize if no server card is found. Lighter than browse — no MCP session unless needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to discover and browse (e.g., 'example.com')
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It transparently explains the sequence of operations (DNS lookup, fetching server metadata, fallback to initialize) and the lightweight nature (no MCP session unless needed). This provides meaningful context beyond the schema, though it does not address potential errors or outputs.

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 exceptionally concise at two sentences. It front-loads the core purpose ('DNS lookup + server card in one call') and every subsequent sentence adds necessary detail about behavior and comparison to alternatives. No filler or redundancy.

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?

For a composite tool with no annotations and no output schema, the description covers the workflow and fallback behavior, which is sufficient for most usage. It does not explicitly describe return values, but given the step-by-step explanation and the simplicity of the single parameter, the context provided is nearly complete.

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?

The schema already provides 100% coverage for the single parameter 'domain' with a clear description. The tool description does not add additional parameter-level information; it only references the domain implicitly. Since the schema is highly descriptive, a baseline score of 3 is appropriate.

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's purpose: 'DNS lookup + server card in one call' and details the specific actions (looks up TXT records, fetches .well-known/mcp.json). It also distinguishes itself from sibling 'browse' by noting it is 'lighter' and does not create an MCP session unless needed.

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?

The description provides clear usage context by comparing with 'browse' ('Lighter than browse — no MCP session unless needed') and explains the fallback condition ('Only falls back to MCP initialize if no server card is found'). However, it does not explicitly mention when not to use the tool or how it relates to 'discover' and other siblings.

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

Install Server

Other Tools

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/kormco/mcp-www'

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