Skip to main content
Glama

GASSAPI MCP Server

by martin-1103

list_environments

Retrieve all available environments for your current project to manage API testing and development workflows.

Instructions

List all environments for current project

Input Schema

NameRequiredDescriptionDefault
projectIdNoProject ID (optional, will use current project if not provided)
activeOnlyNoShow only active environments

Input Schema (JSON Schema)

{ "properties": { "activeOnly": { "default": true, "description": "Show only active environments", "type": "boolean" }, "projectId": { "description": "Project ID (optional, will use current project if not provided)", "type": "string" } }, "type": "object" }

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/martin-1103/mcp2'

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