Command documentation

status

Report local health, runtime safety, command inventory, and semantic capability.

Purpose

This command is available over HTTP, MCP and the local CLI. HTTP responses use the compact public response shape with summaries, warnings and bounded tables.

MCP connection

Use endpoint https://bible.grod.es/mcp with tool bible_status. The MCP Server Card is /.well-known/mcp/server-card.json.

Parameters

NameRequiredDescription
limitnoMaximum status or diagnostic rows per runtime/schema/source group. The default is higher because status is an inventory command, but still capped to keep responses bounded. Default 100, max 500.
includenoRuntime/status groups to include, such as schema, semantic, sources, commands, limits, or environment diagnostics.

Examples

HTTP

curl -s 'https://bible.grod.es/api/status?include=schema&include=semantic&include=sources'

MCP

{
  "arguments": {
    "include": [
      "schema",
      "semantic",
      "sources"
    ]
  },
  "name": "bible_status"
}

CLI

bible status --include schema,semantic,sources

Caveats for this command

  • Inventory and audit output describes loaded local data and known gaps. It is not a claim of exhaustive global coverage.
  • DSS material is fragmentary.
  • LXX GreekResources data is lemma-level and not a full critical apparatus.
  • The runtime does not call LLM or embedding APIs.