Skip to main content
Glama
get-dx

DX MCP Server

by get-dx

getTeamDetails

Retrieve team information by ID, reference, or member emails to access team structure and member details from organizational data.

Instructions

Retrieve details for an individual team. Note that searching by team_emails will return things like the team name and members, where the search by team_id/reference_id will return more detailed information about the team structure.

Args: team_id (str, optional): The DX team ID. reference_id (str, optional): The team's internal reference ID in your organization. team_emails (str, optional): Comma separated list of team members' email addresses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idNo
reference_idNo
team_emailsNo

Output 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. It describes the tool's behavior regarding different parameter usage and the type of information returned, but lacks details on permissions, rate limits, error handling, or response format. This is adequate but has clear gaps.

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 with two main sentences and a structured Args section. The information is front-loaded with the purpose first, followed by usage notes and parameter details. Minor improvement could be made by integrating the Args section more seamlessly.

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?

Given the tool has an output schema (which handles return values), no annotations, and 3 parameters with 0% schema coverage, the description does well by explaining parameter semantics and usage context. It could be more complete by addressing behavioral aspects like error cases or authentication, but the output schema reduces the burden.

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?

Schema description coverage is 0%, so the description must compensate. It provides detailed semantic information for all three parameters: team_id as 'DX team ID', reference_id as 'internal reference ID in your organization', and team_emails as 'comma separated list of team members' email addresses'. This fully explains parameter meanings beyond the bare schema.

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 'retrieve' and resource 'details for an individual team', making the purpose specific. It distinguishes between different search methods but doesn't explicitly differentiate from sibling tools like 'listTeams' or 'getEntityDetails', which would require a 5.

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 provides clear context on when to use different parameters (team_id/reference_id vs team_emails) and what information each returns. However, it doesn't explicitly state when to use this tool versus alternatives like 'listTeams' or 'getEntityDetails', which would be needed for a 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/get-dx/dx-mcp-server'

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