list_wikis
List wikis in a workspace to retrieve their UUIDs, the required input for all other wiki tools. Optionally list archived wikis.
Instructions
The wikis in a workspace, with their uuids — the only place a wiki_uuid comes from, so every other wiki tool starts here. workspace_uuid is required; start from list_workspaces if you do not have one. An empty list is not proof the workspace has no wiki: a key acting as a guest is excluded from workspace-wide reads and sees nothing here. Archiving a wiki (done in the browser; there is no tool here for it) takes it out of this list entirely, along with every page under it — pass archived: true to see those instead, which is also the only way to find a wiki_uuid for restore_wiki.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | Omit or false for the normal list. true swaps it for archived wikis instead — the two never mix in one reply, the same way an archived wiki never appears beside a live one in the workspace sidebar. | |
| workspace_uuid | Yes |