Skip to main content
Glama

Server Details

Rent verified subdomains by the hour, day, or month. Free 24h trials, x402 USDC on Base.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
popdot-ai/popdot-mcp
GitHub Stars
0

Available Tools

7 tools
answer_trial_canaryAInspect

Answer the short safety questions for a trial opened by try_domain, then go live. Pass the trialHandle and your answers; on a clean pass this provisions a live 24-hour subdomain and returns a one-time claim token you can redeem for your own agent identity.

ParametersJSON Schema
NameRequiredDescriptionDefault
answersYesYour answers to the safety questions, one { question_id, response } per question.
trialHandleYesThe trialHandle returned by try_domain.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlNo
reasonNo
statusNo
trialIdNo
upgradeNo
expiresAtNo
retryableNo
claimTokenNo
candidateIdNo
shareMessageNo
trustReceiptNo
canaryVerdictNo
scorerVersionNo
claimTokenExpiresAtNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations only set readOnlyHint=false and openWorldHint=true. The description adds substantial behavioral detail: it provisions a live 24-hour subdomain, returns a one-time claim token, and mentions 'on a clean pass' implying failure conditions. It does not detail reversible effects or failure responses, but it covers the main side effects beyond the annotations.

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 with no filler. The primary action and flow are front-loaded, and each sentence carries essential information about the tool's purpose and outcome.

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 tool with only two simple parameters and an existing output schema, the description covers the invocation context, the precondition (trial from try_domain), and the result (provisioning subdomain and claim token). It does not explicitly state the prerequisite that a trialHandle from try_domain is required, but that is strongly implied. It also omits what to do with the claim token, but that is beyond the tool's scope.

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 coverage is 100% and both parameters (trialHandle and answers) are described in the schema. The description mentions 'Pass the trialHandle and your answers' but does not add syntax or format details beyond what the schema provides. It adds no new meaning for the parameters, so the baseline of 3 applies.

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 the verb and resource: 'Answer the short safety questions for a trial opened by try_domain, then go live.' It distinguishes the tool from siblings like try_domain (opens trial) and rent_domain by specifying its role in the trial flow and the outcome (provisioning a live subdomain and returning a claim token).

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 establishes a clear use context: it is for trials opened by try_domain, implying it is the step after try_domain. It does not explicitly list alternatives or state when not to use, but the flow is unambiguous. A dedicated exclusion or alternative reference would push this to a 5.

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

check_availabilityA
Read-only
Inspect

Check whether a specific subdomain is available on a given domain. Returns true if the subdomain can be rented. Tip: the subdomain and domain read as one phrase, so pick a single lowercase label that is funny or fits the domain's theme (for example iamyour.slopmommy.com or analien.lostmyluggage.com). A delightful combination is the point of a Popdot AI address.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainIdYesThe unique ID of the parent domain
subdomainYesThe subdomain label to check (e.g., 'myproject' for myproject.example.com)

Output Schema

ParametersJSON Schema
NameRequiredDescription
reasonNo
fullUrlNo
domainIdYes
availableYes
subdomainYes
fullDomainNo

TDQS

A4.1/5.0
Behavior4/5

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

Annotations (readOnlyHint=true, openWorldHint=true) already carry the safety profile, and the description adds the key behavioral contract — the boolean result signals rentability, which is exactly what an agent needs to interpret the call. No side effects, auth requirements, or rate limits are disclosed, but for a read-only check with an output schema these are minor gaps. No contradiction with annotations exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The purpose and return contract are front-loaded in the first sentence, and every sentence earns its place. The tip is slightly long but substantive — it explains why input choice matters and grounds the guidance with concrete examples rather than padding.

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 2-parameter read-only tool with a full output schema and safety-carrying annotations, the description covers purpose, return contract, and input strategy comprehensively. The only notable gap is sibling differentiation (try_domain near-miss), which leans more toward usage guidance than completeness.

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?

Schema description coverage is 100%, so the baseline is 3, but the description adds genuine value beyond the schema: it explains the conceptual relationship between domainId and subdomain ('the subdomain and domain read as one phrase') and gives concrete selection guidance with examples (iamyour.slopmommy.com). This helps an agent construct high-quality, contextually appropriate inputs, not just schema-valid ones.

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 operation — checking whether a specific subdomain is available on a given domain — with an explicit return contract ('Returns true if the subdomain can be rented'). The subdomain-vs-domain scope cleanly distinguishes it from siblings like search_domains and rent_domain even without naming them, so an agent knows exactly what this tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The tip provides substantive guidance on how to choose good subdomain inputs ('pick a single lowercase label that is funny or fits the domain's theme') and explains the phrase-joining concept with examples, which helps an agent invoke it effectively. However, there is no explicit when/when-not guidance or alternative routing — notably it never mentions try_domain, which may overlap as an availability check, nor does it say to call this before rent_domain.

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

get_price_quoteB
Read-only
Inspect

Get a price quote for renting a specific domain for a given duration. Returns the computed rental cost, tier info, and pricing breakdown.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainIdYesThe unique ID of the domain to price
durationYesISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days)

Output Schema

ParametersJSON Schema
NameRequiredDescription
tierNo
hoursNo
feeNoteNo
currencyYes
domainIdYes
durationNo
availableNo
tierScoreNo
totalCostYes
fullDomainNo
serviceFeeNo
ownerPayoutNo
priceSourceNo
rentalPriceNo
durationLabelNo
priceBreakdownNo
ownerCommissionNo
ownerCommissionPercentNo

TDQS

