Skip to main content
Glama

list-members

Retrieve all team members from your Shortcut workspace to manage project assignments and track contributor information.

Instructions

Get all members

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "type": "object" }

Implementation Reference

  • The handler function for the 'list-members' tool. It retrieves members using the client and formats the result.
    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, delegating to the listMembers method on the UserTools instance.
    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