Skip to main content
Glama

pcm_export_scd

Export a project's IEC 61850 SCD file from the PCM600 database to a specified path. Safely generates the SCL export without modifying source data, avoiding overwrites unless explicitly enabled.

Instructions

Export a project's SCD file from the PCM600 database. Read-only; no relay contact.

project is the PCM600 project name, which is not necessarily the database name — if you have the .apcmp, run apcmp_summary first to get the right one. scl_version selects the IEC 61850 edition; omit it for the PCM600 default.

Refuses to overwrite an existing file unless overwrite=true, since an existing export is often the baseline you are about to diff against.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes
out_pathYes
overwriteNo
scl_versionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/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 discloses the read-only nature ('Read-only; no relay contact'), the refusal-to-overwrite safety behavior and its rationale ('often the baseline you are about to diff against'), and the distinction between project name and database name. This is rich behavior context though it doesn't cover all failure modes or return values.

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?

Well-structured and front-loaded: a clear one-sentence purpose, then a compact paragraph explaining the two critical parameter quirks, then a short behavioral note. Every sentence earns its place; the overwrite rationale is valuable context rather than padding.

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 4-parameter read-only export tool with an output schema present, the description covers the essential behavioral and parameter semantics well. The output schema presumably documents the return value, so not describing it adds cost. A small gap remains on failure modes or the exact export format, but for a read-only export this is largely complete.

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?

With 0% schema description coverage, the description must compensate, and it does meaningfully. It explains that 'project' is the PCM600 project name, not the database name — adding critical semantic context the schema lacks — and explains scl_version selects the IEC 61850 edition. overwrite's default false and its behavior is documented. out_path is the only parameter without added meaning.

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?

Purpose is clearly stated: 'Export a project's SCD file from the PCM600 database.' The verb (export) + resource (SCD file) + source (PCM600 database) are specific and immediately distinguish it from sibling tools like pcm_export_ied and pcm_import_scd. The 'Read-only; no relay contact' clarification reinforces its scope.

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

Usage Guidelines5/5

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

Explains when to use it and provides explicit guidance on prerequisites: 'if you have the .apcmp, run apcmp_summary first to get the right one.' It also documents the overwrite behavior and default behavior ('omit it for the PCM600 default'), which signals when overwrite=true is needed. This is strong conditional guidance.

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/controlLogix/PCM600-MCP'

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