Skip to main content
Glama

get_mc_lag_domain

Retrieve a specific Multi-Chassis Link Aggregation (MC-LAG) domain's configuration and status using host, site, and domain ID.

Instructions

Get one Multi-Chassis Link Aggregation domain.

host: console name, ID, or composite ID (MAC:numericId format). site: site name or ID. mc_lag_domain_id: domain UUID from list_mc_lag_domains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
siteYes
mc_lag_domain_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.7/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, but it only restates that this is a 'Get' operation. It does not disclose read-only guarantees, authorization requirements, potential errors, or side-effect-free behavior, leaving the agent to infer safety from the verb alone.

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 compact and front-loaded with the core purpose, followed by a clear mapping of each parameter. Every sentence earns its place with no redundancy.

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

Completeness4/5

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

All three required parameters are explained with enough detail to construct a valid call, and an output schema exists to describe the result. Minor gaps are the lack of explicit usage boundaries and behavioral notes, but the essential calling information is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, and the description compensates fully by explaining each parameter: host accepted formats (console name, ID, or composite MAC:numericId), site as name or ID, and mc_lag_domain_id as a UUID sourced from list_mc_lag_domains. This goes well beyond the bare schema.

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 clear verb ('Get') and a specific resource ('one Multi-Chassis Link Aggregation domain'). It distinguishes from list_mc_lag_domains by singular/plural, but doesn't explicitly name a sibling alternative, so it stops short of the highest score.

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

Usage Guidelines3/5

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

The description implies usage for retrieving a single domain and notes the mc_lag_domain_id comes from list_mc_lag_domains, giving a workflow hint. However, it never explicitly states when to prefer this tool over alternatives or any exclusions, leaving usage to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/swkstudios/unifi-fabric-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server