Skip to main content
Glama

get_official_url

Find the verified official website for any software product, AI tool, or company. Returns evidence-backed URLs, preventing users from landing on lookalike download sites.

Instructions

Look up the verified official website for a software product, AI tool, or company by name. Returns verified URLs with the evidence behind them, or says the site could not be confirmed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProduct, tool, or company name, e.g. 'Ollama', 'Claude Code'

Schema Changelog

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

  1. First observedv0.0.1

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden, and it does well: it reveals that results are 'verified', that evidence accompanies the URLs, and that it has an explicit failure mode ('says the site could not be confirmed'). It stops short of disclosing data freshness, rate limits, or whether it performs live web lookups, but the core behavioral traits are covered.

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?

Two sentences with zero filler. The primary action is front-loaded in the first sentence, and the second sentence efficiently covers both the evidence behavior and the not-confirmed fallback.

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 single-parameter tool with full schema coverage, the description is nearly complete: it states the action, the return payload (verified URLs plus evidence), and the negative case. Minor gaps remain — no explicit routing to verify_url for URL-shaped inputs and no detail on the evidence format — but nothing an agent needs to make the call is missing.

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%, and the schema already documents the parameter with an illustrative example ('Ollama', 'Claude Code'). The description echoes 'by name' but adds no format or syntax detail beyond the schema, so the baseline 3 applies.

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 uses a specific verb ('look up'), a specific resource ('verified official website'), and a precise scope ('software product, AI tool, or company by name'). The 'by name' phrasing cleanly differentiates it from the sibling verify_url, which presumably checks a URL rather than finding one.

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

Usage Guidelines3/5

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

The description implies the use case: fetching a known product/tool/company's official site by name. However, it never explicitly contrasts this with verify_url or tells the agent when to choose one over the other (e.g., 'if you already have a URL, use verify_url instead'). The guidance is present only by inference.

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/zhouchungong/realurls-registry'

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