Skip to main content
Glama

subscription_page_config_clone_subscription_page_config

Clone an existing subscription page config from a source UUID to duplicate its settings for reuse or backup.

Instructions

POST /api/subscription-page-configs/actions/clone Clone subscription page config Tags: Subscription Page Configs Controller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
confirmNoПодтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden but discloses nothing beyond 'clone' — not whether the new config copies or shares settings, whether a new UUID/name is generated, or what side effects occur on the source config. It does convey the operation is a POST mutation, which is the only behavioral signal.

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

Conciseness3/5

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

It is short and front-loads the route and purpose with no filler, but the content is a raw REST path plus a controller tag rather than a purpose-built description, so it is sparse rather than optimally structured.

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?

For a mutation tool with no annotations, no output schema, nested body parameters, and only 50% schema coverage, the description is not complete enough — an agent lacks guidance on preconditions, resulting UUID/name behavior, and safe usage of the confirm flow beyond what the schema hints.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 50%: the nested cloneFromUuid parameter has no description, and the description adds nothing about it (e.g. whether it must reference an existing config or what happens to its tags/name). The confirm parameter is documented in the schema itself, so the description contributes no compensating meaning.

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 names a specific verb (clone) and resource (subscription page config), so an agent knows this duplicates an existing config rather than creating one from scratch. However, it does not name or distinguish itself from siblings like subscription_page_config_create_config or subscription_page_config_update_config.

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 statement of when to use this tool versus create_config or update_config, and no prerequisites (such as needing an existing config UUID) are given. The only usage-adjacent text is the HTTP route and a controller tag, which offer no selection guidance.

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

Install Server

Other Tools