Skip to main content
Glama
mm6502

Enterprise Architect MCP Server

by mm6502

ea_get_model_info

Read-only

Report the .qea file currently open: size, last modified, server version, and configuration source. Verify which Enterprise Architect model the server is reading before citing or analyzing data.

Instructions

Report which .qea export file the server has open: fileName is the citable identity, alongside fileSizeBytes, lastModified, and the serverVersion that produced the answer. The full local path is also returned as resolvedPath, with resolvedPathNote explaining why it is environment detail rather than something to cite. configuration says where that path came from — source in words, sourceId as one of argument/environment/dotenv/remembered/prompt, and the configured value behind it — plus any skipped settings, each with the reason it could not be opened, and shadowed ones a higher-priority source outranked; configurationNote says how much of that is safe to repeat.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

A3.9/5.0
Behavior4/5

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

The readOnlyHint annotation already marks this as safe, and the description adds meaningful behavior beyond that: it explains that `resolvedPath` is environment detail rather than citable, that `resolvedPathNote` clarifies this, and that configuration sources can include skipped or shadowed entries with reasons. This gives the agent realistic expectations about sensitive or non-portable output.

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?

The description is a single dense, run-on sentence that front-loads the core purpose and then packs in many field-level details. Every detail is relevant, but the wall of text is harder to parse than it needs to be; breaking it into a short overview plus field list would improve scannability without losing information.

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

Completeness5/5

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

With no output schema and minimal annotations, the description carries the burden of explaining return values, and it does so thoroughly: it covers the identity fields, server version, resolved path and its note, configuration source and provenance, and skipped/shadowed settings. For a zero-argument read-only status tool, nothing essential is missing.

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?

The tool has zero parameters, so the input schema fully covers the parameter surface. Per the baseline for no-parameter tools, 4 is appropriate; there is no parameter information to provide, and the description instead focuses on the output schema, which is the more important gap given no output schema exists.

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 opens with a specific verb and resource: 'Report which .qea export file the server has open.' It then enumerates the exact information returned, making its identity and scope unmistakable and clearly distinct from sibling tools that query elements, packages, or diagrams.

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?

The description implies a use case—when you need to know which file the server has open or how configuration was resolved—but it never states when to use this tool versus alternatives or when not to use it. No sibling tool is named or contrasted, leaving the agent to infer placement entirely from the tool name.

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