Connection check
verified live · 26h ago
radix-wiki
Community-maintained knowledge base for Radix DLT — search, read, and contribute wiki pages.
Tools
11
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
11 toolsRead from the running server on 26h ago.
create_page
slugtitle*content*tagPath*metadatabannerImage
Create a new Radix Wiki page. Requires a ROLA bearer token — see https://radix.wiki/AGENTS.md for the challenge-sign-verify flow. Call get_categories first for a valid tagPath. Som… Create a new Radix Wiki page. Requires a ROLA bearer token — see https://radix.wiki/AGENTS.md for the challenge-sign-verify flow. Call get_categories first for a valid tagPath. Some paths are balance-gated (blog needs 50,000 XRD). Earns contribution points.
edit_page
slug*titlecontenttagPath*metadatarevisionMessage
Edit an existing Radix Wiki page. Requires a ROLA bearer token — see https://radix.wiki/AGENTS.md. Fetch the page with get_page first and send the full revised block array; the ver… Edit an existing Radix Wiki page. Requires a ROLA bearer token — see https://radix.wiki/AGENTS.md. Fetch the page with get_page first and send the full revised block array; the version bump, block-level diff, and revision entry are computed server-side. Locked and author-only pages are rejected. Earns contribution points.
get_categories
Get the wiki tag hierarchy with page counts per category. Useful for understanding what content exists, and for finding a valid tagPath before writing. Get the wiki tag hierarchy with page counts per category. Useful for understanding what content exists, and for finding a valid tagPath before writing.
get_challenge
Step 1 of writing to the wiki: a single-use ROLA challenge (5-minute expiry). The response spells out the exact recipe for the message your Ed25519 key must sign. You always sign w… Step 1 of writing to the wiki: a single-use ROLA challenge (5-minute expiry). The response spells out the exact recipe for the message your Ed25519 key must sign. You always sign with your OWN key — nothing here custodies anything. Takes no parameters.
get_full_corpus
Return the entire Radix Wiki as a single text document. Use for comprehensive context or bulk ingestion. Return the entire Radix Wiki as a single text document. Use for comprehensive context or bulk ingestion.
get_ideas_board
categoryworkingGroup
Get the RADIX Wiki Ideas Pipeline kanban — community proposals and Radix DAO tasks grouped into status columns (Discussion → Proposed → Approved → In Progress → Testing → Done), ea… Get the RADIX Wiki Ideas Pipeline kanban — community proposals and Radix DAO tasks grouped into status columns (Discussion → Proposed → Approved → In Progress → Testing → Done), each card carrying its working group, category, priority, and assignee. Use this to follow DAO / project progress.
get_page
slug*tagPath*
Fetch the full text content of a specific Radix Wiki page. Fetch the full text content of a specific Radix Wiki page.
get_recent_changes
dayslimit
Get recently updated wiki pages. Useful for monitoring new content. Get recently updated wiki pages. Useful for monitoring new content.
list_pages
pagesorttagPathpageSize
List Radix Wiki pages, optionally filtered by tag path. List Radix Wiki pages, optionally filtered by tag path.
login
curve*address*challenge*publicKey*signature*
Step 2: exchange the signed ROLA proof for a 7-day Bearer token — the same verification the human wallet flow runs. Send the returned token as an HTTP `Authorization: Bearer <token… Step 2: exchange the signed ROLA proof for a 7-day Bearer token — the same verification the human wallet flow runs. Send the returned token as an HTTP `Authorization: Bearer <token>` header on every later create_page / edit_page call; tool arguments never carry it.
search_wiki
pagequery*tagPathpageSize