Skip to main content
Glama

cross_project_send

Send messages between projects or broadcast to all projects. Messages are stored in a shared database for cross-project communication.

Instructions

Send a message to another project (or broadcast to all).

Messages are stored in the shared global DB so any project can read them. Requires PROJECT_DIR env var (set automatically by Claude Code via CLAUDE_PROJECT_DIR).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMessage body text.
sender_nameNoSender name shown in the recipient's inbox (default "system").system
message_typeNoOne of "notification" / "request" / "response" / "broadcast".notification
to_project_idNoRecipient's 12-char project ID. Leave empty to broadcast to all projects.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so the description carries the full burden. It discloses that messages are stored in a shared global DB and that PROJECT_DIR must be set. However, it does not mention side effects, error handling, rate limits, or authentication requirements.

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 two sentences: the first clearly states the purpose, the second adds essential context. Every sentence earns its place with no unnecessary 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?

For a send operation with only one required parameter and an output schema available (not shown), the description provides key context (global storage, env var requirement). It could mention the response format or failure modes, but it is sufficiently complete for typical use.

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 the baseline is 3. The description adds minimal extra meaning beyond the schema (e.g., broadcasting implied by empty to_project_id). It does not elaborate on content, sender_name, or message_type values.

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 action ('Send a message') and the target resource ('to another project (or broadcast to all)'). It immediately distinguishes the tool from sibling tools like channel_send or cross_project_inbox by specifying cross-project messaging.

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 explains that messages are stored globally and requires PROJECT_DIR env var, giving context on when the tool is appropriate (cross-project communication). However, it does not explicitly state when not to use it or mention alternative tools for specific scenarios.

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/CronusL-1141/AI-company'

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