Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |