Skip to main content
Glama

execute_workflow

Loads a workflow template, creates a task session, dispatches instructions step by step, and adapts dynamically. Pauses when blocked for decision input.

Instructions

执行工作流模板:加载模板,创建任务 session,逐步下发指令,自适应调整,阻塞时暂停等待决策。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNo工作目录,覆盖模板中定义的 projectCwd
modelNo模型标识符
policyNo任务策略: "read-only" / "safe-edit" / "full-access" / .yaml路径
thinkingNo思考级别
auto_modeNo自动审批工具调用。默认 true。
from_sessionNo接续的前置 session ID。
memory_levelNo冷启动内存注入级别。standard
template_nameYes模板名称,如 phase5-audit。可用 list_templates 查看可用模板。
Behavior3/5

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

The description discloses key behaviors: loading template, creating session, adaptive adjustment, pausing when blocked. But with no annotations, more details (e.g., side effects, permissions) would improve transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence covers the main workflow steps efficiently, though it could be structured into clearer bullet points.

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 8 parameters and no output schema or annotations, the description covers the core flow but lacks usage guidelines and deeper behavioral details for a complex tool.

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 coverage is 100%, so descriptions already explain parameters. The description only adds context for template_name (mentioning list_templates). Baseline 3 is appropriate.

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 executes a workflow template, loads it, creates a session, and issues instructions, distinguishing it from sibling tools like create_session or learn_workflow. However, 'adaptive adjustment' is vague.

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?

No guidance on when to use this tool versus alternatives like run_flow or execute_prompt. Lacks context for prerequisites or exclusions.

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/FirenzeClaw/kimi-session-orchestrator'

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