Skip to main content
Glama
saucelabs

Sauce Labs MCP Server

Official
by saucelabs

lookup_teams

Search and retrieve team information from Sauce Labs organization to identify teams by name or ID for API integration and team management.

Instructions

    Queries the organization of the requesting account and returns the number of teams matching the query and a
    summary of each team, including the ID value, which may be a required parameter of other API calls related
    to a specific team.You can filter the results of your query using the name parameter below.
    :param id: Optional. Comma-separated team IDs. Allows to receive details of multiple teams at once. For example,
        id=3d60780314724ab8ac688b50aadd9ff9,f9acc7c5b1da4fd0902b184c4f0b6324 would return details of teams with IDs
        included in the provided list.
    :param name: Optional. Returns the set of teams that begin with the specified name value. For example, name=sauce would
        return all teams in the organization with names beginning with "sauce".
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/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 mentions that the tool returns a count and summary of teams, including IDs for use in other API calls, but lacks critical details like whether it's read-only, requires specific permissions, has rate limits, or pagination behavior. For a query tool with zero annotation coverage, this leaves significant gaps in understanding its operational traits.

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 appropriately sized and front-loaded, starting with the core purpose before detailing parameters. It uses two sentences for the main description and two for parameter explanations, with no redundant information. However, the parameter explanations are embedded in the main text rather than structured separately, slightly affecting readability.

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 moderate complexity (2 parameters, no annotations, but with an output schema), the description is partially complete. It covers the purpose and parameters well but lacks behavioral context like authentication or performance traits. The presence of an output schema means return values don't need explanation, but overall, it's adequate with clear gaps in usage and transparency.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds substantial meaning beyond the input schema, which has 0% description coverage. It explains both parameters in detail: 'id' as a comma-separated list for fetching multiple teams and 'name' for filtering teams starting with a specified string, including examples. This fully compensates for the schema's lack of descriptions, providing clear semantics for all parameters.

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 tool's purpose: 'Queries the organization of the requesting account and returns the number of teams matching the query and a summary of each team.' It specifies the verb 'queries' and resource 'teams' with output details. However, it doesn't explicitly differentiate from sibling tools like 'get_team' or 'get_my_active_team', which is why it doesn't achieve a perfect score.

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?

The description provides minimal usage guidance. It mentions filtering with the name parameter but doesn't explain when to use this tool versus alternatives like 'get_team' or 'list_team_members'. There's no context on prerequisites, such as authentication needs or organizational scope, leaving the agent with little direction on appropriate use cases.

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/saucelabs/sauce-api-mcp'

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