Skip to main content
Glama

Kleap

Connect Domain

connect_domain

Connect a domain the user ALREADY OWNS to a live Kleap app (routing + automatic TLS). The app must be live first — a create_app/modify_app with deployment_status deployed already counts as published, so you do NOT need publish_app first. The user points the domain's A record to Kleap. Does not buy anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYesThe app id (must be published)
domainYesThe domain to connect, e.g. 'mybakery.com'
contextYesWhy this call, in one short sentence. Used to improve the connector; never include credentials or personal data.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idNo
domainNo
statusNo
warningsNo
dns_configNo
already_connectedNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already mark this as non-read-only, open-world, and non-destructive; the description adds useful behavioral context beyond that, including automatic TLS, A-record pointing, and the prerequisite that the app must be live. It does not contradict the annotations and explains the mutation's scope without overstating side effects.

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?

Three sentences with no filler, front-loading the core purpose and immediately clarifying the most important prerequisite. Every sentence earns its place, and the mention of what the tool does not do is a compact differentiator.

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?

Given the annotations, full parameter coverage, and presence of an output schema, the description is largely complete: it covers prerequisites, user actions, and tool boundaries. It could mention what happens after connecting or how to verify the connection, but nothing essential is missing for correct invocation.

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 meaningful semantics: app_id must be a published app, and domain must be a domain the user already owns. This goes beyond the bare schema descriptions, though the context parameter is not elaborated further.

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 a specific verb and resource: connecting a user-owned domain to a live Kleap app with routing and automatic TLS. It distinguishes itself from siblings like publish_app, check_domain, and search_domains by emphasizing that no purchase is made and no prior publish step is needed.

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

Usage Guidelines5/5

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

The description explicitly explains when to use this tool: the user must already own the domain and the app must be live. It also gives a concrete exclusion, saying publish_app is not required, and references create_app/modify_app to clarify what counts as live.

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.

Resources