Skip to main content
Glama

skool_members_approve

Approve a pending member in a Skool community by submitting the membership request ID and group UUID to grant access.

Instructions

Approve a pending member by their membership request ID. Requires admin/moderator auth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdYesThe group UUID
memberIdYesThe member/membership request UUID to approve
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explicitly discloses an admin/moderator auth requirement and conveys a state-changing approve action. It stops short of noting irreversibility or response behavior, but the core behavioral traits are present.

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 with no filler; the action and the auth requirement are front-loaded and every word earns its place.

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

Completeness4/5

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

For a low-complexity tool with two well-described parameters and no output schema, the description covers the required action and auth precondition. It could add a note about the outcome or error conditions, but nothing essential is missing for an agent to call it correctly.

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 baseline is 3. The description's reference to 'membership request ID' matches the schema's memberId description and adds no further semantic detail beyond what the schema already 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 states a specific verb ('Approve'), a precise resource ('a pending member'), and the key identifier ('membership request ID'). This clearly distinguishes it from siblings like skool_members_reject and skool_members_pending.

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?

The phrase 'pending member' tells the agent this tool is for accepting membership requests, and the auth requirement sets a clear precondition. It does not explicitly name alternatives, but the context of siblings makes the intended use unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/nhayes263/skool-mcp'

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