Skip to main content
Glama

RAP2 MCP Server

by MarveleE

rap2_search_interfaces_by_path

Search API interfaces by request path to find specific endpoints and their documentation details, optionally filtering by repository.

Instructions

按请求路径搜索接口(可选限定仓库)

Input Schema

NameRequiredDescriptionDefault
pathYes请求路径(如:/api/users)
repositoryIdNo仓库 ID(可选,传入字符串)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "请求路径(如:/api/users)", "type": "string" }, "repositoryId": { "description": "仓库 ID(可选,传入字符串)", "type": "string" } }, "required": [ "path" ], "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/MarveleE/rap2-mcp'

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