Get a Link to a Knowledge Page
get_knowledge_page_link
Issue a member-bound, one-click authenticated link to a specific knowledge base page (e.g. /kb/<slug>). Use this whenever a user pastes a /kb/... URL, asks for ACCESS to a specific knowledge page, says they cannot open a knowledge page, or asks for a direct link to a particular knowledge entry. Do NOT use this for general questions or to summarize page content — use search_knowledge_base for that. Public (Official Documentation) pages return a bare URL; gated pages return a URL with a one-time token bound to this member.
The knowledge page identifier — accepts a slug (e.g. 'vc-fund-psl'), an 8-char public_id, or a full /kb/<id> URL. The tool extracts the identifier automatically.