get_tables
Retrieve tables for a Glide app by specifying its appId. Enables secure and type-safe data management through the Glide API MCP Server.
Instructions
Get tables for 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"
}