Skip to main content
Glama
uglyswap

internetbs-mcp

by uglyswap

domain_list

List all domains in your Internet.bs account with filtering by date or search term, pagination, and sorting.

Instructions

List all domains in your Internet.bs account. Supports filtering, pagination, and sorting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortByNoField to sort results by (e.g. DomainName, ExpirationDate)
rangeToNoEnd index for pagination (1-based). Use with rangeFrom for paginated results.
rangeFromNoStart index for pagination (1-based). Use with rangeTo for paginated results.
compactListNoIf YES, returns only domain names. If NO, returns full details. Defaults to NO.
pendingOnlyNoIf YES, returns only domains with pending operations. Defaults to NO.
expirationToDateNoFilter domains expiring on or before this date (format: YYYY/MM/DD)
searchTermFilterNoFilter domains containing this search term (e.g. 'example' matches example.com, myexample.net)
expirationFromDateNoFilter domains expiring on or after this date (format: YYYY/MM/DD)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. The verb 'List' indicates a read-only operation, and the description adds filtering, pagination, and sorting capabilities. However, it does not disclose response format, default pagination limits, or other edge cases, making it adequate but not rich.

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 concise sentences, front-loaded with the core purpose and no superfluous text. Every word 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 list operation with 8 well-described parameters and no output schema, the description provides enough context for tool selection. It does not explain the return format in detail, but the compactList parameter covers that aspect, so the description is sufficiently 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 input schema covers all 8 parameters with detailed descriptions, so the baseline is 3. The description's mention of filtering, pagination, and sorting groups the parameters conceptually but does not add syntax or format details beyond what the schema already provides.

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 'List all domains in your Internet.bs account' with a specific verb and resource. The mention of filtering, pagination, and sorting further clarifies the scope, distinguishing it from domain_count and domain_info.

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 first sentence clearly implies the tool is for retrieving a domain list, and the supporting capabilities give context for use cases. However, it does not explicitly name alternatives or when not to use, which would be needed for a 5.

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/uglyswap/internetbs-mcp'

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