Skip to main content
Glama

List workspace members

list_workspace_members
Read-onlyIdempotent

Members (user id, email, role) and pending invitations of a workspace you own.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idNoWorkspace id. Optional — defaults to the workspace this session is switched to.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the description need not repeat safety. It adds the ownership precondition and the output categories (members with user id/email/role plus pending invitations). No contradictions or hidden side effects are hinted at.

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?

One compact sentence front-loads the returned fields and ends with the ownership constraint. There is no redundant restatement of the title or annotations. The structure is ideal for a simple list tool.

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

Completeness5/5

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

The tool has only one optional, well-described parameter and rich read-only annotations, so the description needs little else. It conveys the output contents (members and invitations) despite the absence of an output schema. An agent can invoke it correctly and interpret the result without further clarification.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single workspace_id parameter is already fully described in the schema, including its optionality and default. The description adds the extra meaning that the workspace must be one the user owns, which is not in the schema text. This is sufficient parameter-level guidance.

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 specifies the resource (workspace members and pending invitations) and the returned fields (user id, email, role). It also scopes the result to 'a workspace you own,' which distinguishes it from generic workspace operations. Combined with the title's 'List' verb, this clearly establishes the tool's purpose.

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 provides clear context for invocation: retrieving members and pending invitations of an owned workspace. It does not explicitly name alternatives like invite_workspace_member or remove_workspace_member, but the read-only listing purpose is clear and no competing list tool exists. The ownership precondition is stated, so an agent can determine when this tool applies.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.