Skip to main content
Glama

list_webex_team_memberships

Retrieve members of a Webex team by providing the team ID. Optionally set a maximum number of members to return.

Instructions

List members of a Webex team.

Bot access note: the bot must be a member of the team. If the bot has not been added to the team, this will return a not-found error.

Args: team_id: Team ID to list members for (required) max_results: Maximum number of memberships to return (default 100, max 1000)

Returns: Standardized response dictionary with success/error information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idYes
max_resultsNo
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the bot membership requirement and error condition, and mentions the return format as a standardized dictionary. However, it does not discuss other behavioral aspects like rate limits or read-only nature, leaving some gaps.

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 very concise: two short paragraphs with clear sections (main description, bot note, args, returns). Every sentence adds value without redundancy.

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?

For a simple list tool with 2 parameters and no output schema, the description covers all necessary context: purpose, prerequisites, parameter details with defaults, error conditions, and return format. It is complete for an agent to use correctly.

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?

Schema coverage is 0%, so the description must compensate. The Args section clearly explains both parameters: team_id as required, and max_results with default (100) and max (1000). This adds significant meaning beyond the schema's basic titles.

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 clearly states 'List members of a Webex team' using a specific verb and resource. It distinguishes itself from sibling tools like list_webex_memberships (general membership list) and add_webex_team_membership (add action) explicitly by focusing on team scope.

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 includes a 'Bot access note' that explains the prerequisite of bot membership and the error behavior if not met. This provides context for when the tool can be used. It does not explicitly mention alternatives or when not to use, but the note is valuable enough to warrant a high score.

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/WebexCommunity/webex-bot-mcp'

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