Skip to main content
Glama
nevzoom

codex-claude-bridge-mcp

by nevzoom

create_task

Create a shared task that either Codex or Claude Code can claim, enabling coordination between AI agents via the bridge server.

Instructions

Create a shared task that either Codex or Claude Code can claim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
created_byYes
descriptionNo
Behavior2/5

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

No annotations are present, so the description must carry the full burden. It discloses that the task is shared and claimable, but does not mention side effects, permissions, reversibility, or what 'shared' means operationally. For a create operation, this leaves uncertainty about what happens after creation.

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 a single, direct, and fluff-free sentence that immediately states the core purpose. No wasted words and the key information is front-loaded.

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

Completeness1/5

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

With 3 parameters, no annotations, and no output schema, the description is far too sparse. It does not explain parameter semantics, return values, or operational details needed for correct invocation, making it incomplete for an agent to use reliably.

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

Parameters1/5

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

The schema has 0% description coverage, and the tool description does not mention any of the three parameters (title, created_by, description) or their meanings. The description fails to compensate for the lack of schema documentation.

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 uses a specific verb (create) and resource (shared task) and highlights the unique characteristic that either Codex or Claude Code can claim it. This clearly distinguishes it from sibling tools like list_tasks, claim_task, and update_task.

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

Usage Guidelines3/5

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

The description implies a usage context: tasks created are intended to be claimable by both agents. However, it does not explicitly state when to use this tool versus alternatives or provide exclusions, so guidance is only implicit.

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/nevzoom/codex-claude-bridge-mcp'

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