Skip to main content
Glama

decoration_click

Click a named or titled decoration on a 1C form to trigger its action, enabling AI agents to interact with UI elements during automated tests.

Instructions

Click a form decoration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
titleNo
session_idNodefault-18

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

D1.6/5.0
Behavior1/5

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

No annotations are present, so the description must carry the full behavioral disclosure burden. It describes only intent to click; it says nothing about whether the click is a synthetic UI event, whether it waits for rendering, whether it requires the decoration to be visible, or what happens on failure.

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

Conciseness2/5

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

The text is short, but brevity comes at the cost of all explanatory value. A single sentence does not earn conciseness credit because it omits parameter semantics and behavioral context rather than condensing them.

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

Completeness1/5

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

With three undocumented optional parameters, no annotations, and no output schema, the description is too sparse for an agent to call the tool reliably. It provides no context for selecting decorations, no session scoping, and no expected outcome.

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 does not mention name, title, or session_id. The agent cannot determine what name/title select or whether session_id scopes the click, so the parameters carry no communicated semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description gives a recognizable action/resource pair: 'Click a form decoration.' However, 'decoration' is left as an unexplained domain term, and nothing in the text distinguishes this from the sibling decoration_click_link, so the precision needed to choose between them is absent.

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

Usage Guidelines1/5

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

There is no guidance about when to call this tool, what form/context it applies to, or which sibling to use instead. The description provides only the action noun phrase, leaving all routing decisions 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