docs_get
Tier: read-only · Tags: compat, docs, read
Read the Ish docs - index of pages or one page body.
With no argument returns the page index (pages plus by_category);
with slug returns that page’s markdown body.
slug: optional doc slug, forward-slashed (e.g. "overview",
"overview-mcp", "concepts/study", "reference/aliases").
Omit to list every slug; a path-traversal-shaped slug is refused.
Returns {"pages": [...], "by_category": {...}} or
{"slug", "body"}; an unknown slug is [not_found] and the message
lists the slugs.
Parameters
string