Skip to main content
Glama

Glide API MCP Server

by knmurphy

set_api_version

Set the Glide API version and authentication key to enable secure, type-safe interactions and manage app data or perform CRUD operations via the Glide API MCP Server.

Instructions

Set the Glide API version and authentication to use

Input Schema

NameRequiredDescriptionDefault
apiKeyYesAPI key for authentication
versionYesAPI version to use

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "API key for authentication", "type": "string" }, "version": { "description": "API version to use", "enum": [ "v1", "v2" ], "type": "string" } }, "required": [ "version", "apiKey" ], "type": "object" }

Other Tools from Glide API MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/knmurphy/glide-api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server