Skip to main content
Glama

Lovie Company Formation

Create Domain Transfer Checkout

formation_create_domain_transfer_checkout

Starts transferring a domain the company already owns elsewhere INTO Lovie: returns a Stripe Checkout URL covering the transfer (which includes a one-year renewal). After payment, start the transfer with the auth code from the current registrar. Requires passed identity verification (KYC).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNo
companyIdYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyNo
amountCentsNo
checkoutUrlNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the sparse annotations, the description adds meaningful behavioral context: it returns a Stripe Checkout URL, the price covers a one-year renewal, actual transfer initiation happens after payment, and KYC must already be passed. This clarifies the workflow and safety prerequisites without contradicting 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 tightly written, front-loads the primary purpose and output, and every sentence contributes workflow, prerequisite, or post-payment guidance. There is no redundant or vague 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?

With an output schema present, return-value details are not required. The description covers the main workflow, prerequisite, and post-payment action. It could be slightly stronger by explicitly routing to sibling tools like formation_start_domain_transfer or formation_create_domain_checkout, but it is otherwise complete for a two-parameter tool.

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 50%: companyId has a somewhat minimal 'UUID value wrapper' description and domain has none. The description's prose helps by indicating that 'domain' refers to the externally owned domain being transferred, but it does not fully elaborate parameter semantics or the relationship between companyId and the owning company.

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: it starts transferring a domain already owned elsewhere into Lovie and returns a Stripe Checkout URL. It clearly differentiates itself from related domain tools by emphasizing the checkout/transfer-session nature and the one-year renewal.

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 gives clear context for when to use it: for domains the company already owns elsewhere, and it notes the KYC prerequisite. It also indicates the next step after payment (start transfer with auth code), though it does not explicitly name alternatives such as formation_create_domain_checkout or formation_start_domain_transfer.

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.