@tulip/mcp-server
Version:
Model Context Protocol server for Tulip API
15 lines (14 loc) • 412 B
JSON
{
"name": "listAppGroups",
"description": "Retrieves a list of all Tulip App Groups and their containing apps. Corresponds to GET /appGroups. Requires the `apps:read` API key scope. [READ-ONLY]",
"inputSchema": {
"type": "object",
"properties": {},
"required": []
},
"category": "read-only",
"type": "app",
"dangerous": false,
"httpType": "GET",
"url": "/appGroups"
}