Skip to main content
Glama
krovacloud

@krovacloud/mcp

Official

Update Domain Settings

update_domain
Idempotent

Change a custom domain's proxy origin scheme to control whether the edge reaches your Cube over HTTP or HTTPS, matching how the Cube terminates TLS.

Instructions

Change a custom domain's proxy settings. Currently exposes the origin scheme — the transport the edge uses to reach the Cube.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cubeIdYesThe Cube id to operate on.
spaceIdNoKrova Cloud Space id. Optional if KROVA_SPACE_ID is set as the server default.
mappingIdYesThe domain mapping id (see list_domains).
originSchemeYesScheme the edge speaks to the Cube on. "http" (default) is cleartext. Use "https" only when the Cube terminates TLS itself — a control panel holding its own certificate, or an app listening on HTTPS — because such an app answers plain HTTP with a redirect and cannot be reached over cleartext. Visitors are on HTTPS either way. The dial port is derived: https on the default port 80 connects on 443. Verified against the Cube before it is applied; if the domain does not serve, the route is left on http.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.6

TDQS

A4.3/5.0
Behavior5/5

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

The description discloses meaningful behavioral detail beyond the annotations: the change is verified against the Cube before being applied, and if the domain does not serve, the route is left on http. It also explains the derived port behavior and the TLS-related implications, giving the agent a clear picture of side effects and failure handling.

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 brief, front-loads the core action and scope, and avoids duplicating parameter-level detail that already exists in the schema. Every 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?

Given the small parameter count, full schema coverage, and the behavioral detail provided in the description, the tool definition is effectively complete for an agent to select and invoke it correctly. The verification behavior and failure fallback are particularly valuable for a mutating operation.

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 schema already documents all parameters. The description adds some context about the origin scheme's role in the edge-to-Cube transport, but importantly, the schema itself already contains the detailed explanation of originScheme, so the description does not carry a significant additional burden.

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 identifies the action ('Change'), the resource ('a custom domain's proxy settings'), and the specific exposed capability ('origin scheme'). It is easily distinguishable from sibling tools like create_domain, delete_domain, and list_domains without requiring schema inspection.

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 intended usage is implied: use this tool when you need to update a custom domain's proxy/origin scheme. However, there is no explicit guidance about when not to use it or which sibling tool should be used instead for related operations like creating or deleting a domain.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/krovacloud/krova-node'

If you have feedback or need assistance with the MCP directory API, please join our Discord server