{
  "schema_version": "1.0",
  "name": "BEAT MARIO",
  "description": "Official website of BEAT MARIO (Yosi Avneri) – Electronic music producer & DJ from Israel. Dubstep, future house, psytrance & glitch hop.",
  "url": "https://beat-mario-unfolded.lovable.app",
  "tools": [
    {
      "name": "get_artist_info",
      "description": "Get biographical information about BEAT MARIO (Yosi Avneri), an electronic music producer and DJ from Israel",
      "input_schema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    },
    {
      "name": "get_releases",
      "description": "Get a list of BEAT MARIO's music releases with links to listen/buy on Beatport",
      "input_schema": {
        "type": "object",
        "properties": {
          "label": {
            "type": "string",
            "description": "Filter by record label (e.g. 'Samaya Records', 'Regroup Records'). Leave empty for all."
          }
        },
        "required": []
      }
    },
    {
      "name": "get_streaming_links",
      "description": "Get links to BEAT MARIO's profiles on music streaming platforms (Spotify, SoundCloud, Beatport)",
      "input_schema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    },
    {
      "name": "get_contact_info",
      "description": "Get contact and booking information for BEAT MARIO",
      "input_schema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    },
    {
      "name": "navigate_to_section",
      "description": "Navigate to a specific section of the BEAT MARIO website",
      "input_schema": {
        "type": "object",
        "properties": {
          "section": {
            "type": "string",
            "enum": ["home", "about", "collab", "listen", "releases", "contact", "links"],
            "description": "The section to navigate to"
          }
        },
        "required": ["section"]
      }
    },
    {
      "name": "get_blog_posts",
      "description": "Get the URL to BEAT MARIO's electronic music blog with AI-generated informative articles",
      "input_schema": {
        "type": "object",
        "properties": {},
        "required": []
      }
    }
  ]
}
