Skip to main content
Glama

dynamic_list_find

Search dynamic lists in 1C:Enterprise by text or field using the context menu 'Расширенный поиск' or the standard 'Найти' dialog to locate specific records.

Instructions

Search a dynamic list through context menu 'Расширенный поиск' and the standard modal 'Найти' dialog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoСписок
textYes
fieldNo
titleNo
session_idNodefault-18
compare_typeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

C2.4/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. It references UI elements but does not disclose side effects, requirements, or the impact on state. There is no info on permissions, reversibility, or whether the search is read-only.

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?

A single sentence that is concise but under-informative. It is not verbose, but it sacrifices substance. There is no structured presentation or emphasis on key details.

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 6 parameters, no output schema, no annotations, and a terse description, the tool is severely underdocumented. An agent cannot know what inputs to provide or what to expect in return.

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 explain any of the 6 parameters (name, text, field, title, session_id, compare_type). The agent has no guidance on how to populate these fields.

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 specific verb 'Search' and resource 'dynamic list', and mentions two UI paths. It distinguishes from sibling tools that handle settings or metadata, though it does not clarify what a successful search returns or how it behaves.

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 on when to use this tool versus alternatives. Does not mention any exclusions or conditions. The description is purely functional without routing the agent to appropriate use cases.

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