Linear MCP Server

by scoutos
Verified

list_members

Retrieve Linear team member details, including usernames, display names, and emails, with optional name-based filtering. Supports efficient member lookup for team management.

Instructions

List Linear team members with optional filtering by name. This tool is useful for finding member details including usernames, display names, and emails.

Input Schema

NameRequiredDescriptionDefault
debugNo
limitNo
nameFilterNo
teamIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "debug": { "default": false, "type": "boolean" }, "limit": { "default": 25, "maximum": 100, "minimum": 1, "type": "number" }, "nameFilter": { "type": "string" }, "teamId": { "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

ID: 728qtm68bf