Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ASTAH_HOMENoPath to the Astah installation directory. Defaults to C:\Program Files\astah-UML.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_astah_modelA

Ferramenta principal e genérica. Depois de interpretar o pedido ou enunciado escrito pelo usuário, converta-o para esta especificação e crie diagramas nativos no Astah. Crie somente um diagrama por padrão; use vários apenas quando o usuário ou o enunciado os pedir explicitamente. O servidor calcula um layout compacto, alinhado e simétrico quando x/y não forem informados, exporta PNGs temporários para inspeção visual e preserva somente o .asta final.

create_meteorological_station_modelB

Cria um novo projeto Astah, exporta os diagramas para uma pasta temporária e retorna as imagens para a inspeção visual final de sobreposições. A pasta temporária é removida em seguida.

verify_astah_visual_layoutA

Exporta diagramas de um projeto Astah existente em uma pasta temporária, executa checagens automáticas, retorna as imagens para comparação visual obrigatória e remove os arquivos temporários em seguida.

get_astah_capabilitiesA

Lista exatamente os tipos de diagramas, elementos e relações que este servidor consegue criar nativamente na API instalada, além das limitações conhecidas.

get_astah_layout_guidelinesA

Retorna as regras de legibilidade e disposição aplicadas pelo servidor.

validate_astah_environmentA

Valida a instalação, API, exportador e compilação do gerador Astah sem alterar projetos.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 6 tools

Disambiguation3/5

Most tools are clearly distinct, but 'create_astah_model' and 'create_meteorological_station_model' overlap in purpose; the latter appears to be a specialized version of the former, yet the descriptions don't clarify when to use one over the other. The remaining tools (verify, get, validate) are unambiguous.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (create_*, verify_*, get_*, validate_*). The naming is uniform and predictable, making it easy to infer tool behavior from the name alone.

Tool Count5/5

With 6 tools, the server is well-scoped for its purpose of creating, verifying, and validating Astah models. Each tool has a clear role, and the count is neither too thin nor excessively large.

Completeness4/5

The server covers the core lifecycle: creating models (generic and specific), validating layout, and checking environment. Minor gaps exist, such as no explicit update/delete tools, but the generic creation tool likely handles most needs, and the verification workflow is well-supported.

Maintenance

ActivitySlowing
ResponsivenessNo issues