Skip to main content
Glama
us-all

datadog-mcp-server

get-team-members

Retrieve the list of members and their roles for a specified Datadog team. Supports pagination to manage large teams.

Instructions

Get members of a Datadog team with their roles

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamIdYesThe team ID to get members for
pageSizeNoNumber of results per page (default 50)
pageNumberNoPage number (0-based)
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It only states the tool retrieves members with roles but fails to mention that it is a read-only operation, pagination behavior (though implied by schema), or any rate limits or required permissions. The description does not add sufficient context beyond the tool's basic function.

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 sentence with no extraneous information. Every word serves a purpose, making it highly concise and easy to parse.

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?

The description covers the basic function but lacks details about the returned data (e.g., list of objects with member and role fields) and pagination behavior, though the schema provides pagination parameters. With no output schema, the description should clarify the response structure. It is minimally adequate but incomplete for a tool with pagination parameters.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds no additional meaning beyond what the schema already provides for teamId, pageSize, and pageNumber. The schema descriptions are clear and self-explanatory, so no deduction is needed.

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 retrieves members of a Datadog team along with their roles. The verb 'get' and specific resource 'members of a team' make the purpose unambiguous and distinct from sibling tools like get-team (which retrieves team details) and list-teams (which lists all teams).

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. There is no mention of prerequisites, when not to use it, or how it compares to related tools like get-team or list-teams. The agent is left to infer usage solely from the tool name and description.

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/us-all/datadog-mcp-server'

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