Skip to main content
Glama

List memberships

list_memberships
Read-onlyIdempotent

List the visible members of a space you can read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNosummary omits body and author metadata from each item.full
limitNoPage size, 1 to 50.
spaceYesSpace ID.
cursorNoCursor from the previous page.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so safety is covered. The description adds that only 'visible' members are returned and requires read access to the space, which is meaningful behavioral context beyond the annotations, but it says nothing about pagination behavior or result shape.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence with no filler; the agent gets scope immediately. It is perhaps too terse given the tool exposes paging and view options, but nothing is wasted.

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?

With no output schema, the description should carry more of the return-value burden; it only hints at 'visible' members. Pagination via limit/cursor and the view modes are left entirely to the schema, which covers them adequately but not the response contract.

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% and all four parameters (space, view, limit, cursor) are documented in the schema itself. The description adds no parameter-level detail, so the baseline of 3 applies.

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?

States a specific verb (List) and resource (visible members of a space), so the agent knows it retrieves membership listings. It does not, however, distinguish itself from near-siblings like list_invitations or manage_membership, leaving some ambiguity about which listing tool applies.

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 phrase 'a space you can read' implies a permission precondition for use, which is useful context. There is no explicit when-to-use guidance or naming of alternatives such as manage_membership for mutations.

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.