{
  "schema_version": "1.0",
  "server_name": "schacht-consulting.de Knowledge Server",
  "server_description": "Structured knowledge about schacht-consulting.de",
  "url": "https://aibot.tbnpr.net/webhook/geo-knowledge",
  "tools": [
    {
      "name": "get_company_info",
      "description": "Get company info for schacht-consulting.de",
      "parameters": {
        "domain": {
          "type": "string",
          "default": "schacht-consulting.de"
        }
      }
    },
    {
      "name": "get_services",
      "description": "Get services offered by schacht-consulting.de",
      "parameters": {
        "domain": {
          "type": "string",
          "default": "schacht-consulting.de"
        }
      }
    },
    {
      "name": "get_faq",
      "description": "Get FAQ from schacht-consulting.de",
      "parameters": {
        "domain": {
          "type": "string",
          "default": "schacht-consulting.de"
        }
      }
    },
    {
      "name": "get_team",
      "description": "Get team members from schacht-consulting.de",
      "parameters": {
        "domain": {
          "type": "string",
          "default": "schacht-consulting.de"
        }
      }
    },
    {
      "name": "get_blog_posts",
      "description": "Get blog posts from schacht-consulting.de",
      "parameters": {
        "domain": {
          "type": "string",
          "default": "schacht-consulting.de"
        }
      }
    },
    {
      "name": "get_case_studies",
      "description": "Get case studies from schacht-consulting.de",
      "parameters": {
        "domain": {
          "type": "string",
          "default": "schacht-consulting.de"
        }
      }
    },
    {
      "name": "get_statistics",
      "description": "Get statistics from schacht-consulting.de",
      "parameters": {
        "domain": {
          "type": "string",
          "default": "schacht-consulting.de"
        }
      }
    },
    {
      "name": "get_events",
      "description": "Get events from schacht-consulting.de",
      "parameters": {
        "domain": {
          "type": "string",
          "default": "schacht-consulting.de"
        }
      }
    },
    {
      "name": "search_knowledge",
      "description": "Search knowledge base of schacht-consulting.de",
      "parameters": {
        "domain": {
          "type": "string",
          "default": "schacht-consulting.de"
        },
        "query": {
          "type": "string"
        }
      }
    }
  ]
}