autonomous intelligent information publishing - MVP

Reproducible query — Product (shared drive)

LIST SECTIONS WHERE MADE_UP_FIELD IS "x"

Anyone opening this link re-runs the same query against epoch 1, so it returns the same answer — that is what makes a number in a report checkable later.

refused

Unknown field: MADE_UP_FIELD for entity SECTIONS.

Use HELP SCHEMA before committing an unfamiliar filter.

Try: LIST SECTIONS LIMIT 10

Valid here: CHAR_END, CHAR_START, FILE_ID, HEADING, ID, LEVEL, SECTION_INDEX, TEXT, WORD_COUNT

read HELP SECTIONS

Raw envelope — what an app or agent receives
{
  "ok": false,
  "query": "LIST SECTIONS WHERE MADE_UP_FIELD IS \"x\"",
  "error": {
    "code": -32602,
    "message": "Unknown field: MADE_UP_FIELD for entity SECTIONS.",
    "unknown_fields": [
      "MADE_UP_FIELD"
    ],
    "valid_fields": [
      "CHAR_END",
      "CHAR_START",
      "FILE_ID",
      "HEADING",
      "ID",
      "LEVEL",
      "SECTION_INDEX",
      "TEXT",
      "WORD_COUNT"
    ],
    "suggestion": "Use HELP SCHEMA before committing an unfamiliar filter.",
    "example": "LIST SECTIONS LIMIT 10",
    "help": "HELP SECTIONS"
  },
  "_meta": {
    "epoch": 1
  }
}

Certificate · Playground · What you can ask