Skip to main content
Glama
regaing

devbelt-mcp

by regaing

net_whois

Look up WHOIS domain information by querying authoritative servers recursively, starting from whois.iana.org, to retrieve registration details for any domain.

Instructions

WHOIS 域名信息查询(原生实现:连接 whois.iana.org 递归查询权威服务器,不依赖第三方接口)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes域名,如 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 and does well by disclosing the native implementation: it connects to whois.iana.org and recursively queries authoritative servers without relying on third-party APIs. It does not cover potential timeouts or error behavior, but the network-related behavior is adequately transparent.

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 a single, compact sentence that front-loads the purpose and adds useful implementation detail in parentheses, with no wasted words.

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 network query tool, the description covers the essential purpose and implementation method. It lacks an explicit description of the return format, but this is not critical for tool invocation given the clear WHOIS semantics.

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 single parameter 'domain' is already fully described in the schema with an example, and the description adds no additional parameter semantics beyond implying the domain is the target of the query. Since schema coverage is 100%, the 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 this tool performs WHOIS domain information queries, with a specific verb (查询) and resource (域名). It also distinguishes itself by mentioning the native implementation connecting to whois.iana.org, which sets it apart from sibling network tools.

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 context for a WHOIS lookup scenario, making it obvious when to invoke this tool. However, it does not explicitly mention alternatives or exclusions, such as using net_icp for Chinese ICP filings, so it misses explicit when-not guidance.

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/regaing/devbelt-mcp'

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