Skip to main content
Glama

get_current_team

Retrieve details about the current team in Coolify to manage deployments, databases, and server operations.

Instructions

Get details of the current team

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler case in the main handleTool switch statement that implements the 'get_current_team' tool by calling the Coolify API GET /teams/current endpoint.
    case 'get_current_team': return client.get('/teams/current');
  • The input schema and metadata definition for the 'get_current_team' tool, indicating no parameters are required.
    { name: 'get_current_team', description: 'Get details of the current team', inputSchema: { type: 'object', properties: {}, required: [] } },
  • Inclusion of 'get_current_team' in the READ_ONLY_TOOLS array, which determines if the tool is exposed in read-only mode.
    'get_current_team',
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