{
  "status": "ok",
  "ok": true,
  "worker": "afo-article-format-mcp",
  "version": "0.1.0-afo",
  "protocol": "AFO Mobile MCP Protocol",
  "auth": "none",
  "bindings": {
    "ARTICLES_DB": true
  },
  "database": "afo-articles-db",
  "tools": [
    "article_format_status",
    "list_article_templates",
    "create_article_template",
    "format_article",
    "suggest_internal_links",
    "suggest_external_links",
    "build_article_package"
  ],
  "tool_schemas": [
    {
      "name": "article_format_status",
      "description": "Show AFO article formatter status.",
      "input_schema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "list_article_templates",
      "description": "List available article formatting templates.",
      "input_schema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "create_article_template",
      "description": "Create or update an article template preset.",
      "input_schema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "format_article",
      "description": "Convert article markdown into rich AFO blocks.",
      "input_schema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "suggest_internal_links",
      "description": "Suggest internal links from known article/link term records.",
      "input_schema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "suggest_external_links",
      "description": "Suggest external links from known terms and supplied URLs.",
      "input_schema": {
        "type": "object",
        "additionalProperties": true
      }
    },
    {
      "name": "build_article_package",
      "description": "Build a full publish-ready article package with blocks, links, assets, and metadata.",
      "input_schema": {
        "type": "object",
        "additionalProperties": true
      }
    }
  ]
}