{
  "mcpVersion": "2024-11-05",
  "server": {
    "name": "mobilidz-agentic-api",
    "version": "1.0.0"
  },
  "capabilities": {
    "tools": {}
  },
  "tools": [
    {
      "name": "search_smartphones",
      "description": "Search for smartphones in the Algerian market by name or brand. Returns structured product data including official price and specifications.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "q": {
            "type": "string",
            "description": "Search query for the smartphone (e.g., 'iPhone 15', 'Galaxy S24', 'Redmi Note 13')"
          }
        },
        "required": ["q"]
      },
      "target": {
        "url": "/api/search",
        "method": "GET"
      }
    }
  ]
}
