Glia Functions API

Glia Functions is a serverless JavaScript runtime (workerd) inside the Glia platform, with REST endpoints for functions, versions, deployments, logs, applets, a KV store and cron-style scheduled triggers. Glia publishes a first-party CLI and a stdio MCP server exposing 23 tools over these operations.

API entry from apis.yml

apis.yml Raw ↑
aid: glia:glia-functions-api
name: Glia Functions API
description: Glia Functions is a serverless JavaScript runtime (workerd) inside the Glia platform, with
  REST endpoints for functions, versions, deployments, logs, applets, a KV store and cron-style scheduled
  triggers. Glia publishes a first-party CLI and a stdio MCP server exposing 23 tools over these operations.
humanURL: https://github.com/salemove/glia-functions-tools
baseURL: https://api.glia.com
tags:
- Serverless
- Functions
- Developer Tools
properties:
- type: MCPServer
  url: mcp/glia-mcp.yml
- type: ToolCrosswalk
  url: mcp/glia-tool-crosswalk.yml
- type: CLI
  url: cli/glia-cli.yml
- type: SourceCode
  url: https://github.com/salemove/glia-functions-tools