atlas-mcp-server

by cyanheads
Verified

project_member_list

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" }