Skip to main content
Glama

Docs MCP Server

by probelabs

search_docs

Query documentation using Elasticsearch syntax to find specific content. Supports pagination for efficient result navigation within the Docs MCP Server.

Instructions

Search documentation using the probe search engine.

Input Schema

NameRequiredDescriptionDefault
pageNoOptional page number for pagination of results (e.g., 1, 2, 3...). Default is 1.
queryYesElasticsearch query string. Focus on keywords and use ES syntax (e.g., "install AND guide", "configure OR setup", "api NOT internal").

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "Optional page number for pagination of results (e.g., 1, 2, 3...). Default is 1.", "type": "number" }, "query": { "description": "Elasticsearch query string. Focus on keywords and use ES syntax (e.g., \"install AND guide\", \"configure OR setup\", \"api NOT internal\").", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Docs MCP Server

Related Tools

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/probelabs/docs-mcp'

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