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_version

Set the Glide API version and authentication to use

get_app

Get information about a Glide app

get_tables

Get tables for a Glide app

get_table_rows

Get rows from a table in a Glide app

add_table_row

Add a new row to a table in a Glide app

update_table_row

Update an existing row in a table