Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_team_members

Get paginated workspace team members with name and role filters. Manage team access by viewing member roles and details.

Instructions

Get list of workspace members [GET /team-members] Requires the "Manage Team" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoSearch for agent name
pageNoPage number, between 1 and 100
roleNoFilter by role, available role: owner, admin, member, agent
limitNoNumber of items in the response
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 transparency burden. It discloses the required authorization scope ('Manage Team' scope) and implies read-only behavior through the verb 'Get'. However, it does not describe pagination behavior, response format, or potential errors, which are relevant for a list endpoint without an output schema.

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 a single, well-structured sentence that front-loads the purpose ('Get list of workspace members'), includes the endpoint for reference, and notes the required scope. Every element adds value with no wasted words.

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?

For a simple list tool with well-documented parameters and a clear read-only purpose, the description is adequate. It includes the auth requirement and makes the return type (a list) implicit. The lack of an output schema means the agent must infer the response structure, but the simplicity of the operation mitigates this. A perfect score would require more detail on return format or pagination behavior.

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?

The input schema already provides comprehensive descriptions for all four parameters (name, page, role, limit), achieving 100% schema description coverage. The tool description adds no additional parameter semantics beyond what is in the schema, so the baseline score of 3 is appropriate.

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 the tool's function: 'Get list of workspace members' with a specific verb (Get) and resource (workspace members). It also includes the endpoint for additional clarity and is distinct from sibling tools like team_agent_groups (lists groups) and team_bot_users (lists bot users).

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 context is clear: use this tool to fetch the list of workspace members. It also mentions a prerequisite (requires 'Manage Team' scope), which aids in deciding when this tool is appropriate. However, it does not explicitly mention alternatives or when not to use it, so it falls short of a full 5.

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/eyalbarash/cig-chat-mcp'

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