Skip to main content
Glama

Browser Tools MCP Extension

by Winds-AI

api.searchEndpoints

Search API documentation by query, tag, or method to retrieve path, parameters, request body, and success responses. Use to quickly locate endpoints or test missing schemas with 'api.request'.

Instructions

Semantic API documentation search returning essential info: path, method, params (GET), request body (POST/PUT/PATCH/DELETE), and success responses. If schemas are missing, suggests using 'api.request' for live testing.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of endpoints to return (default: 10)
maxResultsNo[DEPRECATED] Use 'limit' instead.
methodNoFilter results by HTTP method (optional)
queryNoText query to match against path, summary, description, operationId, and tags
searchTermsNo[DEPRECATED] Previous array of keywords. If provided, behaves like an OR search across terms.
tagNoFilter by a specific tag (case-insensitive exact match)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Maximum number of endpoints to return (default: 10)", "type": "number" }, "maxResults": { "description": "[DEPRECATED] Use 'limit' instead.", "type": "number" }, "method": { "description": "Filter results by HTTP method (optional)", "enum": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "type": "string" }, "query": { "description": "Text query to match against path, summary, description, operationId, and tags", "type": "string" }, "searchTerms": { "description": "[DEPRECATED] Previous array of keywords. If provided, behaves like an OR search across terms.", "items": { "type": "string" }, "type": "array" }, "tag": { "description": "Filter by a specific tag (case-insensitive exact match)", "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/Winds-AI/Frontend-development-MCP-tools-public'

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