Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_flyte_versionB

Flyte SDK version this knowledge pack was built from, plus counts.

get_flyte_overviewA

Return the flyte-sdk README - high-level description of Flyte V2.

get_flyte_featuresB

Return the flyte-sdk FEATURES.md - concise list of V2 capabilities.

get_flyte_install_guideB

Return CLI help output and install instructions parsed from flyte-sdk.

list_flyte_symbolsB

List public Flyte V2 API symbols. Optional kind filter: function, class, constant.

get_flyte_symbolB

Full detail of one Flyte V2 symbol: signature, params, docstring, module path.

Accepts "flyte.TaskEnvironment" or just "TaskEnvironment".

search_flyte_apiB

Keyword search over Flyte V2 symbol names, signatures, docstrings.

list_flyte_patternsB

Canonical example themes from flyte-sdk/examples/.

get_flyte_patternC

Return README and example code for a theme (e.g. 'caching', 'genai', 'accelerators').

If file is given, return just that file's snippet. Otherwise README + first file.

find_flyte_example_forC

Find example themes best matching a natural-language use case.

Searches READMEs and file docstrings across all example themes.

list_flyte_pluginsB

List Flyte plugins from the registry. Optional category filter.

get_flyte_pluginC

Full detail of a Flyte plugin by slug: package, modules, versions, install command.

suggest_flyte_plugin_forA

Given a natural-language need (e.g. 'run Spark', 'connect Snowflake'), suggest plugins.

Prefers V2-native entries (sdk='flyte-sdk') over legacy V1 duplicates.

migrate_v1_to_v2A

Rewrite flytekit V1 Python code into flyte-sdk V2 syntax.

Returns the transformed code plus a list of applied changes and warnings about patterns that need manual review.

run_flyte_taskB

Execute a task on the configured Flyte cluster. Requires flyte-sdk installed.

module_path: absolute path to the .py file defining the task task_name: Python name of the task function within that file inputs: dict of input kwargs

get_flyte_execution_statusC

Fetch current status of a Flyte run by id.

list_flyte_recent_runsB

List recent runs from the configured Flyte cluster.

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/andreahlert/flyte-mcp'

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