Skip to main content
Glama

run_flyte_task

Execute a Flyte task by providing the module path and task name, with optional input parameters.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
module_pathYes
task_nameYes
inputsNo
Behavior2/5

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

No annotations provided. Description lacks details on side effects, sync/async behavior, failure modes, or return value. Minimal disclosure beyond stating it executes a task.

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?

Very concise: two sentences plus three bullet points. No fluff, efficient structure with parameter definitions listed clearly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose and parameters well, but lacks return value description (e.g., execution ID) and behavior after invocation. For an execution tool, more context is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully explains each parameter: module_path as absolute file path, task_name as function name, inputs as dict of kwargs. This adds essential meaning beyond the schema.

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?

Description clearly states 'Execute a task on the configured Flyte cluster', providing specific verb and resource. It distinguishes itself from sibling tools like status checks or migrations by focusing on execution.

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

Usage Guidelines2/5

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

Only mentions prerequisite 'Requires flyte-sdk installed'. No guidance on when to use this tool over alternatives like find_flyte_example_for or get_flyte_execution_status.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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

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