Skip to main content
Glama

list-members

Retrieve all team members from Shortcut project management to view collaborators and assign tasks.

Instructions

Get all members

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The main handler function for the "list-members" MCP tool. It calls the client's listMembers method and formats the result using toResult.
    async listMembers() { const members = await this.client.listMembers(); return this.toResult(`Found ${members.length} members:`, members); }
  • Registers the "list-members" tool with the MCP server, pointing to the listMembers handler.
    server.tool("list-members", "Get all members", async () => await tools.listMembers());

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/ampcome-mcps/shortcut-mcp'

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