Skip to main content
Glama

Lovie Company Formation

List Company Domains

formation_list_company_domains
Read-only

Lists the company's domains with status (pending, purchased, transfer in progress, expired) and expiry dates. Call this first for any domain question.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdYesUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.1/5.0
Behavior3/5

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

The readOnlyHint=true annotation already signals that this is a safe read operation. The description adds that it returns statuses, which is a minimal behavioral detail, but doesn't disclose pagination, ordering, which statuses exist, or whether the list is scoped to the authenticated company. No contradiction with the annotations is present.

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 a single clear sentence with no unnecessary words. It is not front-loaded with any extra filler, though it could have been slightly more informative without becoming verbose.

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

Completeness2/5

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

The description is minimal. It fails to mention that companyId is required, what domain types are included (e.g., purchased vs custom domains), whether results are paginated, or how statuses are represented. Given the extremely sparse input schema and the lack of output schema guidance, an agent still has meaningful unknowns when invoking this 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?

The schema describes companyId only as a 'UUID value wrapper', which is uninformative. The description implicitly ties the output to 'the company's domains,' but it does not explain that companyId identifies the company whose domains are listed. Between the weak schema description and vague tool description, an agent gets only partial semantic coverage.

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?

The description 'Lists the company's domains with their statuses' clearly identifies both the action (list) and the target object (company domains with statuses). This is sufficient for an agent to distinguish it from nearby tools. It doesn't explicitly enumerate the statuses, but the purpose is unambiguous.

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?

The description provides no guidance about when to prefer this tool over sibling tools such as check_company_name_availability or domain purchase tools. It simply restates the function name. There is no hint about which domain-related question this tool should or shouldn't be used for.

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.