Skip to main content
Glama

group_activate_page

Switch to a specific page within a group form element by providing the page name or title. Resolves navigation needs in 1C:Enterprise UI testing sessions.

Instructions

Activate/switch to another page in a page-group form element.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
titleNo
page_nameNo
page_titleNo
session_idNodefault-18

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It implies a state-changing UI action but does not explain side effects, prerequisites, what happens to the previously active page, or whether any confirmation/response is returned.

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 front-loaded sentence with no filler or repetition. It is concise, though it sacrifices necessary detail that would make it more useful.

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?

With five optional parameters, zero schema descriptions, no output schema, and no annotations, the description is too thin to support correct invocation. It does not clarify the relationship between parameters, the meaning of session_id, or the expected result of the operation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description fails to explain any of the five parameters. An agent cannot tell whether 'name'/'title' identify the page-group or the target page, nor how 'page_name' and 'page_title' differ from them, leaving all parameters effectively undocumented.

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?

States a clear action ('Activate/switch') and a specific resource ('page-group form element'), so an agent can infer the tool changes the active page. It does not name or differentiate sibling tools like group_current_page or group_state, 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?

The description gives no guidance on when to use this tool versus alternatives such as group_expand, group_collapse, or group_current_page. It only states what the tool does, leaving the selection decision entirely to inference.

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