Skip to main content
Glama

trigger_run

Execute a Databricks Lakeflow job with custom Python arguments to orchestrate data workflows and monitor cluster execution.

Instructions

Triggers a run of the specified job.

Args:
    job_id: The ID of the job to run.
    job_args: A list of Python parameters to pass to the run.

Returns:
    The ID of the triggered run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
job_argsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states the action ('Triggers a run') and return value, but lacks behavioral details such as permissions required, whether the run is synchronous/asynchronous, error handling, rate limits, or side effects. For a mutation tool with zero annotation coverage, this is a significant gap in transparency.

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?

The description is well-structured and front-loaded with the core purpose, followed by clear sections for Args and Returns. Every sentence earns its place by defining parameters and output without redundancy. It's appropriately sized for a tool with two parameters and an output schema.

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?

Given a mutation tool with no annotations, 0% schema coverage, but an output schema (which handles return values), the description is partially complete. It covers purpose and parameters adequately but lacks behavioral context (e.g., execution model, errors). The output schema reduces the burden, but more guidance on usage and transparency would improve completeness for this complexity level.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It adds meaning by explaining 'job_id' as 'The ID of the job to run' and 'job_args' as 'A list of Python parameters to pass to the run', which clarifies their roles beyond schema types. However, it doesn't detail format constraints (e.g., job_id source, job_args syntax), leaving some ambiguity. Baseline 3 is appropriate as it adds value but not fully comprehensive.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb ('Triggers') and resource ('run of the specified job'). It distinguishes from siblings like 'create_job' (creation vs. execution) and 'list_job_runs' (listing vs. triggering), though it doesn't explicitly mention these distinctions. The purpose is unambiguous but could be more explicit about sibling differentiation.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., job must exist), exclusions, or comparisons to siblings like 'list_job_runs' for monitoring runs. Usage is implied by the purpose but lacks explicit context or decision criteria.

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/arahimi-hims/lakeflow-mcp'

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