Skip to main content
Glama
Rekl0w

MCP OpenAPI Discovery

by Rekl0w

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
detect_openapiA

Given a docs or API URL, detect the OpenAPI/Swagger document behind it and summarize the API structure.

list_endpointsB

List endpoints from a discovered OpenAPI document with optional filtering by tag, method, or path fragment.

search_endpointsA

Search cached endpoints for a previously detected OpenAPI spec using a server-side semantic-style scorer over endpoint metadata and schema field names.

suggest_call_sequenceA

Suggest a likely API call sequence for reaching a target endpoint or accomplishing a goal, such as creating prerequisites before creating a dependent resource.

get_endpoint_detailsB

Return request/response details for a specific endpoint in the discovered OpenAPI document.

call_endpointB

Call an endpoint discovered from the OpenAPI document, optionally applying auth automatically and sending query, path, headers, and payload data.

trace_parameter_usageA

Trace where a parameter or field such as userId is used across path parameters, query parameters, request bodies, and response bodies.

find_related_endpointsA

Find endpoints that are structurally related to a source endpoint based on shared resource paths, identifiers, tags, and parent/child URL patterns.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Rekl0w/mcp-openapi-discovery'

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