Skip to main content
Glama

Export an ArchiMate model as Archi CSV

export_archimate_csv

Export ArchiMate models to Archi-importable CSV files (elements, relations, properties). Optionally converts your current engagement into model elements and returns the import steps.

Instructions

ArchiMate モデルを Archi の CSV インポート形式(elements/relations/properties.csv)でファイルに書き出す。fromEngagement: true で現在の案件のステークホルダー・関心事・移行状態・能力・作業パッケージ・便益・成果物を要素化。Archi での取り込み手順も返す。 / Write an ArchiMate model to disk as the CSV set Archi imports (elements/relations/properties.csv). fromEngagement: true turns the current engagement into elements. The reply includes the Archi import steps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo出力言語 / Output languageboth
elementsNo書き出す要素 / Elements to export
modelNameNoモデル名(既定: 案件名) / Model name
outputDirNo出力先。データディレクトリかカレント配下のみ / Output dir; under the data dir or cwd only
overwriteNo既存ファイルを上書きする / Overwrite existing files
relationsNo要素間の関係。渡さないと Archi 上で線が引かれない / Relationships; without them the elements land unconnected
relationshipsNo`relations` の別名 / Alias of `relations`
fromEngagementNo現在の案件からも要素を生成する / Also generate elements from the current engagement
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses that files are written to disk, the exact CSV set produced, what fromEngagement: true adds, and that the reply includes import steps. It does not cover failure behavior, but overwrite semantics are already in the schema.

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?

Two compact bilingual sentences front-load the core operation, then the special flag behavior, then the reply payload. Every clause adds information and there is no filler or repetition of the title.

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 tool with 8 optional parameters and no output schema, the description covers the primary side effects, the exact output files, and the reply behavior. Parameters are fully documented in the schema; the only minor gap is the lack of an explicit description of the full return value beyond the import steps.

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 100%, so the baseline is 3. The description adds meaningful semantics beyond the schema by enumerating what fromEngagement: true turns into elements (stakeholders, concerns, transition states, capabilities, work packages, benefits, deliverables), which helps an agent decide whether to set the flag.

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 states a specific action — writing an ArchiMate model to disk as the Archi CSV import set — and names the exact file set (elements/relations/properties.csv). This differentiates it from sibling export_archimate_open_exchange by format and purpose.

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

Usage Guidelines4/5

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

The description clearly establishes context: use this when you need Archi-importable CSV output, and the reply includes Archi import steps. It does not explicitly name sibling alternatives or state when not to use it, but the intended use case is clear enough for routing.

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/Waganawa-Megumin/togaf10_EAP_MCP'

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