Skip to main content
Glama

users-list

Retrieve all user accounts from Shortcut project management to access team member information for task assignment and collaboration.

Instructions

Get all users

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the "users-list" tool. It fetches all members via the ShortcutClientWrapper's listMembers method and formats the result using the inherited toResult method.
    async listMembers() { const members = await this.client.listMembers(); return this.toResult(`Found ${members.length} members:`, members); }
  • Registration of the "users-list" MCP tool within the static create method of UserTools class, which adds it to the CustomMcpServer.
    server.addToolWithReadAccess( "users-list", "Get all users", 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/useshortcut/mcp-server-shortcut'

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