Search for text
search_textFind the exact Library of Babel page address containing your text. The address works with get_page to retrieve that content.
Instructions
Find the address of a page containing the given text (up to 3200 characters). The Library of Babel already contains every possible page, so 'search' doesn't scan anything: it constructs the exact page you asked for and inverts the address mapping to learn where that page sits. The returned address is a genuine location — get_page on it returns your text. Padding and offset are part of the page, so changing either yields a different address. Text is lowercased and restricted to the library's 29-symbol alphabet (a-z, comma, space, period); unsupported characters are dropped or converted to spaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to locate in the library | |
| offset | No | Where the text starts on the page: a character offset, or "random" | |
| padding | No | Fill the rest of the page with spaces, or with random characters | spaces |