Glide API MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GLIDE_API_KEYYesYour API key for the Glide API
GLIDE_API_VERSIONNoThe version of the Glide API to use, e.g., 'v1' or 'v2'v2

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
set_api_versionSet the Glide API version and authentication to use
get_appGet information about a Glide app
get_tablesGet tables for a Glide app
get_table_rowsGet rows from a table in a Glide app
add_table_rowAdd a new row to a table in a Glide app
update_table_rowUpdate an existing row in a table