Skip to main content
Glama

GASSAPI MCP Server

by martin-1103

get_environment_details

Retrieve detailed environment information and variables for API development workflows using environment ID.

Instructions

Get detailed environment information including variables

Input Schema

NameRequiredDescriptionDefault
environmentIdYesEnvironment ID to get details for
includeVariablesNoInclude environment variables in response

Input Schema (JSON Schema)

{ "properties": { "environmentId": { "description": "Environment ID to get details for", "type": "string" }, "includeVariables": { "default": true, "description": "Include environment variables in response", "type": "boolean" } }, "required": [ "environmentId" ], "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