Skip to main content
Glama
udah1

cursor-chat-bridge

Start remote chat mode

bridge_start

Starts a remote chat session by opening a dedicated thread in the configured channel (GitHub issue, Telegram topic, or Discord) and returns the session handle required by all other bridge_* tools.

Instructions

Opens a dedicated thread for THIS conversation in the configured chat channel (GitHub issue, Telegram topic, or Discord channel) and returns the session handle that every other bridge_* tool requires. Call it when the user asks — in any language — to start remote chat, bridge, or Telegram mode. Call it once per conversation: every call without session opens a NEW thread, so re-arm an existing session by passing its handle back instead of starting again. When no channel is configured it returns onboarding instructions rather than failing, so follow them and call again. It identifies the conversation from Cursor's pending handshake and fails closed with guidance when that is ambiguous — it will not guess which conversation it belongs to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoNames the thread — a concise (≤6-word) summary of THIS conversation's topic, mirroring how it reads in Cursor's chat list (e.g. "GitHub Actions autopublish"). Falls back to the folder name, which is a poor label when several conversations share a workspace.
adapterNoChat channel to use for this session, overriding the configured default.
sessionNoHandle from a previous bridge_start, to re-arm that existing session instead of opening a second thread. Omit for a brand-new start.
Behavior5/5

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

Annotations indicate readOnly=false and openWorld=true, but the description adds crucial behavioral details: every call without session opens a new thread, returns onboarding instructions when no channel is configured, and fails closed on ambiguous conversation identification. These go beyond the annotations without contradiction.

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 5 sentences, each packed with essential information: main purpose, when to call, threading caution, failure mode, and safety behavior. No fluff; every sentence earns its place.

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

Completeness5/5

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

Given the tool's complexity (3 optional params, no output schema, sibling tools), the description fully covers intent, usage, side effects, failure modes, and integration with other bridge_* tools. It is complete and self-contained.

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 each parameter is well-documented. The description does not add new parameter meaning beyond the schema; it reiterates session reuse and adapter override, which are already in the schema. Baseline 3 is appropriate.

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 function: 'Opens a dedicated thread... and returns the session handle that every other bridge_* tool requires.' This specific verb+resource distinguishes it from sibling tools like bridge_send or bridge_await, making its role clear.

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?

It explicitly says when to use: 'Call it when the user asks — in any language — to start remote chat, bridge, or Telegram mode.' It also provides exclusions: 'Call it once per conversation' and warns against re-starting without session, advising to re-arm instead.

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/udah1/cursor-chat-bridge'

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