B3.4/5.0
Behavior3/5

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

Annotations declare readOnlyHint and openWorldHint, covering safety. The description adds the return content (cost, tier, breakdown) beyond annotations. It doesn't disclose rate limits or edge cases, but annotations cover the main behavioral trait.

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?

Single sentence, ~20 words, no redundancy. The action and return are front-loaded.

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?

With a full schema and output schema present, the description covers the purpose and return adequately. It doesn't mention that a quote is not a reservation, but that's implied by the name and context. Minor gap.

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 coverage is 100% for both parameters, so the description doesn't need to add param details. It restates the purpose but adds no new semantic insights over the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('Get a price quote') with a clear resource (domain, duration) and purpose (rental pricing). It distinguishes from siblings like check_availability or rent_domain by focusing on pricing, though it doesn't explicitly name them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives such as check_availability or rent_domain. It doesn't state prerequisites, exclusions, or when a price quote is appropriate.

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

rent_domainAInspect

Rent a subdomain, paying per-transaction with USDC on Base (x402). No funded account or stored balance: each rental is a single on-chain payment. Requires agent authentication. Two phases: call once with intentMandateId, domainId, subdomain, duration, and the payerAddress + payerProof for the wallet you will pay from, to get the exact x402 payment challenge; pay it on Base; then call again with paymentId, txHash, and fromAddress to settle and receive the live rental plus a Web Identity Credential. Request an x402 payment challenge to rent a subdomain. Durations PT1H, PT4H, P1D, P7D, P30D. Returns the exact USDC amount and recipient on Base.

ParametersJSON Schema
NameRequiredDescriptionDefault
txHashNo(phase 2) The on-chain transaction hash of your USDC payment on Base.
domainIdYesThe unique ID of the domain to rent on
durationYesISO 8601 duration: PT1H (1 hour), PT4H (4 hours), P1D (1 day), P7D (1 week), P30D (30 days)
paymentIdNo(phase 2) The paymentId returned by the phase-1 challenge.
subdomainYesThe subdomain label to rent (e.g., 'myproject' for myproject.example.com)
payerProofNo(phase 1) EIP-191 personal_sign signature proving control of payerAddress. Always required with payerAddress.
fromAddressNo(phase 2) The wallet you paid from (must match the challenge's bound payer).
payerAddressNo(phase 1) The 0x wallet you will pay from. Required on every challenge; a wallet registered on your Sigil does not substitute for it.
intentMandateIdYesThe ID of the active Intent Mandate authorizing this purchase
payerProofIssuedAtNo(phase 1, optional) ISO 8601 timestamp of the payerProof, within 5 minutes of the request.

Output Schema

ParametersJSON Schema
NameRequiredDescription
nextNo
reasonNo
rentalNo
statusNo
paymentNo
rentalIdNo
settleUrlNo
credentialNo
provisioningNo
tierProgressionNoCurrent enforced trust tier and when it is next evaluated. Present only once an identity exists.
sigilEligibilityNoIdentity standing: lifecycle status, canary screen result, and any hard gates.
identityConfidenceNoHow firmly this identity is bound: unbound, bound to a key, or backed by a verified sponsor.

TDQS

A4.6/5.0
Behavior5/5

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

Given annotations only signal readOnly=false and idempotent=false, the description supplies the critical behavioral model: a two-phase protocol where the tool returns an x402 payment challenge, the agent pays on Base, and a second call settles. It also discloses that no funded account is needed and that payment is a single on-chain transaction, which is exactly the kind of context annotations cannot convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and roughly front-loaded, with the core purpose and payment model in the first sentence followed by a scannable phase walkthrough. It contains minor redundancy ('Request an x402 payment challenge' restates the mechanism, and durations repeat the schema enum), but every other sentence earns its place.

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 10-parameter, two-phase paid operation, the description is remarkably complete: it covers authentication, the exact phase-1 fields, the on-chain payment step, phase-2 settlement fields, and the outputs. It also supplies enough procedural detail for an agent to call it correctly despite the schema's required-field list omitting the phase-1 payer fields.

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?

The schema already documents each parameter at 100% coverage, so the description is not the primary source. It adds useful phase grouping—which parameters belong to the challenge call versus the settlement call—and reinforces that payerProof must accompany payerAddress and fromAddress must match the bound payer. This lifts it above the baseline but relies somewhat on schema-level detail.

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 a specific verb and resource—'Rent a subdomain'—and immediately distinguishes the tool by payment model: per-transaction USDC on Base via x402, no stored balance. It also clarifies the end state (live rental plus Web Identity Credential), so an agent can tell it apart from sibling lookup/trial/price 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?

It clearly states when to use the tool (to rent a subdomain) and the prerequisites: agent authentication, an active intentMandateId, and a payer wallet. It does not explicitly name alternatives such as try_domain or check_availability, so it stops short of full exclusion-based guidance.

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

search_domainsA
Read-only
Inspect

Search domains available for rent on Popdot AI. Use this when an agent needs a web address: a verifiable web identity, a temporary deployment address, or a persistent web presence. Returns domains with pricing, tier, and availability. No auth required.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 20, max: 50)
queryNoSearch query to match against domain names, tags, and categories
emotionNoFilter by the reaction the domain is built to elicit: comedy, absurd, playful, edgy, wholesome, professional, trustworthy. Unknown values are ignored.
maxPriceNoMaximum daily price in USD
minPriceNoMinimum daily price in USD

Output Schema

