Skip to main content
Glama

sub_page_configs_create

Create a subscription page configuration by specifying a unique name to set up customized VPN subscription pages for users.

Instructions

Create a subscription page configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesConfig name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It clearly indicates a mutating operation but does not mention whether duplicate names are rejected, what the response contains, or any permission or validation requirements.

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 a single, front-loaded sentence with no filler, repetition, or unnecessary detail. It is efficiently sized for the simple operation it describes.

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

Completeness3/5

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

For a one-parameter creation tool, the schema plus description allow an agent to make a basic call with a name. However, the description does not explain what a subscription page configuration is, what valid names look like, or what the call returns, leaving gaps that annotations or an output schema would normally fill.

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 input schema fully documents the single `name` parameter with 100% coverage, so the description adds no parameter-level meaning. Per the high schema coverage baseline, the schema carries this dimension adequately.

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 states a clear verb ('Create') and a specific resource ('subscription page configuration'), which distinguishes it from sibling actions like sub_page_configs_list, get, update, and delete. It does not elaborate on what the configuration contains or how it differs from subscription_templates_create, but the core 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?

No guidance is provided on when to use this tool versus alternatives such as sub_page_configs_update, sub_page_configs_clone, or subscription_templates_create. The only implied signal is the verb 'create', so an agent must infer the use case without explicit context.

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

Deploy Server

Other Tools