Skip to main content
Glama

list_team

View team members and their roles to manage team structure and access permissions within the Cuti-E admin platform.

Instructions

List all team members with their roles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for "list_team" tool, which executes a GET request to the "/v1/team" API endpoint.
    case "list_team": {
      result = await apiRequest("GET", "/v1/team");
      break;
    }
  • index.js:257-264 (registration)
    The registration block for "list_team" tool, defining its name, description, and empty input schema.
      name: "list_team",
      description:
        "List all team members with their roles.",
      inputSchema: {
        type: "object",
        properties: {},
      },
    },

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/Stig-Johnny/cutie-mcp'

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