Skip to main content
Glama

dynamic_list_output

Press the dynamic list 'Вывести список' button in 1C:Enterprise to extract tabular documents, optionally including text.

Instructions

Press dynamic list 'Вывести список' button and return detected tabular document(s), optionally including text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buttonNo
max_rowsNo
session_idNodefault-18
max_columnsNo
include_textNo
wait_secondsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the main action and result, but omits side effects, session/window requirements, the meaning of 'detected', or how include_text changes behavior.

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 or redundancy. Every phrase contributes meaningful information, making it easy to scan and understand quickly.

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?

Given no annotations, no output schema, and minimal parameter documentation, the description is too thin for robust invocation. It gives the essential action but leaves parameter semantics, expected output structure, and behavioral side effects largely unspecified.

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% across six parameters, and the description only loosely clarifies the button action and optional text inclusion. Parameters such as max_rows, max_columns, session_id, wait_seconds, and the expected value for button are left unexplained.

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 specifies a concrete action, pressing the dynamic list 'Вывести список' button, and the expected result: returning detected tabular document(s). It is clear about what the tool does but does not explicitly differentiate it from sibling tools such as tabular_documents or dynamic_list_current_settings.

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?

There is no explicit guidance on when to use this tool versus alternatives, and no mention of conditions or exclusions. The phrase 'press dynamic list button' implies a workflow context, but the description does not help an agent decide between this and related dynamic list or tabular document 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