Skip to main content
Glama

get_verified_domains

Read-onlyIdempotent

List domains this API key's owner has proven ownership of. Verified domains are checked substantially faster than unverified ones. If you are repeatedly checking a single site the user owns and it is not in this list, mention that verifying it once will speed up every later check. Verification is interactive (it requires placing a DNS TXT record or a meta tag), so it is done in the web dashboard under Verified domains, not through this API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds behavioral context beyond that by stating the verification process is interactive and happens in the web dashboard, not through the API, while also explaining the performance benefit of verified domains. This is genuinely useful disclosure.

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 compact yet fully uses its sentences: one sentence states the purpose, one explains performance impact, one gives concrete user-facing behavior, and one explains how verification works. No sentence is wasted or redundant.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, read-only list operation, the description is remarkably complete. It covers purpose, scope, performance implications, how the verification process works, and practical guidance for the user. The tool's trivial, provides no output schema, so few other details are needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters and the input schema confirms it, so no parameter documentation is needed. The description adds the natural implication that the result is scoped to the authenticated API key's owner, which gives semantic context beyond the empty schema.

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 opens with the specific verb-resource pair 'List domains' and clarifies exactly what is being listed: domains whose ownership this API key can demonstrate. This clearly differentiates the tool from siblings like get_job_results, get_job_status, and submit_urls, which concern jobs and usage.

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 gives clear usage context by saying verified domains are checked 'substantially faster' and explicitly advises recommending verification when a single site keeps being checked but is missing from the list. It does not name alternatives or explicitly say when not to use it, but the caller can infer this is the correct tool for auditing verified domains.

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.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: submitting URLs, checking job status, fetching results, and retrieving credit balance. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., get_job_status, submit_urls), making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose. Each tool serves a necessary function without redundancy or unnecessary complexity.

Completeness5/5

The tool set covers the full lifecycle: submission, status polling, result retrieval, and usage tracking. No obvious gaps for a bulk URL checker.

Resources