signoz-searching-docs
Installation
SKILL.md
SigNoz Docs
Use official signoz.io documentation and API references only. Ground every answer in fetched docs content and cite the canonical docs URL.
Access Docs
Prefer the SigNoz MCP server tools when available; fall back to direct HTTP fetch.
Preferred: MCP tools
signoz_search_docs— BM25 search over the indexed docs corpus. Pass the user's natural-language query assearchText. Narrow withsection_slugwhen the question maps cleanly to a single docs section (the tool's own schema lists valid slugs — defer to it rather than memorizing). Trust the ranking — the index handles relevance.signoz_fetch_doc— markdown for one indexed page. Pass the canonical URL or/docs/...path; optionally narrow to a section withheading. Inspecttruncation_reasonandavailable_headingsin every response rather than assuming the returnedcontentis complete.
Never call signoz_search_docs with empty searchText — always pass the user's phrase.
Never call signoz_fetch_doc without a URL; neither tool guesses missing input.
signoz://... URIs are MCP resources: read them through the MCP resource API,
never signoz_fetch_doc, which accepts only https://signoz.io/docs/... URLs
or /docs/... paths and rejects other scopes.