Skip to main content
Glama

learningsuite_add_members_to_groups

Add multiple members to multiple groups in one batch operation. Provide arrays of member IDs and group IDs to assign many members to many groups simultaneously.

Instructions

Add multiple members to multiple groups (batch operation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdsYesArray of group IDs
memberIdsYesArray of member IDs
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action and batch nature, but does not mention side effects, idempotency, error handling, or whether existing memberships are affected. This is a significant gap for a mutation operation.

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 a single, focused sentence that conveys the essential operation without any wasted words. It is perfectly concise and front-loaded.

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?

For a tool with only two array parameters and no output schema, the description adequately identifies the operation. However, it omits useful details about batch behavior such as whether the operation is atomic or partial failures are possible, and how duplicates are handled, which would make it 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?

Schema coverage is 100%, with both 'memberIds' and 'groupIds' clearly described as arrays of IDs. The description adds no additional parameter context beyond the batch nature, so it provides minimal value over the schema itself.

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 (adding members to groups) and specifically notes it's a batch operation, distinguishing it from single-member operations and the sibling remove tool. The verb+resource structure is precise and leaves no ambiguity about what the tool does.

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 term 'batch operation' implies it should be used when adding multiple members to multiple groups at once, but the description provides no explicit guidance on when to use this tool over alternatives like single-add tools or removal tools. No mention of exclusions or prerequisites.

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/fabienbutz/learningsuite-mcp'

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