Skip to main content
Glama

knowbe4_groups_members

Retrieve all members of a specified group and return detailed user information for each. Provide a group ID to list its members with pagination support for large groups.

Instructions

Get all members of a specific group. Returns user details for each member.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (default: 1)
group_idYesThe group ID to get members for
per_pageNoNumber of results per page (default: 100, max: 500)
Behavior2/5

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

No annotations are provided, so the description carries full behavioral burden. It doesn't disclose pagination behavior, whether member nesting occurs, performance implications, or what happens for a large group. It states it returns user details but doesn't describe the shape or confirm it's a read-only safe operation. For a GET-style tool with zero annotations, more disclosure is expected.

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 short sentences, zero waste. The description is tightly scoped and immediately front-loads the core action and result. Every word contributes meaning.

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 simple parameterized list tool with no output schema and full schema description coverage, this is mostly adequate but could note pagination behavior more explicitly. With no annotations and no output schema, the description could add a bit more on return format or scaling caveats. It's serviceable but slightly thin for a member-fetch across potentially large groups.

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 schema fully documents all three parameters (page, group_id, per_page). The description adds minimal value beyond the schema—it doesn't explain pagination interactions or limits. Baseline 3 is appropriate since the schema carries the heavy lifting and the description confirms the output is user details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb (Get), resource (members of a specific group), and the output (returns user details for each member). It distinguishes reasonably from siblings like knowbe4_groups_get (which gets group info, not members) and knowbe4_groups_list (which lists groups). However, it doesn't explicitly disambiguate from knowing member-related tools, though the group-scoped target makes intent clear.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives like knowbe4_groups_get or knowbe4_users_list. It doesn't mention prerequisites (e.g., needing a valid group_id, the relationship to groups_list/get), nor does it say when NOT to use it. The context of retrieving members of a specific group is implied but no exclusions or alternative recommendations are provided.

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/wyre-technology/knowbe4-mcp'

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