Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AZURE_CLIENT_IDNoAzure Service Principal application (client) ID for deployment authentication.
AZURE_TENANT_IDNoAzure Active Directory tenant ID for deployment authentication.
AZURE_CLIENT_SECRETNoAzure Service Principal secret for deployment authentication.
AZURE_OPENAI_API_KEYNoAzure OpenAI API key. Required for LLM-powered Script Task translation.
AZURE_OPENAI_ENDPOINTNoYour Azure OpenAI resource URL (e.g., https://my-resource.openai.azure.com/). Required for LLM-powered Script Task translation.
AZURE_OPENAI_DEPLOYMENTNoAzure OpenAI model deployment name.gpt-4o

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_ssis_packagesA

Discover all SSIS packages (.dtsx files) from a given source. Returns a JSON list of found packages with name, path, and basic metadata. source_type must be one of: 'local', 'git', 'sql'.

analyze_ssis_packageA

Analyze a single SSIS package (.dtsx file) and return a detailed report including: complexity score (0-100), effort estimate (Low/Medium/High/Very High), component inventory, gap analysis (items needing manual work), cross-database/linked server references, CDM pattern detection, ESI reuse candidates, and dependency execution order.

convert_ssis_packageA

Convert a single SSIS package (.dtsx file) to Azure Data Factory JSON artifacts. Generates: pipeline JSON, linked service JSONs, dataset JSONs, mapping data flow JSONs, trigger JSONs, and Azure Function stubs for Script Tasks. Supports Self-Hosted IR, Key Vault secrets, Microsoft Recommended linked service format, schema remapping, ESI reuse detection, CDM pattern flagging, and cross-package dedup. Returns a summary of generated files and any warnings.

validate_adf_artifactsA

Validate ADF JSON artifacts in a directory for structural correctness. Checks that required fields (name, properties, activities) are present. Returns a list of validation issues found, or a success message if all artifacts are valid.

deploy_to_adfA

Deploy ADF JSON artifacts from a local directory to an Azure Data Factory instance. Deploys in correct dependency order: linked services → datasets → data flows → pipelines → triggers. Triggers are deployed in Stopped state and must be activated manually. Uses DefaultAzureCredential (az login, managed identity, or service principal env vars).

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/tyrrestrup/ssis_adf_agent'

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