Skip to main content
Glama

list_webex_people

List Webex people in your organization or search for specific users by email, name, or ID. Filter by org, location, and include calling data.

Instructions

List people in the organization or search for specific people.

Args: email: Email address to search for display_name: Display name to search for person_id: Person ID to look up a specific person org_id: Organization ID to filter by calling_data: Include calling data in response location_id: Location ID to filter by max_results: Maximum number of people to return (default 100, max 1000)

Returns: Standardized response dictionary with success/error information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
org_idNo
person_idNo
location_idNo
max_resultsNo
calling_dataNo
display_nameNo
Behavior2/5

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

No annotations are provided, so the description must bear the full burden. It mentions max_results bounds but lacks disclosure of pagination behavior, authentication needs, rate limits, or side effects. The return format 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.

Conciseness4/5

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

The description is structured with Args and Returns sections, is fairly concise with about 10 lines, and front-loads the purpose. Minor redundancy exists (e.g., 'max_results' default mentioned twice). No wasted words.

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 7 parameters and no output schema, the description covers parameter semantics and mentions return type but omits details like pagination beyond max_results, error handling, or response structure. Adequate but not thorough for a list operation.

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% (no descriptions in schema), but the description adds clear, concise explanations for each parameter (e.g., 'Email address to search for'). This compensates significantly, though it lacks advanced details like format constraints.

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 people in the organization or search for specific people,' with a specific verb and resource. It distinguishes from sibling tools like list_webex_memberships by focusing on people rather than memberships or rooms.

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 description implies usage for listing or searching people but provides no explicit guidance on when to use this tool vs alternatives (e.g., list_webex_memberships). No exclusions or context are given.

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