atlas-mcp-server

by cyanheads
Verified

project_member_list

Retrieve and display all members of a project, including their roles and join dates, sorted by join time with owners prioritized. Requires project ID starting with 'proj_'.

Instructions

List all members of a project with their roles and join dates, ordered by join time with owners listed first.

Input Schema

NameRequiredDescriptionDefault
projectIdYesProject ID to list members for (must start with 'proj_').

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "Project ID to list members for (must start with 'proj_').", "type": "string" } }, "required": [ "projectId" ], "type": "object" }
ID: b8veo1exod