Skip to main content
Glama

gateway_generic_api

Access any AAP Gateway API endpoint with proper authentication. Use this tool to perform HTTP operations (GET, POST, PATCH, DELETE) on services, routes, users, and other Gateway resources.

Instructions

Generic Gateway API access tool. Provides direct access to any AAP Gateway API endpoint with proper authentication.

Examples:

  • GET /services/: method="GET", endpoint="services/"

  • GET /routes/1/: method="GET", endpoint="routes/1/"

  • POST /teams/: method="POST", endpoint="teams/", data={"name": "New Team", "organization": 1}

  • GET /users/: method="GET", endpoint="users/", params={"search": "admin"}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodYesHTTP method: GET, POST, PATCH, DELETE
endpointYesAPI endpoint path (e.g., 'services/', 'routes/', 'users/1/')
dataNoRequest body data for POST/PATCH requests
paramsNoQuery parameters for GET requests

Latest Blog Posts

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/anshulbehl/aap-mcp-pilot'

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