Skip to main content
Glama

chat_send

Send a natural-language message through the auto-router to the correct backend(s). Choose auto, debate, single, or a specific backend to decide whether one agent or multiple reply.

Instructions

Send a natural-language message through the same auto-router the GUI uses. Default pin is auto: hardware/vLLM/allowlist questions hit control tools; build/fix/review/plan with two or more ready backends (including Cursor) runs a round-table. pin=debate forces every ready local server plus ready Cursor/Gemini/cloud specialists to answer (Late MCP uses this). Implement/install stays plan-only until the user Approves (pendingApproval on the thread). Q&A and debate text are not blocked. pin=single or a backend id skips debate. File writes never go to vLLM. Assistant messages include speaker id, nickname, and a loopback logoUrl when a logo is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNo
pinNoauto (default: debate on build/fix/review/plan when two backends including Cursor are ready, or when two local servers are ready), debate (force round-table: every ready local vLLM/Ollama/llama.cpp plus ready Gemini/Cursor/cloud), single (one speaker), or a backend id (local, cloud, gemini, …). Pinning a backend skips debate. Naming a backend still pins that one speaker.
waitNoWait for the full reply (default true)
branchNo
pr_urlNo
messageYesUser message, as you would type in the GUI chat
repo_urlNo
thread_idNoExisting chat id; omit to start a new thread
extra_contextNo
Behavior5/5

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

No annotations are provided, so the description carries the full behavioral burden. It candidly discloses debate mode, pendingApproval gating, non-blocking Q&A/debate, file-write routing restrictions, and assistant-message metadata. This is unusually transparent about side effects and modes.

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?

Front-loaded purpose sentence followed by dense, distinct behavior rules with no filler and no repetition of schema content. Every sentence adds a separate routing, blocking, or output fact.

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?

For a nine-parameter tool with no output schema and no annotations, it covers routing, approval gating, blocking behavior, and response message fields. It does not state the exact return shape or how to retrieve/follow up on the resulting thread via chat_get/follow_up, leaving a small but real gap.

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 coverage is only 44%, and the description compensates richly for pin by extending the schema text with auto-router behavior. However, it is silent on cwd, branch, pr_url, repo_url, and extra_context, leaving several parameters underspecified in both schema and description.

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?

Opens with a specific verb+resource+mechanism: 'Send a natural-language message through the same auto-router the GUI uses.' The routing detail makes it distinct from thread-reading, approval, and workflow-run siblings, even though it doesn't name them.

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?

Gives explicit routing context: auto default, forced debate, single/backend pin, and when implement/install stays plan-only. It does not explicitly enumerate sibling alternatives or say when to use chat_get/chat_approve instead, so it stops short of a 5.

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/Unaware-Kerbin/agent-orchestrator'

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