← All WebMCP sites

hedons.io

Media & Personalhttps://hedons.io/listed as of 2026-08-01
A graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. WebMCP tools let an agent browse the table of contents, navigate pages, pull verbatim page text, and full-text search the book.
See Ora's auditWe loaded this site in a real browser and scored its tools.

Tools

get_table_of_contentsanswerimperative/reader
List the book's pages (number, act, title, whether the page has editorial marginalia). This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. All quotes are verbatim text from the Michael Kandel translation.
Input schema
{
  "type": "object",
  "properties": {}
}
go_to_pageactimperative/reader
Navigate the reader to a specific page number. This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. All quotes are verbatim text from the Michael Kandel translation.
Input schema
{
  "type": "object",
  "properties": {
    "page": {
      "type": "integer",
      "minimum": 1
    }
  },
  "required": [
    "page"
  ]
}
next_pageactimperative/reader
Advance the reader to the next page. This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. All quotes are verbatim text from the Michael Kandel translation.
Input schema
{
  "type": "object",
  "properties": {}
}
prev_pageactimperative/reader
Move the reader to the previous page. This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. All quotes are verbatim text from the Michael Kandel translation.
Input schema
{
  "type": "object",
  "properties": {}
}
get_page_textanswerimperative/reader
Return the full text of one page in reading order — every speech balloon and editorial marginalia block, each with speaker, register, and verbatim quote. This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. All quotes are verbatim text from the Michael Kandel translation.
Input schema
{
  "type": "object",
  "properties": {
    "page": {
      "type": "integer",
      "minimum": 1
    }
  },
  "required": [
    "page"
  ]
}
search_textanswerimperative/reader
Full-text search the book. Returns balloon/paragraph-level hits, each naming the page, panel, speaker, register, and the verbatim Lem quote. This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. All quotes are verbatim text from the Michael Kandel translation.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string"
    },
    "limit": {
      "type": "integer",
      "default": 20,
      "minimum": 1
    }
  },
  "required": [
    "query"
  ]
}
Listings are sourced from public community registries and shown as reported.