Skip to main content
Glama
Ichikawashadow

codex-mcp-opencode

Run OpenCode as an MCP Task

opencode.run_task
Destructive

Start a durable implementation task that recovers after MCP restart, using OpenCode to execute instructions in the current project.

Instructions

Starts a durable OpenCode task when the MCP host negotiates task support. The task is recovered from the OpenCode session after MCP restart.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYesA concise implementation instruction. OpenCode reads the current project itself.
modelNoAn existing OpenCode provider/model ID.
reuseNoReuse a recent compatible primary session; defaults to true.
sessionIdNoAn existing OpenCode session ID to resume.
backgroundSubagentsNoAllow only OpenCode native background subagents for independent work.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
asyncYes
outputNo
reusedYes
statusYes
modelIdNo
sessionIdYes
Behavior4/5

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

Annotations already indicate destructive behavior; description adds value by disclosing durability and recovery after restart, which are not in 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?

Two concise sentences with front-loaded purpose and efficient addition of recovery detail, no wasted words.

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 rich schema descriptions and annotations, the description covers core behavior adequately; could slightly improve by noting what happens when task support is not negotiated.

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 descriptions cover all 5 parameters clearly; the tool description adds no additional parameter context beyond what the schema provides.

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 starts a durable OpenCode task and recovers after restart, distinguishing it from sibling tools like opencode.run (non-durable) and opencode.configure (configuration).

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 implies usage when durable task execution with recovery is needed, and mentions the condition of MCP host negotiating task support, but lacks explicit when-not-to-use or alternative sibling comparisons.

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/Ichikawashadow/codex-mcp-opencode'

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