Skip to main content
Glama

get_current_team_members

Retrieve the list of members in your current Coolify team to manage access and collaboration for your self-hosted PaaS instances.

Instructions

Get members of the current team

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler implementation that fetches current team members via Coolify API GET /teams/current/members
    case 'get_current_team_members': return client.get('/teams/current/members');
  • Tool schema definition specifying the tool name, description, and empty input schema (no parameters required).
    { name: 'get_current_team_members', description: 'Get members of the current team', inputSchema: { type: 'object', properties: {}, required: [] } },
  • src/index.ts:36-38 (registration)
    MCP server registration of all tools via ListToolsRequestHandler, using getToolDefinitions() which includes the get_current_team_members tool.
    this.server.setRequestHandler(ListToolsRequestSchema, async () => ({ tools: getToolDefinitions() }));
  • Listed in READ_ONLY_TOOLS array, ensuring it's available in read-only mode.
    'get_current_team_members',
Install Server

Other Tools

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/kof70/coolify-mcp-server'

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