Skip to main content
Glama

atlas-mcp-server

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

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/cyanheads/atlas-mcp-server'

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