Skip to main content
Glama

grok_task_start

Delegate coding tasks to Grok for implementation, testing, or inspection after Codex completes analysis. Codex handles planning and final review while Grok executes the work.

Instructions

当 Codex 完成需求分析并需要具体修改代码、执行命令或运行测试时,使用此工具把明确任务交给 Grok。此调用会一直等待,直到 Grok 完成、失败、阻塞或被取消;等待期间不要并行执行其他项目工作。架构规划、需求判断和最终审查仍由 Codex 负责。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
branchNo
objectiveYes
constraintsNo
project_rootYes
allowed_pathsNo
codex_task_idYes
open_observerNo
max_runtime_msNo
working_directoryNo
acceptance_criteriaNo
verification_commandsNo
Behavior4/5

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

The description discloses the critical blocking behavior and warns against parallel execution. It also clarifies that architecture and review are Codex's domain. Without annotations, this is useful context, though it does not cover error handling or return values.

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 very concise—three sentences that each add essential information: when to use, blocking behavior, and responsibility split. No redundant or filler content.

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

Completeness2/5

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

Despite good purpose clarity, the description lacks parameter details and does not describe the return value or outcome of the call. With 12 parameters and no output schema, an agent lacks sufficient context to use the tool correctly without additional information.

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

Parameters2/5

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

The schema has 12 parameters with 0% description coverage, and the tool description does not explain any parameter's meaning or usage. The description mentions the task objective and mode only implicitly, leaving a significant gap for correct invocation.

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?

The description clearly states the tool's purpose: to hand off tasks (code modification, command execution, testing) from Codex to Grok, and it distinguishes this tool by emphasizing its blocking behavior and the division of responsibilities (Codex handles planning and review).

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

Usage Guidelines4/5

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

The description explains when to use the tool (after Codex completes requirements analysis) and what not to do (avoid parallel work during the blocking call). It also clarifies that planning and review remain with Codex. However, it does not explicitly contrast with sibling tools like grok_task_status or grok_task_cancel.

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/Nurkic4/grok-to-codex'

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