Skip to main content
Glama

skool_members_pending

List pending membership requests for your Skool community. Use this to identify applicants awaiting approval and manage new member decisions.

Instructions

List pending membership requests. Requires auth cookies with admin/moderator access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
communityNoCommunity slug. Uses default from config if omitted.
Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses the authentication and authorization requirement, which is valuable, but it does not mention output format, pagination, ordering, or empty-result behavior. Some behavioral context is provided, but gaps remain.

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 sentences with no redundancy. The primary action is front-loaded, and the important auth requirement is stated immediately after, making it easy to parse and act on.

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 simple list operation with one optional parameter and no output schema, the description covers the essential invocation details: what it lists and the auth context. It could add pagination or response-shape notes, but the low complexity and the schema-covered parameter make the current description reasonably 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?

The input schema already documents the single 'community' parameter at 100% coverage, including its type and default behavior when omitted. The tool description adds no parameter detail beyond what the schema provides, so a baseline score of 3 is appropriate.

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 uses a specific verb ('List') and a precise resource ('pending membership requests'), making the tool's function immediately clear. This also distinguishes it from siblings like skool_members_list, which lists confirmed members rather than pending requests.

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 description states an important usage context: it requires auth cookies with admin/moderator access. This tells the agent when the tool is callable and implies it is for moderation workflows, though it does not explicitly name alternative tools or exclusion conditions.

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