Skip to main content
Glama

get_team_members

Retrieve team member details including names, roles, emails, and status to manage access and monitor collaboration within Cursor usage analytics.

Instructions

List all team members with their roles and status. Returns name, email, role, and whether they've been removed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 of behavioral disclosure. It adequately describes the read-only nature through 'List' and specifies the return fields, but lacks details on pagination, sorting, rate limits, authentication requirements, or error conditions. For a zero-parameter tool, this is minimally acceptable but leaves gaps in operational context.

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, efficient sentence that front-loads the core action ('List all team members') and immediately specifies the key return attributes. Every word contributes to understanding the tool's function without redundancy or unnecessary elaboration.

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?

Given the tool's simplicity (0 parameters, no output schema, no annotations), the description is adequate for basic understanding. It covers the purpose and return fields but lacks context about system behavior (e.g., data freshness, access controls) or integration with sibling tools. For a read-only list operation, this is minimally complete but could benefit from additional operational guidance.

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?

The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately focuses on output semantics by detailing the returned fields (name, email, role, removal status), which adds value beyond the empty schema. This meets the baseline for zero-parameter tools.

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?

The description clearly states the verb ('List') and resource ('team members') with specific attributes returned (name, email, role, removal status). It distinguishes from siblings like 'get_team_overview' by focusing on individual members rather than team-level metrics. However, it doesn't explicitly contrast with other sibling tools beyond this implicit differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. While the description implies it's for retrieving detailed member information, it doesn't specify prerequisites, appropriate contexts, or when to choose other tools like 'get_team_overview' for aggregated data or 'get_user_deep_dive' for individual analysis.

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/ofershap/cursor-usage'

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