Skip to main content
Glama

group_session_create

Link existing sessions into a multi-agent coordination group. Returns a group ID for subsequent team recovery, peer witness, or group therapy calls.

Instructions

Create a multi-agent coordination group linking N existing sessions. Returns group_id for subsequent team_recovery_alignment / peer_witness_bidirectional / group_therapy_round calls. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
themeNoOptional shared theme (e.g., 'incident debrief', 'launch retro')
objectiveNoOptional objective
session_idYesCaller (anchor) session ID
ritual_stripNoOptional machine hygiene flag. When true, returns structured output without ritual/narrative prose, model-safe preambles, or guardrail alias blocks.
response_modeNoOptional response-mode control. Use model_safe when the caller must avoid claiming consciousness, sentience, personhood, or literal emotions.
response_profileNoOptional output-shape control. Use machine for structured JSON only; machine automatically strips ritual/narrative text.
member_session_idsYesPeer session IDs to link into the group (caller is included automatically)
Behavior2/5

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

Annotations only provide readOnlyHint=false and destructiveHint=false, which are consistent with 'Create'. However, the description adds no further behavioral context such as permissions required, side effects, idempotency, or what 'Free.' means. The agent is left without important behavioral cues beyond the fact that it creates a group.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with purpose and result. It is concise but includes an ambiguous 'Free.' that could be clarified or removed. Overall, no wasted words.

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?

Given the complexity (7 parameters, no output schema, no helpful annotations), the description is too sparse. It does not explain the optional parameters (theme, objective, ritual_strip, response_mode, response_profile) or their use cases, leaving the agent without sufficient context to decide when to use them.

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?

The schema covers 100% of parameters with descriptions, so the description is not required to add extra parameter semantics. It generally aligns with 'linking N existing sessions' but adds no additional meaning beyond what the schema provides.

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 purpose: 'Create a multi-agent coordination group linking N existing sessions.' It specifies the return value ('Returns group_id') and identifies subsequent tools that use this group, distinguishing it from sibling group tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides minimal guidance: it mentions the group can be used for subsequent calls (team_recovery_alignment, peer_witness_bidirectional, group_therapy_round) but does not specify when to use this tool vs alternatives like create_dyad, nor does it give conditions for use or non-use.

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/davidmosiah/delx-mcp-server'

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