Skip to main content
Glama

open_navigation_link

Open an explicit 1C navigation link in the active test-client window, providing direct access to target forms without relying on unsupported form commands.

Instructions

Open an explicit 1C navigation link in the active test-client window.

This tool intentionally rejects arbitrary form command names such as ФормаНайти or СледующаяСтрока. Use first-class MCP tools for form actions, table navigation, search/settings, and dynamic-list operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idNodefault-18
navigation_linkYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does reveal an important behavior: the tool intentionally rejects arbitrary command names. It does not, however, explain error behavior, side effects, or whether navigation waits for completion, leaving some behavioral ambiguity.

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 two short, purposeful paragraphs with the core action front-loaded and a high-value caveat in the second paragraph. Every sentence adds information and there is no filler.

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 simple two-parameter tool, the description covers scope and a key limitation, but with no output schema and no annotations it leaves out return/error semantics and any session_id guidance. It is adequate but has clear gaps.

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 description coverage is 0%, so the description must compensate for missing parameter details. It adds only that the link is an explicit 1C navigation link, not a command name, and says nothing about the syntax/format of navigation_link or the meaning/default of session_id.

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 opens with a specific verb and resource: 'Open an explicit 1C navigation link in the active test-client window.' It also clarifies what the tool is not for by stating it rejects arbitrary form command names, which helps distinguish it from generic form/table navigation tools in the sibling list.

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

Usage Guidelines4/5

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

It explicitly says when not to use the tool (arbitrary form command names) and directs users to first-class MCP tools for form actions, table navigation, search/settings, and dynamic-list operations. However, it names alternative categories rather than specific sibling tools, so routing is clear but slightly less direct than naming exact tools.

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