{
  "schema_version": "v1",
  "name": "Hidden Layer",
  "description": "Agent-readiness audit tool. Score any brand's discoverability to AI crawlers, LLMs, and autonomous agents.",
  "url": "https://hidden-layer-blogs.pages.dev",
  "contact": {
    "url": "https://hidden-layer-blogs.pages.dev"
  },
  "tools": [
    {
      "name": "get_audit",
      "description": "Retrieve an agent-readiness audit result for a brand",
      "input_schema": {
        "type": "object",
        "properties": {
          "domain": {
            "type": "string",
            "description": "The domain to look up, e.g. sony.com"
          }
        },
        "required": ["domain"]
      }
    },
    {
      "name": "get_leaderboard",
      "description": "Get the current agent-readiness leaderboard, optionally filtered by industry",
      "input_schema": {
        "type": "object",
        "properties": {
          "industry": {
            "type": "string",
            "description": "Filter by industry vertical, e.g. Fashion, B2B SaaS"
          },
          "limit": {
            "type": "integer",
            "description": "Number of results to return (default 10)"
          }
        }
      }
    },
    {
      "name": "get_benchmarks",
      "description": "Get industry benchmark scores for agent-readiness",
      "input_schema": {
        "type": "object",
        "properties": {
          "industry": {
            "type": "string",
            "description": "Specific industry to retrieve (optional, returns all if omitted)"
          }
        }
      }
    }
  ],
  "resources": [
    {
      "uri": "hidden-layer://leaderboard",
      "name": "Agent-Readiness Leaderboard",
      "description": "Current rankings for 182+ brands",
      "mimeType": "application/json"
    },
    {
      "uri": "hidden-layer://benchmarks",
      "name": "Industry Benchmarks",
      "description": "Median agent-readiness scores by industry vertical",
      "mimeType": "application/json"
    },
    {
      "uri": "hidden-layer://methodology",
      "name": "Scoring Methodology",
      "description": "Full specification of the 8-category, 100-point scoring framework",
      "mimeType": "text/markdown"
    }
  ]
}
