Glide API MCP Server
by knmurphy
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GLIDE_API_KEY | Yes | Your API key for the Glide API | |
GLIDE_API_VERSION | No | The version of the Glide API to use, e.g., 'v1' or 'v2' | v2 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |