Glide API MCP Server
by knmurphy
get_tables
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"
}
You must be authenticated.