Skip to main content
Glama

bind_project

Destructive

Bind the current project and branch to Code Relay, enabling coding agents to develop on one machine and verify results on another using branch-bound runbooks and checkpoints.

Instructions

Bind the current project and branch to Code Relay.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNo
roleYes
rootNo
Install Server

TDQS

C2.8/5.0
Behavior2/5

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

Annotations indicate this is not read-only, may be destructive, and touches external/world state, but the description adds no behavioral context about side effects, what gets bound, whether it is reversible, or what happens to existing bindings. It does not contradict the annotations, but it also does not help the agent anticipate the destructive nature.

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 one succinct sentence with no filler or repetition. It is front-loaded with the action and object, making it very easy to parse quickly.

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?

With no output schema, no parameter descriptions, and no explanation of side effects or prerequisites, the description is not sufficient for correct invocation. An agent would not know how to set ref/root, what role means, or what result to expect.

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?

Schema description coverage is 0%, and the description does not compensate for the undocumented parameters. It hints at 'project' and 'branch' but does not clarify what ref, role, or root mean, why role is required, or how the enum values orchestrator/checkpoint affect behavior.

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 states a specific action ('Bind') and a clear resource ('current project and branch to Code Relay'). It goes beyond the tool name enough to distinguish this as a setup/binding operation, though the exact meaning of 'Code Relay' and what binding involves is left undefined.

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?

There is no guidance on when to use this tool versus alternatives like join_checkpoint or publish_runbook. The description only states what the tool does, not the conditions that should trigger its use or when it should be avoided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/zarcherlot/code-relay'

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