Skip to main content
Glama
industrial-aiops

OT-AIops Energy

iec61850_browse

Read-only

Browse IEC 61850 model children under a specified reference (LD/LN/DO) to explore the data hierarchy. Returns child count and list from the configured endpoint.

Instructions

[READ][risk=low] Browse immediate model children under a reference (LD/LN/DO).

Args:
    reference: Model reference, e.g. 'IED1LD0' or 'IED1LD0/LLN0'.
    endpoint: Endpoint name from config (protocol 'iec61850').

Returns dict: {endpoint, reference, child_count, children[]}.

Example: iec61850_browse(reference="IED1LD0/MMXU1", endpoint="ied1").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointNo
referenceYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the primary burden is satisfied. The description adds that only immediate children are returned (non-recursive) and specifies the return dict shape, which provides meaningful behavioral context beyond the annotations.

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 well-structured: it opens with a purpose tag, then lists args, return format, and an example. Every sentence earns its place without 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?

For a simple read-only browse tool with no output schema, the description covers the essential aspects: purpose, parameter semantics, return structure, and an example. It does not mention error handling or explicitly guide alternative tool selection, but that is a minor gap given the tool's simplicity.

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

Parameters4/5

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

Schema coverage is 0%, so the description compensates by documenting 'reference' with concrete examples (e.g., 'IED1LD0' or 'IED1LD0/LLN0') and 'endpoint' as a config name. This adds meaning over the bare schema, though the endpoint description is somewhat terse.

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

Purpose5/5

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

The description clearly states the tool browses immediate model children under an LD/LN/DO reference, using a specific verb and resource. This distinguishes it from sibling tools like iec61850_read and iec61850_device_directory, which likely handle reads or full directory listing.

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 hierarchical navigation by saying 'browse immediate model children', but it does not explicitly state when to use this tool versus alternatives. It lacks exclusions or guidance about when to prefer a full device directory or point read.

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

Install Server

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/industrial-aiops/industrial-aiops-energy'

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