Skip to main content
Glama
luckeyfaraday

frontier-orchestrator

Delegate tooling and maintenance work to Grok Build

delegate_build
Destructive

Delegate build maintenance, dependency upgrades, CI automation, repo-wide refactors, boilerplate generation, and lint/test cleanup to specialized AI agents with domain-based routing.

Instructions

Delegate domain-neutral build tooling, dependency or toolchain upgrades, CI and release automation, mechanical repository-wide transformations, generated boilerplate, or test and lint cleanup to Grok Build. Backend behavior belongs to Codex and frontend or UX behavior belongs to Kimi unless the user explicitly overrides routing. Never choose Grok solely for speed. Use analyze/review for read-only work and implement for edits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoAnalyze/review are read-only; implement may edit the workspace.implement
taskYesConcrete, self-contained specialist task.
modelNoOptional provider-specific model override.
contextNoRelevant architectural context, interfaces, decisions, and constraints.
file_scopeNoFiles or directories this specialist owns for this task.
timeout_secondsNoHard timeout for the specialist CLI process.
working_directoryNoDirectory relative to the Claude project root, or an allowed absolute path..
acceptance_criteriaNoObservable conditions the specialist should satisfy.
allow_concurrent_mutationNoAllow simultaneous edits in one workspace only when file scopes are known not to overlap.
Behavior4/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the safety profile is known. The description adds value by spelling out the routing behavior (backend→Codex, frontend→Kimi), the 'never for speed' caveat, and the mode-dependent editing semantics. It also flags the possibility of 'mechanical repository-wide transformations,' which implies potentially broad changes. No contradictions with annotations.

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?

Four tight sentences, each earning its place. The first sentence front-loads the purpose with a verb and resource, followed by explicit routing rules, a caution, and mode semantics. No fluff, perfect density.

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

Completeness4/5

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

Given 9 parameters, strong annotations, and sibling tools, the description covers all key aspects: purpose, routing, when-not-to-use, and mode distinctions. The only omission is a description of what this tool returns or how to check results, but the presence of a sibling tool 'specialist_status' likely covers monitoring. For a delegation tool, this is nearly complete.

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 100%, so every parameter already has a description. The tool description goes slightly beyond the schema by giving examples of what belongs in 'task' (dependency upgrades, CI automation, lint cleanup), which helps the agent form a task. This is marginal added value, so the baseline of 3 applies.

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 opens with a clear directive: 'Delegate domain-neutral build tooling, dependency or toolchain upgrades, CI and release automation, mechanical repository-wide transformations, generated boilerplate, or test and lint cleanup to Grok Build.' This specifies the exact resource (Grok Build) and enumerates concrete task domains. It also explicitly differentiates from sibling tools by assigning backend work to Codex and frontend/UX work to Kimi, making the division of responsibilities unmistakable.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: list of accepted task types. It also gives exclusions: 'Backend behavior belongs to Codex and frontend or UX behavior belongs to Kimi unless the user explicitly overrides routing.' A strong caution, 'Never choose Grok solely for speed,' and mode guidance ('Use analyze/review for read-only work and implement for edits') round out comprehensive usage instructions.

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/luckeyfaraday/frontier-orchestrator'

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