{
  "tools": [
    {
      "name": "search_data",
      "description": "Search structured business data across connected client systems",
      "available_from": "Basic AI"
    },
    {
      "name": "get_details",
      "description": "Retrieve detailed information about properties, policies, services, or entities",
      "available_from": "Basic AI"
    },
    {
      "name": "contact_business",
      "description": "Initiate contact with a business or request information",
      "available_from": "Basic AI"
    },
    {
      "name": "explain_service",
      "description": "Explain service offerings, pricing, and capabilities",
      "available_from": "AI Visibility"
    },
    {
      "name": "check_ai_readiness",
      "description": "Evaluate a website's AI readiness with deep content analysis. Analyses technical setup, content structure, AI discovery files (llms.txt, .well-known/ai.json, /ai endpoints), robots.txt directives, sitemap freshness, and JSON-LD depth. Returns two separate 0-100 scores: Current Readiness (what exists) and Growth Potential (untapped opportunities), plus detailed findings and package recommendation.",
      "available_from": "Free",
      "web_url": "https://tech.teksoma.com/ai-readiness",
      "api_endpoint": "https://chdubzwlmedffgmelygw.supabase.co/functions/v1/ai-readiness-checker",
      "input": { "url": "string (required)", "email": "string (required)", "industry": "string (optional)" },
      "output": {
        "scores": {
          "current": "number (0-100) — actual AI readiness based on existing infrastructure",
          "potential": "number (0-100) — growth opportunity based on untapped signals",
          "technical": "number — HTTPS, robots.txt, sitemap quality",
          "structure": "number — JSON-LD depth, headings, metadata",
          "aiReadability": "number — llms.txt, AI discovery endpoints, semantic content",
          "contentRichness": "number — catalogues, listings, pricing patterns",
          "interactivity": "number — search UI, lead-gen CTAs",
          "aiGap": "number — missing AI discovery files"
        },
        "analysis": {
          "robots": "object — AI bot blocks, sitemap refs, crawl delays",
          "sitemap": "object — URL count, freshness, content types",
          "jsonLd": "object — schema types, identity, contact points"
        },
        "level": "string",
        "findings": "object — positives, warnings, opportunities",
        "recommendation": "object — package and reason"
      }
    }
  ],
  "tool_limits_by_package": {
    "AI Visibility": { "tools": 0, "note": "Static discovery only, no runtime tools" },
    "Basic AI": { "tools": 5, "integrations": 1 },
    "Full AI": { "tools": 15, "integrations": 5 },
    "AI Pro": { "tools": "unlimited", "integrations": "unlimited" }
  },
  "free_tools": {
    "ai_readiness_checker": {
      "url": "https://tech.teksoma.com/ai-readiness",
      "description": "Free AI readiness evaluation for any website"
    }
  },
  "mcp_endpoint": "https://mcp.teksoma.com",
  "note": "These tools are served via MCP at mcp.teksoma.com. This file is a static discovery manifest only. Tool availability depends on the client's package tier. The AI Readiness Checker is free and publicly available."
}