Skip to main content
Glama

台灣加密貨幣資料

check_scam_domain

比對台灣內政部警政署 165 公布之「遭停止解析涉詐網站」名單,判斷網址或網域是否被列入。查無不代表安全。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes網址或網域,例如 https://example.com/login

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. It usefully discloses the data source and the critical limitation that a negative result does not guarantee safety, but it does not state whether the operation is read-only, what return format to expect, or any permissions or rate limits.

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 waste. The purpose is front-loaded, followed by the essential caveat, and every phrase earns its place.

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 simple one-parameter lookup, the description covers the source list and the important false-negative caveat. It does not explain the return shape, but no output schema exists, so this is a minor gap rather than a blocking omission.

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 defines the single url parameter and gives an example. The description echoes '網址或網域' but adds no syntax or meaning beyond what the schema provides, making the baseline 3 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 states a specific verb and resource: comparing a URL or domain against the Taiwan National Police Agency 165 list of suspended scam websites. It clearly communicates the scope and decision being made, and the sibling tools are unrelated, so no sibling confusion exists.

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 provides clear context for when to use the tool: to determine whether a URL or domain appears on the official scam list. The caveat '查無不代表安全' gives important usage interpretation, though it does not explicitly state when not to use the tool or name alternatives, which are not needed for these unrelated siblings.

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.

Resources