Skip to main content
Glama

Send a message to my parent

send_to_parent

Send a message to the parent pane in the agent hierarchy, resolving the parent from pane metadata or an explicit sender ID.

Instructions

Message this pane's org parent — resolved from its meta.parent (agent-orchestration E). Requires HYPERPANES_PANE_ID (this bridge runs inside a pane), or pass from explicitly. Errors if the pane has no parent set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
fromNothis pane's id; defaults to HYPERPANES_PANE_ID
Behavior4/5

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

No annotations are present, so the description carries the burden. It discloses the parent-resolution mechanism, environment variable requirement, override parameter, and error condition. It doesn't cover delivery semantics or return value, but for a simple send operation this is substantial.

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?

Two sentences, front-loaded with the main purpose, and the rest specifies constraints; no filler or redundant repetition.

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?

For a 2-param tool with no annotations/output schema, the description covers purpose, parent resolution, required environment variable, defaults, and error handling. Remaining gaps (return value, delivery) are minor given the tool's simplicity.

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

Parameters4/5

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

Schema covers only `from` fully; `body` lacks description. The description clarifies `body` as the message content and `from` as an override/default tie-in, adding value beyond the schema.

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 states a specific action—'Message this pane's org parent'—and differentiates from generic send_message by specifying resolution via meta.parent and requiring a pane context. The scope and resource are clear.

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?

It identifies the use case (inside a pane with a parent) and prerequisites (HYPERPANES_PANE_ID or explicit from), and notes the error if no parent exists. It doesn't explicitly name alternative tools, but the context is sufficient to infer when this is appropriate.

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/Eyalm321/hyperpanes-mcp'

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