Skip to main content
Glama

Coolify MCP Server

get_team

Retrieve detailed information about a specific Coolify team using its unique ID, enabling DevOps teams to access team configuration and management data.

Instructions

Get details of a specific team. Requires a team ID obtained from list_teams.

Input Schema

NameRequiredDescriptionDefault
team_idYesID of the team to retrieve. This is typically a numeric ID obtained from the list_teams response.

Input Schema (JSON Schema)

{ "properties": { "team_id": { "description": "ID of the team to retrieve. This is typically a numeric ID obtained from the list_teams response.", "examples": [ "0", "1", "42" ], "type": "string" } }, "required": [ "team_id" ], "type": "object" }

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

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