Skip to main content
Glama
rflpazini

mcp-api-gateway

by rflpazini

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_1_NAMEYesUnique API name (e.g., my-api)
API_1_TAGSNoComma-separated OpenAPI tags to include
API_1_HEADERSNoJSON object with multiple headers
API_1_TIMEOUTNoRequest timeout in milliseconds30000
API_1_BASE_URLNoAPI base URL (overrides spec)
API_1_TOOL_MODENoTool mode: 'individual' or 'grouped'individual
API_1_MAX_RETRIESNoMax retry attempts for 429/5xx errors3
API_1_PATH_PREFIXNoComma-separated path prefixes to include
API_1_SCHEMA_MODENoSchema mode: 'full' or 'compact'full
API_1_SWAGGER_URLYesSwagger/OpenAPI spec URL
MAX_RESPONSE_SIZENoMax response size in bytes before truncation102400
API_1_EXCLUDE_PARAMSNoComma-separated parameter names to strip
API_1_HEADER_AUTHORIZATIONNoAuthorization header value

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_api_infoA

Get information about available APIs and their endpoints

check_api_healthB

Check connectivity and health of configured APIs

execute_apiC

Execute any API endpoint with custom parameters

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: get_api_info retrieves metadata, check_api_health tests connectivity, and execute_api performs API calls. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_api_info, check_api_health, execute_api) using snake_case. The naming is uniform and predictable.

Tool Count5/5

Three tools is an appropriate scope for an API gateway server, covering information retrieval, health checking, and execution without being excessive or insufficient.

Completeness4/5

The tools cover the core functions of an API gateway: discovery, health, and execution. Minor gaps like authentication management or rate limiting are missing but not critical for basic use.

Maintenance

ActivityInactive
ResponsivenessNo issues