Skip to main content
Glama

URL 유사도 비교

url_similarity
Read-only

Compare two web pages and judge how similar they are. 입력한 두 사이트 페이지의 유사 여부를 분석해 유사도 결과를 반환합니다. 피싱·복제 사이트 판별 등에 활용할 수 있습니다. [호출당 5포인트]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
url1Yes비교할 첫 번째 페이지 URL
url2Yes비교할 두 번째 페이지 URL

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is known. The description adds that the tool returns a similarity result and notes a cost of 5 points per call. It discloses that the tool accesses and analyzes the two pages, which is consistent with the openWorldHint. No contradictions.

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 short sentences plus a cost note. The core action is stated first in English, with Korean repetition adding detail. There is no wasted text, and the length is appropriate for the tool's simplicity.

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 description covers purpose, use case, and cost. However, there is no output schema, and the description only vaguely states 'returns similarity results' without specifying the output format (e.g., score, boolean, category). This is a minor gap for an otherwise simple tool, given annotations cover safety.

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?

Both parameters (url1, url2) are fully described in the schema with the same meaning as the tool's purpose. The description does not add parameter-level details or constraints. With 100% schema coverage, 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 'Compare two web pages and judge how similar they are' in English, with Korean elaboration. It names the specific verb (compare), resource (two web pages), and outcome (similarity). The mention of phishing/duplicate detection further clarifies its use case and distinguishes it from sibling tools like url_screenshot or google_search.

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 a concrete use case: '피싱·복제 사이트 판별 등에 활용할 수 있습니다' (can be used for phishing/duplicate site detection). It does not explicitly name alternatives or state when not to use it, but the tool's unique function among siblings makes the context clear. This earns a 4 rather than 5 because exclusions/alternatives are absent.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct action or resource: YouTube has crawl and download; Google has three separate search modes; URL tools cover HTML fetching, screenshots, and similarity; and network tools are all unique lookups. No two tools overlap in purpose, making selection unambiguous.

Naming Consistency3/5

The naming is generally readable but mixes conventions: some use verb_noun (crawl_youtube, reverse_ip), others use noun_noun with brand prefixes (google_search, url_screenshot), and a few are single conventional words (location, whois, nslookup). While not chaotic, there is no uniform verb_noun pattern across the set.

Tool Count5/5

With 13 tools, the server is well-scoped for a web research/investigation toolkit. Each tool covers a distinct aspect of web data collection and DNS/IP analysis, and none feel redundant or unnecessary.

Completeness5/5

The toolkit provides comprehensive coverage for web research: searching (web, image, reverse image), YouTube data collection, URL content analysis, and a full suite of DNS/IP/WHOIS tools. There are no obvious dead ends or missing operations for its intended purpose.