Skip to main content
Glama

GASSAPI MCP Server

by martin-1103

list_endpoints

Discover and filter API endpoints by folder or HTTP method to manage your API catalog and streamline development workflows.

Instructions

List all endpoints with optional filtering by folder

Input Schema

NameRequiredDescriptionDefault
folder_idNoOptional folder ID to filter endpoints
methodNoOptional HTTP method filter

Input Schema (JSON Schema)

{ "properties": { "folder_id": { "description": "Optional folder ID to filter endpoints", "type": "string" }, "method": { "description": "Optional HTTP method filter", "enum": [ "GET", "POST", "PUT", "PATCH", "DELETE", "HEAD", "OPTIONS" ], "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