Skip to main content
Glama
brukhabtu

Datadog MCP Server

by brukhabtu

GetUserMemberships

Retrieve a user's team memberships by providing their UUID, enabling efficient management of user associations within Datadog's observability platform through structured API responses.

Instructions

Get a list of memberships for a user

Path Parameters:

  • user_uuid (Required): None

Responses:

  • 200 (Success): Represents a user's association to a team

    • Content-Type: application/json

    • Response Properties:

      • data: Team memberships response data

      • included: Resources related to the team memberships

    • Example:

{
  "data": [
    "unknown_type"
  ],
  "included": [
    "unknown_type"
  ],
  "links": "unknown_type"
}
  • 404: API error response.

    • Content-Type: application/json

    • Response Properties:

      • errors: A list of errors.

    • Example:

{
  "errors": [
    "Bad Request"
  ]
}
  • 429: Too many requests

    • Content-Type: application/json

    • Response Properties:

      • errors: A list of errors.

    • Example:

{
  "errors": [
    "Bad Request"
  ]
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_uuidYesNone

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoTeam memberships response data
metaNo
linksNo
includedNoResources related to the team memberships

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Related 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/brukhabtu/datadog-mcp'

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