Skip to main content
Glama
rnd-pro
by rnd-pro

create_group

Create named agent groups with shared runtime configuration, profiles, and policies for multi-agent orchestration and parallel task delegation.

Instructions

Create a named agent group with shared runtime config. Groups are reusable presets for fractal orchestration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoProject directory. Defaults to current working directory.
jsonNoReturn pure JSON string instead of Markdown format.
nameYesGroup name (e.g. "backend-team", "qa-group").
modelNoDefault model for agents in this group. Use "default" for provider default.
skillNoDefault skill activated for all agents in this group.
policyNoDefault policy restricting agent permissions.
runnerNoDefault runner for agents in this group.
timeoutNoDefault timeout in seconds for tasks in this group.
profilesNoOrdered provider/model profiles for this resource group. First profile is used by default; round_robin rotates.
providerNoDefault CLI provider for agents in this group. Default: codex.
max_agentsNoMax concurrent agents allowed in this group.
model_tierNoLogical tier label for UI/docs, e.g. fast, standard, advanced.
include_dirsNoAdditional directories agents in this group can access.
allowed_toolsNoProvider tool allowlist for compatible runners. For Claude, entries are passed to --allowedTools.
approval_modeNoDefault access mode for agents in this group.
rotation_modeNoProfile rotation strategy. Default: error_fallback.
Behavior2/5

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

No annotations are available, so the description must fully disclose behavior. It states the tool 'creates' a group with a configuration, but does not mention error handling for duplicate names, required permissions, side effects, or response format. This lack of detail leaves significant behavioral gaps for the agent.

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 concise sentences with no wasted words. The first sentence states the primary action, and the second provides valuable context about reusability, front-loading essential information.

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

Completeness3/5

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

The description explains the high-level purpose but lacks completeness for a tool with 16 parameters and no output schema. It does not mention how the created group fits into the workflow (e.g., for delegation), nor what the tool returns. While the schema covers parameter details, the overall context of use could be more complete.

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?

With 100% schema coverage, the baseline is 3. The description adds no additional parameter details beyond what the schema already provides, which is sufficient but not enhanced.

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 'Create' and the resource 'named agent group' with additional context 'shared runtime config' and 'reusable presets for fractal orchestration'. It effectively distinguishes from sibling tools like list_groups, delete_group, and delegate_to_group.

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 implies usage by stating groups are reusable presets, but it does not explicitly specify when to use this tool versus alternatives (e.g., creating vs. listing or delegating). No when-not-to or prerequisite information is provided, leaving the agent with implied but not explicit guidance.

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/rnd-pro/agent-pool-mcp'

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