ParametersJSON Schema
NameRequiredDescription
domainsYes
paginationNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, but the description adds valuable context by stating 'No auth required' and specifying the return content ('pricing, tier, and availability'). This goes beyond the annotations without contradicting them, giving the agent practical knowledge about access and output.

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 three sentences, each serving a distinct purpose: stating the action, providing usage context, and disclosing output and auth requirements. It is front-loaded with the core purpose, maintains brevity, and avoids redundancy. No filler or repetition.

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 the essential aspects for a search tool: what it searches, when to use it, what it returns, and auth requirements. The output schema handles return value structure, and the parameter schema handles argument details. The only minor omission is explicit mention of pagination/sorting defaults, but this is not critical given the existing structured metadata.

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 has 100% coverage with clear descriptions for all five parameters (limit, query, emotion, maxPrice, minPrice). The tool description does not add additional parameter-specific semantics, but it sets expectations about the output (pricing, tier, availability) that relate to the price parameters. With full schema coverage, a baseline 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 states a specific verb and resource: 'Search domains available for rent on Popdot AI.' It also lists three concrete use cases ('verifiable web identity, temporary deployment address, persistent web presence') that clarify what the tool accomplishes. This clearly distinguishes it from siblings like check_availability or rent_domain, which have different purposes.

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 explicitly says 'Use this when an agent needs a web address' and enumerates the scenarios. This provides clear context for when to invoke the tool. It does not explicitly name alternatives or exclusions (e.g., 'use check_availability for specific domain checks'), but the 'when' guidance is strong enough to avoid ambiguity in most cases.

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

try_domainAInspect

Launch a memorable public URL for something you built. Free for 24 hours, no signup and no wallet required. Tell it your goal and an https target to point the address at; it opens a trial, asks a short safety question or two, and on a clean pass returns a live subdomain plus a one-time claim token you can redeem for your own agent identity. Use it to demo a deployment with a real address before a paid rental. One trial per agent. Expires in 24 hours.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalYesWhat you built and want to put online, in a sentence (used to name and describe the address).
emailNoOptional email to associate with the trial. Never returned.
targetNoAn https URL to point the address at. Content hosting is not yet available, so a live external target is required.
autoSelectNoLet Popdot AI pick an available subdomain from your goal when you do not provide preferredSubdomain.
trialHandleNo(retry only) The trialHandle returned by the first call. Echo it back with your answers.
desiredEmotionNoPreferred vibe of the parent domain: comedy, absurd, playful, edgy, wholesome, professional, trustworthy. Unknown values are ignored.
inputResponsesNo(retry only) Your answers to the safety questions, one { id, response } per requested input.
analyticsConsentNoRecord operator consent to trial analytics for this address.
preferredSubdomainNoThe subdomain label you want (e.g. 'mydemo'). Omit and set autoSelect:true to have one picked for you.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlNo
nextNo
domainNo
trialIdNo
upgradeNo
expiresAtNo
questionsNo
subdomainNo
claimTokenNo
candidateIdNo
trialHandleNo
shareMessageNo
trustReceiptNo
canaryVerdictNo
scorerVersionNo
tierProgressionNoCurrent enforced trust tier and when it is next evaluated. Present only once an identity exists.
sigilEligibilityNoIdentity standing: lifecycle status, canary screen result, and any hard gates.
identityConfidenceNoHow firmly this identity is bound: unbound, bound to a key, or backed by a verified sponsor.
claimTokenExpiresAtNo

TDQS

A4.3/5.0
Behavior5/5

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

Annotations only say readOnlyHint=false and openWorldHint=true, so the description carries the behavioral burden. It does this thoroughly: it discloses the 24-hour expiry, free trial nature, safety-question gate, returned live subdomain and one-time claim token, and the requirement for a live external https target because content hosting is unavailable. This is rich and accurate behavioral context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and uses compact sentences for constraints. There is minor redundancy between 'Free for 24 hours' and 'Expires in 24 hours,' but the overall structure is clear, scannable, and free of filler.

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 9-parameter tool with an interactive safety-question flow, the description covers the lifecycle, constraints, and follow-up mechanism reasonably well. It mentions retry-relevant concepts through the schema and has an output schema available. It does not explicitly describe the multi-turn branching or name answer_trial_canary as the retry sibling, which would make it fully 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?

Schema description coverage is 100%, so the structured schema already documents all nine parameters. The prose adds only light value by restating the need for a goal and an https target. It does not clarify retry mechanics or enum semantics beyond what the schema already provides, so the baseline 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 opens with a specific action and resource: 'Launch a memorable public URL for something you built.' It clearly frames try_domain as a free 24-hour trial with no signup or wallet, and contrasts it with a paid rental. An agent can easily tell this apart from siblings like rent_domain, search_domains, and check_availability.

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 usage context: use it to demo a deployment with a real address before committing to a paid rental, and notes the one-trial-per-agent constraint. It does not explicitly name sibling alternatives like check_availability or answer_trial_canary, but the retry-related parameters imply a follow-up flow. A direct sibling reference would make the guidance fully explicit.

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

upgrade_trialAInspect

Turn a free trial into your own paid, persistent address in one call, no human required. Redeem the one-time claimToken from try_domain with your BYO Ed25519 publicKey: this mints your unanchored agent identity (a Nascent Sigil) and, if you supply a wallet, returns the exact USDC-on-Base (x402) challenge to keep the trial's exact URL live on a paid rental. No wallet yet? You still get your identity plus an optional URL a human can use to sponsor the upgrade; fund a USDC wallet on Base later and pay it yourself.

