Skip to main content
Glama

decoration_click_link

Click a hyperlink embedded in a formatted-string decoration to perform navigation or actions in 1C:Enterprise UI automation.

Instructions

Click a hyperlink inside a formatted-string decoration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
titleNo
session_idNodefault-18
presentationNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

C2.3/5.0
Behavior1/5

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

With no annotations, the description must carry the full behavioral disclosure burden. It only states the action with no mention of side effects, required context (e.g., must a decoration be visible?), failure modes, or what happens on a successful click. The one-line description is nearly empty of behavioral detail.

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?

The description is a single concise sentence with no filler, which earns a mid score. However, it is under-specified to the point of being unhelpful, so the brevity works against clarity rather than for it.

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 tool with 4 undocumented optional parameters, no output schema, and no annotations, the description is far too thin. The agent needs to know what the parameters refer to, what a 'formatted-string decoration' is, and what happens after the click, all of which are missing.

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?

The schema has 4 parameters with 0% description coverage, and the tool description provides no parameter explanations. The agent cannot infer what 'name', 'title', 'session_id', or 'presentation' mean or how they relate to the hyperlink, leaving parameter usage entirely ambiguous.

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 specific verb ('Click') and a resource ('a hyperlink inside a formatted-string decoration'), which clearly distinguishes it from generic actions. However, it does not explicitly differentiate from the sibling tool 'decoration_click', which likely clicks the decoration itself; the phrase 'hyperlink inside' hints at the distinction but doesn't name the alternative.

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 like 'decoration_click' or 'decoration_links'. There is no mention of context, prerequisites, or fallback strategies, leaving the agent to infer usage from the name alone.

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