Skip to main content
Glama

list_webex_spaces

List Webex spaces the authenticated bot belongs to, with optional filters for team, type, sort order, and maximum results.

Instructions

List Webex spaces that the authenticated bot belongs to. Note: This is an alias for list_webex_rooms — "room" and "space" are synonymous in Webex.

Args: team_id: Optional team ID to filter spaces by team space_type: Optional space type filter ('direct' or 'group') sort_by: Optional sort order ('id', 'lastactivity', 'created') max_results: Optional maximum number of spaces to return (default 100, max 1000)

Returns: Standardized response dictionary with success/error information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sort_byNo
team_idNo
space_typeNo
max_resultsNo
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It mentions the bot must be authenticated and lists parameters with defaults (max_results). However, it lacks details on pagination behavior, rate limits, or potential errors. The return type is vaguely described as 'Standardized response dictionary.'

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 succinct: one sentence introducing the tool, a note about the alias, a bullet-list style parameter description, and a return type statement. No unnecessary words, well-structured.

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?

The description covers the tool's purpose, parameters, and return type adequately. Given the tool's simplicity (list with optional filters), it is mostly complete. However, it could mention if the list is paginated or any default ordering, but the max_results parameter implies pagination support.

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 compensates by explaining each parameter: team_id (filter by team), space_type (with enum values 'direct' or 'group'), sort_by (with sort options), and max_results (default 100, max 1000). This adds significant meaning beyond the schema.

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 Webex spaces that the authenticated bot belongs to,' providing a specific verb and resource. The note about being an alias for list_webex_rooms differentiates it from similar tools.

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 explicitly notes it's an alias for list_webex_rooms, helping the agent choose between synonyms. It also lists optional parameters for filtering, but does not provide explicit when-not-to-use scenarios or compare with other listing tools.

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