Skip to main content
Glama

GASSAPI MCP Server

by martin-1103

test_endpoint

Test API endpoints with configurable environment variables and timeout settings to validate functionality and verify integration workflows.

Instructions

Test a single endpoint with optional environment variables

Input Schema

NameRequiredDescriptionDefault
endpointIdYesEndpoint ID to test
environmentIdNoEnvironment ID for variables (optional)
variablesNoVariables for interpolation (JSON string, object, or comma-separated key=value pairs)
timeoutNoRequest timeout in milliseconds

Input Schema (JSON Schema)

{ "properties": { "endpointId": { "description": "Endpoint ID to test", "type": "string" }, "environmentId": { "description": "Environment ID for variables (optional)", "type": "string" }, "timeout": { "description": "Request timeout in milliseconds", "type": "number" }, "variables": { "description": "Variables for interpolation (JSON string, object, or comma-separated key=value pairs)", "oneOf": [ { "description": "Variables as JSON string", "type": "string" }, { "description": "Variables as object", "type": "object" } ], "type": "object" } }, "required": [ "endpointId" ], "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