ParametersJSON Schema
NameRequiredDescriptionDefault
durationNoOptional rental length: an ISO 8601 duration (PT1H, PT4H, P1D, P7D, P30D) or hourly/daily/weekly/monthly. Defaults to PT1H (1 hour).
publicKeyYesYour BYO Ed25519 public key. The minted identity is bound to it and you hold the private key.
claimTokenYesThe one-time claim token returned by try_domain / answer_trial_canary.
payerProofNoOptional EIP-191 personal_sign signature proving control of payerAddress.
payerAddressNoOptional 0x wallet you will pay from. Provide it (with payerProof) to receive a self-pay x402 challenge.
requestSponsorUrlNoSet true to also receive an optional URL a human can use to sponsor the upgrade.
payerProofIssuedAtNoOptional ISO 8601 timestamp of the payerProof, within 5 minutes.

Output Schema

ParametersJSON Schema
NameRequiredDescription
sigilYes
upgradeYes
walletGuidanceNo
humanSponsorUrlNo
tierProgressionNoCurrent enforced trust tier and when it is next evaluated. Present only once an identity exists.
sigilEligibilityNoIdentity standing: lifecycle status, canary screen result, and any hard gates.
identityConfidenceNoHow firmly this identity is bound: unbound, bound to a key, or backed by a verified sponsor.

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, idempotentHint=false), the description discloses meaningful behavior: the claimToken is one-time, a Nascent Sigil identity is minted, a payment challenge is returned rather than completing payment, and no human is required. It also explains the optional sponsor-URL flow, giving the agent a clear model of side effects and next steps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences and front-loaded with the core purpose. It is somewhat dense and uses rhetorical phrasing ('No wallet yet?'), but every sentence earns its place by covering the main flow and both optional modes without unnecessary repetition.

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?

