Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
graph_from_evaluationA

Construye un Architecture Graph v0.4 desde una evaluación SOFE (findings).

Args: findings: lista de findings (con resource_id/resource_type/severity/policy). cost_map: opcional, {resource_id: monthly_cost}. eval_id: id de la evaluación. account: cuenta/entorno (ej. 'aws-acc-123').

graph_from_terraformB

Convierte un terraform show -json plan en un Architecture Graph v0.4.

Args: plan_path: ruta al tfplan JSON (terraform show -json plan.tfplan > plan.json). account: opcional, cuenta/entorno.

graph_from_accountA

Convierte un perfil AWS (scan) en un Architecture Graph v0.4.

NOTA: por ahora con sample: true devuelve un grafo de ejemplo (pour no requerir credenciales AWS en el agente). Con sample: false espera un scan previo (SOFE).

validate_graphC

Valida un Architecture Graph v0.4 y devuelve errors/warnings (byaml.validate).

blast_radiusA

Downstream impact de un nodo: qué se cae si falla (nan-graph blast_radius).

Args: node_id: id del nodo origen (ej. 'api'). graph: graph JSON v0.4 (output de graph_from_*). max_depth: profundidad máxima (None = infinito). rel_types: filtrar a estos relType (ej. ['invokes']).

cost_summaryC

Resumen de costo del grafo.

Args: graph: graph JSON v0.4. by: agrupar por 'layer' | 'type' | 'owner'.

remediation_planB

Genera un plan de remediación (pasos IaC con snippet terraform) para findings.

Args: findings: lista JSON de findings (ej. [{"resource":"i-0abc","type":"no-idle-ec2"}]). graph: opcional, graph v0.4 para contexto.

schema_latestB

Versión vigente del schema + resumen del catálogo (fetch schema.byaml.org).

Devuelve latest + count de tipos del catalog v0.4.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/breakingthecloud/byaml-mcp'

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