Skip to main content
Glama

Dash MCP Server

by Kapeli
MIT License
5
  • Apple

search_documentation

Search across documentation sets and snippets using a query string to locate relevant information efficiently. Specify docset identifiers and adjust result limits for precise searches.

Instructions

Search for documentation across docset identifiers and snippets. Args: query: The search query string docset_identifiers: Comma-separated list of docset identifiers to search in (from list_installed_docsets) search_snippets: Whether to include snippets in search results max_results: Maximum number of results to return (1-1000)

Input Schema

NameRequiredDescriptionDefault
docset_identifiersNo
max_resultsNo
queryYes
search_snippetsNo

Input Schema (JSON Schema)

{ "properties": { "docset_identifiers": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Docset Identifiers" }, "max_results": { "default": 100, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "search_snippets": { "default": true, "title": "Search Snippets", "type": "boolean" } }, "required": [ "query" ], "title": "search_documentationArguments", "type": "object" }
Install Server

Other Tools from Dash 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/Kapeli/dash-mcp-server'

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