get_app
Retrieve detailed information about a Glide app by providing its unique appId, enabling efficient management and interaction with app data using the Glide API MCP Server.
Instructions
Get information about a Glide app
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | ID of the Glide app |
Input Schema (JSON Schema)
{
"properties": {
"appId": {
"description": "ID of the Glide app",
"type": "string"
}
},
"required": [
"appId"
],
"type": "object"
}