Glide API MCP Server

get_app

Get information about a Glide app

Input Schema

NameRequiredDescriptionDefault
appIdYesID of the Glide app

Input Schema (JSON Schema)

{ "properties": { "appId": { "description": "ID of the Glide app", "type": "string" } }, "required": [ "appId" ], "type": "object" }