Skip to main content
Glama
teamviewer

DEX_MCP

Official
by teamviewer

management_groups_get_by_name

Retrieve the details of a management group by providing its name, enabling lookup of group settings and membership within the 1E DEX environment.

Instructions

Get a Management Group by name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.8/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 of behavioral disclosure. It indicates a read operation but does not state what happens when no group is found, whether the match is exact, or what the return value looks like. This is minimal disclosure with no added behavioral context.

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

Conciseness4/5

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

The description is a single front-loaded sentence with no filler. For a one-parameter getter this is appropriately brief, though it sacrifices useful detail for brevity.

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?

The tool is simple—one required parameter and no nested objects—so the minimal description is marginally viable. However, with no output schema and no annotations, the agent is left without clarity on return values, error behavior, or exact lookup semantics, making it only minimally complete.

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, but it only says 'by name' without defining what name means, its format, uniqueness, or matching behavior. The agent gets little more than the schema already provides.

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 and resource ('Get a Management Group') and identifies the lookup key ('by name'). This is clear enough to distinguish it from sibling operations like list, search, or get_by_id, though it does not explicitly name those alternatives.

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 guidance about when to use this tool versus management_groups_get_by_id, management_groups_search, or management_groups_list. The description does not mention exact matching, case sensitivity, or whether this tool is appropriate only when the full name is known.

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