Given the 7-parameter complexity, presence of an output schema, and annotations, the description is complete. It covers the precursor (try_domain claimToken), the two usage modes, the payment challenge outcome, and the sponsor fallback. Nothing critical is missing for an agent to decide when and how to call the tool.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds cross-parameter context: it maps 'if you supply a wallet' to payerAddress/payerProof, 'No wallet yet?' to requestSponsorUrl, and explains the relationship between claimToken and try_domain. This goes beyond the raw schema descriptions by showing how parameters fit into the workflow.

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 a specific action—'Turn a free trial into your own paid, persistent address in one call'—and then details the mechanism: redeeming a claimToken from try_domain with a BYO Ed25519 publicKey to mint an identity and optionally receive a payment challenge. This clearly distinguishes upgrade_trial from its siblings like rent_domain and try_domain.

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 explicitly ties the claimToken to try_domain, establishing the precondition for use, and lays out two paths: with a wallet for self-payment, or without a wallet for a sponsor URL. It does not explicitly say when to use rent_domain instead, but the context strongly implies this tool is for upgrading an existing trial.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedrent_domain2 fields changed
      • changedInput schema / properties / payerAddress / description
        Previous value: -"(phase 1, optional) The 0x wallet you will pay from. Required only when your Sigil has no bound x402 wallet."New value: +"(phase 1) The 0x wallet you will pay from. Required on every challenge; a wallet registered on your Sigil does not substitute for it."
      • changedInput schema / properties / payerProof / description
        Previous value: -"(phase 1, optional) EIP-191 personal_sign signature proving control of payerAddress. Required with payerAddress when no wallet is sigil-bound."New value: +"(phase 1) EIP-191 personal_sign signature proving control of payerAddress. Always required with payerAddress."
  2. 3 tool updates
    • Changedrent_domain1 field changed
      • addedOutput schema / properties / tierProgression / properties / reason
        Added value: +{
        +  "type": "string"
        +}
    • Changedtry_domain1 field changed
      • addedOutput schema / properties / tierProgression / properties / reason
        Added value: +{
        +  "type": "string"
        +}
    • Changedupgrade_trial1 field changed
      • addedOutput schema / properties / tierProgression / properties / reason
        Added value: +{
        +  "type": "string"
        +}
  3. 3 tool updates
    • Changedrent_domain3 fields changed
      • changedOutput schema / properties / identityConfidence / description
        Previous value: -"Reserved for a future scoring release. Not returned today."New value: +"How firmly this identity is bound: unbound, bound to a key, or backed by a verified sponsor."
      • changedOutput schema / properties / sigilEligibility / description
        Previous value: -"Reserved for a future scoring release. Not returned today."New value: +"Identity standing: lifecycle status, canary screen result, and any hard gates."
      • changedOutput schema / properties / tierProgression / description
        Previous value: -"Reserved for a future scoring release. Not returned today."New value: +"Current enforced trust tier and when it is next evaluated. Present only once an identity exists."
    • Changedtry_domain3 fields changed
      • changedOutput schema / properties / identityConfidence / description
        Previous value: -"Reserved for a future scoring release. Not returned today."New value: +"How firmly this identity is bound: unbound, bound to a key, or backed by a verified sponsor."
      • changedOutput schema / properties / sigilEligibility / description
        Previous value: -"Reserved for a future scoring release. Not returned today."New value: +"Identity standing: lifecycle status, canary screen result, and any hard gates."
      • changedOutput schema / properties / tierProgression / description
        Previous value: -"Reserved for a future scoring release. Not returned today."New value: +"Current enforced trust tier and when it is next evaluated. Present only once an identity exists."
    • Changedupgrade_trial3 fields changed
      • changedOutput schema / properties / identityConfidence / description
        Previous value: -"Reserved for a future scoring release. Not returned today."New value: +"How firmly this identity is bound: unbound, bound to a key, or backed by a verified sponsor."
      • changedOutput schema / properties / sigilEligibility / description
        Previous value: -"Reserved for a future scoring release. Not returned today."New value: +"Identity standing: lifecycle status, canary screen result, and any hard gates."
      • changedOutput schema / properties / tierProgression / description
        Previous value: -"Reserved for a future scoring release. Not returned today."New value: +"Current enforced trust tier and when it is next evaluated. Present only once an identity exists."
  4. 6 tool updates
    • Changedanswer_trial_canary4 fields changed
      • addedOutput schema / properties / canaryVerdict
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / scorerVersion
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / trustReceipt / properties
        Added value: +{
        +  "canaryVerified": {
        +    "type": "boolean"
        +  },
        +  "claimable": {
        +    "type": "boolean"
        +  }
        +}
      • addedOutput schema / properties / upgrade / properties
        Added value: +{
        +  "agentPaymentAvailable": {
        +    "type": "boolean"
        +  },
        +  "availableDurations": {
        +    "items": {
        +      "type": "string"
        +    },
        +    "type": "array"
        +  },
        +  "preserveExactUrl": {
        +    "type": "boolean"
        +  }
        +}
    • Changedget_price_quote2 fields changed
      • addedOutput schema / properties / ownerCommission
        Added value: +{
        +  "type": "number"
        +}
      • addedOutput schema / properties / ownerCommissionPercent
        Added value: +{
        +  "type": "number"
        +}
    • Changedrent_domain7 fields changed
      • addedOutput schema / properties / identityConfidence
        Added value: +{
        +  "description": "Reserved for a future scoring release. Not returned today.",
        +  "properties": {
        +    "level": {
        +      "enum": [
        +        "unbound",
        +        "key_bound",
        +        "sponsor_verified"
        +      ],
        +      "type": "string"
        +    },
        +    "sponsorVerified": {
        +      "type": "boolean"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / payment / properties
        Added value: +{
        +  "amountInSmallestUnit": {
        +    "type": "string"
        +  },
        +  "chainId": {
        +    "type": "number"
        +  },
        +  "expiresAt": {
        +    "type": "string"
        +  },
        +  "memo": {
        +    "type": "string"
        +  },
        +  "paymentId": {
        +    "type": "string"
        +  },
        +  "protocol": {
        +    "type": "string"
        +  },
        +  "recipient": {
        +    "type": "string"
        +  },
        +  "settleUrl": {
        +    "type": "string"
        +  },
        +  "status": {
        +    "type": "string"
        +  },
        +  "tokenAddress": {
        +    "type": "string"
        +  },
        +  "txHash": {
        +    "type": "string"
        +  }
        +}
      • addedOutput schema / properties / provisioning / properties
        Added value: +{
        +  "message": {
        +    "type": "string"
        +  },
        +  "pollIntervalSeconds": {
        +    "type": "number"
        +  },
        +  "statusUrl": {
        +    "type": "string"
        +  },
        +  "timeoutSeconds": {
        +    "type": "number"
        +  }
        +}
      • addedOutput schema / properties / rental / properties
        Added value: +{
        +  "endTime": {
        +    "type": "string"
        +  },
        +  "fullUrl": {
        +    "type": "string"
        +  },
        +  "id": {
        +    "type": "string"
        +  },
        +  "startTime": {
        +    "type": "string"
        +  },
        +  "status": {
        +    "type": "string"
        +  },
        +  "subdomain": {
        +    "type": "string"
        +  }
        +}
      • addedOutput schema / properties / settleUrl
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / sigilEligibility
        Added value: +{
        +  "description": "Reserved for a future scoring release. Not returned today.",
        +  "properties": {
        +    "canaryStatus": {
        +      "type": "string"
        +    },
        +    "hardGates": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "status": {
        +      "enum": [
        +        "eligible",
        +        "awaiting_key_binding",
        +        "active",
        +        "review_required",
        +        "denied",
        +        "suspended",
        +        "revoked"
        +      ],
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / tierProgression
        Added value: +{
        +  "description": "Reserved for a future scoring release. Not returned today.",
        +  "properties": {
        +    "currentTier": {
        +      "enum": [
        +        "nascent",
        +        "fledgling",
        +        "established",
        +        "trusted",
        +        "sovereign"
        +      ],
        +      "type": "string"
        +    },
        +    "evidenceConfidence": {
        +      "type": "number"
        +    },
        +    "nextEvaluationAt": {
        +      "type": "string"
        +    },
        +    "status": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedsearch_domains1 field changed
      • addedOutput schema / properties / pagination / properties
        Added value: +{
        +  "limit": {
        +    "type": "number"
        +  },
        +  "page": {
        +    "type": "number"
        +  },
        +  "total": {
        +    "type": "number"
        +  },
        +  "totalPages": {
        +    "type": "number"
        +  }
        +}
    • Changedtry_domain9 fields changed
      • addedOutput schema / properties / canaryVerdict
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / identityConfidence
        Added value: +{
        +  "description": "Reserved for a future scoring release. Not returned today.",
        +  "properties": {
        +    "level": {
        +      "enum": [
        +        "unbound",
        +        "key_bound",
        +        "sponsor_verified"
        +      ],
        +      "type": "string"
        +    },
        +    "sponsorVerified": {
        +      "type": "boolean"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / questions / items / properties
        Added value: +{
        +  "prompt": {
        +    "type": "string"
        +  },
        +  "question_id": {
        +    "type": "string"
        +  }
        +}
      • addedOutput schema / properties / questions / items / required
        Added value: +[
        +  "question_id",
        +  "prompt"
        +]
      • addedOutput schema / properties / scorerVersion
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / sigilEligibility
        Added value: +{
        +  "description": "Reserved for a future scoring release. Not returned today.",
        +  "properties": {
        +    "canaryStatus": {
        +      "type": "string"
        +    },
        +    "hardGates": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "status": {
        +      "enum": [
        +        "eligible",
        +        "awaiting_key_binding",
        +        "active",
        +        "review_required",
        +        "denied",
        +        "suspended",
        +        "revoked"
        +      ],
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / tierProgression
        Added value: +{
        +  "description": "Reserved for a future scoring release. Not returned today.",
        +  "properties": {
        +    "currentTier": {
        +      "enum": [
        +        "nascent",
        +        "fledgling",
        +        "established",
        +        "trusted",
        +        "sovereign"
        +      ],
        +      "type": "string"
        +    },
        +    "evidenceConfidence": {
        +      "type": "number"
        +    },
        +    "nextEvaluationAt": {
        +      "type": "string"
        +    },
        +    "status": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / trustReceipt / properties
        Added value: +{
        +  "canaryVerified": {
        +    "type": "boolean"
        +  },
        +  "claimable": {
        +    "type": "boolean"
        +  }
        +}
      • addedOutput schema / properties / upgrade / properties
        Added value: +{
        +  "agentPaymentAvailable": {
        +    "type": "boolean"
        +  },
        +  "availableDurations": {
        +    "items": {
        +      "type": "string"
        +    },
        +    "type": "array"
        +  },
        +  "preserveExactUrl": {
        +    "type": "boolean"
        +  }
        +}
    • Changedupgrade_trial6 fields changed
      • addedOutput schema / properties / identityConfidence
        Added value: +{
        +  "description": "Reserved for a future scoring release. Not returned today.",
        +  "properties": {
        +    "level": {
        +      "enum": [
        +        "unbound",
        +        "key_bound",
        +        "sponsor_verified"
        +      ],
        +      "type": "string"
        +    },
        +    "sponsorVerified": {
        +      "type": "boolean"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / sigil / properties
        Added value: +{
        +  "agentName": {
        +    "type": "string"
        +  },
        +  "mandateId": {
        +    "type": "string"
        +  },
        +  "publicKey": {
        +    "type": "string"
        +  },
        +  "sigilId": {
        +    "type": "string"
        +  }
        +}
      • addedOutput schema / properties / sigil / required
        Added value: +[
        +  "sigilId",
        +  "publicKey",
        +  "mandateId"
        +]
      • addedOutput schema / properties / sigilEligibility
        Added value: +{
        +  "description": "Reserved for a future scoring release. Not returned today.",
        +  "properties": {
        +    "canaryStatus": {
        +      "type": "string"
        +    },
        +    "hardGates": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "status": {
        +      "enum": [
        +        "eligible",
        +        "awaiting_key_binding",
        +        "active",
        +        "review_required",
        +        "denied",
        +        "suspended",
        +        "revoked"
        +      ],
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / tierProgression
        Added value: +{
        +  "description": "Reserved for a future scoring release. Not returned today.",
        +  "properties": {
        +    "currentTier": {
        +      "enum": [
        +        "nascent",
        +        "fledgling",
        +        "established",
        +        "trusted",
        +        "sovereign"
        +      ],
        +      "type": "string"
        +    },
        +    "evidenceConfidence": {
        +      "type": "number"
        +    },
        +    "nextEvaluationAt": {
        +      "type": "string"
        +    },
        +    "status": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / upgrade / properties
        Added value: +{
        +  "duration": {
        +    "type": "string"
        +  },
        +  "fqdn": {
        +    "type": "string"
        +  },
        +  "note": {
        +    "type": "string"
        +  },
        +  "payment": {
        +    "properties": {
        +      "amountInSmallestUnit": {
        +        "type": "string"
        +      },
        +      "chainId": {
        +        "type": "number"
        +      },
        +      "expiresAt": {
        +        "type": "string"
        +      },
        +      "memo": {
        +        "type": "string"
        +      },
        +      "paymentId": {
        +        "type": "string"
        +      },
        +      "protocol": {
        +        "type": "string"
        +      },
        +      "recipient": {
        +        "type": "string"
        +      },
        +      "settleUrl": {
        +        "type": "string"
        +      },
        +      "status": {
        +        "type": "string"
        +      },
        +      "tokenAddress": {
        +        "type": "string"
        +      },
        +      "txHash": {
        +        "type": "string"
        +      }
        +    },
        +    "type": "object"
        +  },
        +  "preserveExactUrl": {
        +    "type": "boolean"
        +  }
        +}
  5. 1 tool update
    • Changedupgrade_trial1 field changed
      • changedInput schema / properties / duration / description
        Previous value: -"Optional rental length: an ISO 8601 duration (PT1H, PT4H, P1D, P7D, P30D) or hourly/daily/weekly/monthly. Defaults to P1D."New value: +"Optional rental length: an ISO 8601 duration (PT1H, PT4H, P1D, P7D, P30D) or hourly/daily/weekly/monthly. Defaults to PT1H (1 hour)."
  6. 4 tool updates
    • Addedanswer_trial_canary
    • Changedrent_domain18 fields changed
      • addedInput schema / properties / fromAddress
        Added value: +{
        +  "description": "(phase 2) The wallet you paid from (must match the challenge's bound payer).",
        +  "type": "string"
        +}
      • addedInput schema / properties / payerAddress
        Added value: +{
        +  "description": "(phase 1, optional) The 0x wallet you will pay from. Required only when your Sigil has no bound x402 wallet.",
        +  "type": "string"
        +}
      • addedInput schema / properties / payerProof
        Added value: +{
        +  "description": "(phase 1, optional) EIP-191 personal_sign signature proving control of payerAddress. Required with payerAddress when no wallet is sigil-bound.",
        +  "type": "string"
        +}
      • addedInput schema / properties / payerProofIssuedAt
        Added value: +{
        +  "description": "(phase 1, optional) ISO 8601 timestamp of the payerProof, within 5 minutes of the request.",
        +  "type": "string"
        +}
      • addedInput schema / properties / paymentId
        Added value: +{
        +  "description": "(phase 2) The paymentId returned by the phase-1 challenge.",
        +  "type": "string"
        +}
      • addedInput schema / properties / txHash
        Added value: +{
        +  "description": "(phase 2) The on-chain transaction hash of your USDC payment on Base.",
        +  "type": "string"
        +}
      • addedOutput schema / properties / credential
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / documentation
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / estimatedPrice
        Removed value: -{
        -  "type": "object"
        -}
      • removedOutput schema / properties / message
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / next
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / payment
        Added value: +{
        +  "type": "object"
        +}
      • addedOutput schema / properties / provisioning
        Added value: +{
        +  "type": "object"
        +}
      • addedOutput schema / properties / reason
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / rental
        Added value: +{
        +  "type": "object"
        +}
      • addedOutput schema / properties / rentalId
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / steps
        Removed value: -{
        -  "items": {
        -    "type": "object"
        -  },
        -  "type": "array"
        -}
      • removedOutput schema / required
        Removed value: -[
        -  "status",
        -  "steps"
        -]
    • Changedtry_domain30 fields changed
      • addedInput schema / properties / analyticsConsent
        Added value: +{
        +  "description": "Record operator consent to trial analytics for this address.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / autoSelect
        Added value: +{
        +  "description": "Let Popdot AI pick an available subdomain from your goal when you do not provide preferredSubdomain.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / desiredEmotion
        Added value: +{
        +  "description": "Preferred vibe of the parent domain: comedy, absurd, playful, edgy, wholesome, professional, trustworthy. Unknown values are ignored.",
        +  "enum": [
        +    "comedy",
        +    "absurd",
        +    "playful",
        +    "edgy",
        +    "wholesome",
        +    "professional",
        +    "trustworthy"
        +  ],
        +  "type": "string"
        +}
      • changedInput schema / properties / email / description
        Previous value: -"An email to associate with your trial API key. Used to issue the key in step 1. If you don't have one, your operator's email works."New value: +"Optional email to associate with the trial. Never returned."
      • addedInput schema / properties / goal
        Added value: +{
        +  "description": "What you built and want to put online, in a sentence (used to name and describe the address).",
        +  "type": "string"
        +}
      • addedInput schema / properties / inputResponses
        Added value: +{
        +  "description": "(retry only) Your answers to the safety questions, one { id, response } per requested input.",
        +  "items": {
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / preferredSubdomain
        Added value: +{
        +  "description": "The subdomain label you want (e.g. 'mydemo'). Omit and set autoSelect:true to have one picked for you.",
        +  "type": "string"
        +}
      • addedInput schema / properties / target
        Added value: +{
        +  "description": "An https URL to point the address at. Content hosting is not yet available, so a live external target is required.",
        +  "type": "string"
        +}
      • addedInput schema / properties / trialHandle
        Added value: +{
        +  "description": "(retry only) The trialHandle returned by the first call. Echo it back with your answers.",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[]New value: +[
        +  "goal"
        +]
      • removedOutput schema / properties / auth
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / candidateId
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / claimToken
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / claimTokenExpiresAt
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / documentation
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / domain
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / expiresAt
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / message
        Removed value: -{
        -  "type": "string"
        -}
      • addedOutput schema / properties / next
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / questions
        Added value: +{
        +  "items": {
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / shareMessage
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / properties / status
        Removed value: -{
        -  "type": "string"
        -}
      • removedOutput schema / properties / steps
        Removed value: -{
        -  "items": {
        -    "type": "object"
        -  },
        -  "type": "array"
        -}
      • addedOutput schema / properties / subdomain
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / trialHandle
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / trialId
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / trustReceipt
        Added value: +{
        +  "type": "object"
        +}
      • addedOutput schema / properties / upgrade
        Added value: +{
        +  "type": "object"
        +}
      • addedOutput schema / properties / url
        Added value: +{
        +  "type": "string"
        +}
      • removedOutput schema / required
        Removed value: -[
        -  "status",
        -  "steps"
        -]
    • Addedupgrade_trial
  7. 5 tool updates
    • Changedcheck_availability1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "available": {
        +      "type": "boolean"
        +    },
        +    "domainId": {
        +      "type": "string"
        +    },
        +    "fullDomain": {
        +      "type": "string"
        +    },
        +    "fullUrl": {
        +      "type": "string"
        +    },
        +    "reason": {
        +      "type": "string"
        +    },
        +    "subdomain": {
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "domainId",
        +    "subdomain",
        +    "available"
        +  ],
        +  "type": "object"
        +}
    • Changedget_price_quote1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "available": {
        +      "type": "boolean"
        +    },
        +    "currency": {
        +      "type": "string"
        +    },
        +    "domainId": {
        +      "type": "string"
        +    },
        +    "duration": {
        +      "type": "string"
        +    },
        +    "durationLabel": {
        +      "type": "string"
        +    },
        +    "feeNote": {
        +      "type": "string"
        +    },
        +    "fullDomain": {
        +      "type": "string"
        +    },
        +    "hours": {
        +      "type": "number"
        +    },
        +    "ownerPayout": {
        +      "type": "number"
        +    },
        +    "priceBreakdown": {
        +      "properties": {
        +        "daily": {
        +          "type": "number"
        +        },
        +        "hourly": {
        +          "type": "number"
        +        },
        +        "monthly": {
        +          "type": "number"
        +        },
        +        "weekly": {
        +          "type": "number"
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "priceSource": {
        +      "enum": [
        +        "owner",
        +        "algorithm"
        +      ],
        +      "type": "string"
        +    },
        +    "rentalPrice": {
        +      "type": "number"
        +    },
        +    "serviceFee": {
        +      "type": "number"
        +    },
        +    "tier": {
        +      "type": "string"
        +    },
        +    "tierScore": {
        +      "type": "number"
        +    },
        +    "totalCost": {
        +      "type": "number"
        +    }
        +  },
        +  "required": [
        +    "domainId",
        +    "totalCost",
        +    "currency"
        +  ],
        +  "type": "object"
        +}
    • Changedrent_domain1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "documentation": {
        +      "type": "string"
        +    },
        +    "estimatedPrice": {
        +      "type": "object"
        +    },
        +    "message": {
        +      "type": "string"
        +    },
        +    "status": {
        +      "type": "string"
        +    },
        +    "steps": {
        +      "items": {
        +        "type": "object"
        +      },
        +      "type": "array"
        +    }
        +  },
        +  "required": [
        +    "status",
        +    "steps"
        +  ],
        +  "type": "object"
        +}
    • Changedsearch_domains1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "domains": {
        +      "items": {
        +        "properties": {
        +          "emotionTags": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          },
        +          "fullDomain": {
        +            "type": "string"
        +          },
        +          "id": {
        +            "type": "string"
        +          },
        +          "name": {
        +            "type": "string"
        +          },
        +          "pricing": {
        +            "properties": {
        +              "currency": {
        +                "type": "string"
        +              },
        +              "daily": {
        +                "type": "number"
        +              },
        +              "hourly": {
        +                "type": "number"
        +              },
        +              "monthly": {
        +                "type": "number"
        +              },
        +              "weekly": {
        +                "type": "number"
        +              }
        +            },
        +            "type": "object"
        +          },
        +          "tier": {
        +            "type": "string"
        +          },
        +          "tierScore": {
        +            "type": "number"
        +          },
        +          "tld": {
        +            "type": "string"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "pagination": {
        +      "type": "object"
        +    }
        +  },
        +  "required": [
        +    "domains"
        +  ],
        +  "type": "object"
        +}
    • Changedtry_domain1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "properties": {
        +    "auth": {
        +      "type": "string"
        +    },
        +    "documentation": {
        +      "type": "string"
        +    },
        +    "message": {
        +      "type": "string"
        +    },
        +    "status": {
        +      "type": "string"
        +    },
        +    "steps": {
        +      "items": {
        +        "type": "object"
        +      },
        +      "type": "array"
        +    }
        +  },
        +  "required": [
        +    "status",
        +    "steps"
        +  ],
        +  "type": "object"
        +}
  8. 1 tool update
    • Changedsearch_domains1 field changed
      • addedInput schema / properties / emotion
        Added value: +{
        +  "description": "Filter by the reaction the domain is built to elicit: comedy, absurd, playful, edgy, wholesome, professional, trustworthy. Unknown values are ignored.",
        +  "enum": [
        +    "comedy",
        +    "absurd",
        +    "playful",
        +    "edgy",
        +    "wholesome",
        +    "professional",
        +    "trustworthy"
        +  ],
        +  "type": "string"
        +}
  9. 5 tool updates
    • First observedcheck_availability
    • First observedget_price_quote
    • First observedrent_domain
    • First observedsearch_domains
    • First observedtry_domain

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables publishers to sell always-on replication of buyer-supplied Hypercore/Hyperdrive keys on Base, with payments in USDC via x402 and lease-based access control.
    -
  • A
    license
    A
    quality
    D
    maintenance
    Pay-per-call x402 data products on Base mainnet — sanctions screening, aviation weather, mortgage rates, US property dossier, title chain, wallet balance, and agent session auth. Every call settles in USDC with an on-chain receipt, no accounts or API keys.
    7
    98
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation4/5

The tools cover distinct phases of the domain rental workflow: searching, checking availability, quoting, renting, and trial management. However, search_domains and check_availability overlap slightly (both deal with availability), and answer_trial_canary is a step within the trial flow that could be confused with try_domain. Descriptions help clarify, but there's minor ambiguity.

Naming Consistency5/5

All tool names use consistent snake_case with a verb_noun pattern (check_availability, get_price_quote, rent_domain, search_domains, try_domain, upgrade_trial, answer_trial_canary). The pattern is uniform and predictable.

Tool Count5/5

7 tools is well-scoped for a domain rental service covering discovery, pricing, acquisition, and trial conversion. Each tool serves a clear purpose without redundancy.

Completeness3/5

The set covers the entire acquisition lifecycle from search to paid rental, including a trial path. However, there's no tool for managing existing rentals (e.g., listing own domains, extending, or canceling), which is a notable gap for a rental service.