F

farahsolutions.ae

Farah Solutions helps UAE businesses master Corporate Tax, ICV certification, e-invoicing, and government procurement. Powered by Farah Suite.

2read
5action
https://farahsolutions.ae/

live · Productivity & Work · JSON · API for agents

Tools 7 tools

search_servicesread

Search Farah Solutions compliance services by keyword or category. Returns matching services with descriptions and navigation paths for UAE businesses seeking regulatory compliance help.

View tool JSON
{
  "name": "search_services",
  "kind": "read",
  "impl": "imperative",
  "description": "Search Farah Solutions compliance services by keyword or category. Returns matching services with descriptions and navigation paths for UAE businesses seeking regulatory compliance help.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search keyword or phrase (e.g., 'corporate tax', 'ICV', 'e-invoicing', 'data protection', 'business setup')"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
navigate_guideaction

Navigate to a specific UAE compliance guide on Farah Solutions. Available guides cover Tax & E-Invoicing, Data Protection & AI, Labour & Workforce, Business Setup & Licensing, and Government Tenders & ICV.

View tool JSON
{
  "name": "navigate_guide",
  "kind": "action",
  "impl": "imperative",
  "description": "Navigate to a specific UAE compliance guide on Farah Solutions. Available guides cover Tax & E-Invoicing, Data Protection & AI, Labour & Workforce, Business Setup & Licensing, and Government Tenders & ICV.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string",
        "description": "The compliance topic to navigate to",
        "enum": [
          "tax-e-invoicing",
          "data-protection",
          "labour-workforce",
          "business-setup",
          "government-tenders"
        ]
      }
    },
    "required": [
      "topic"
    ]
  },
  "page": "/"
}
calculate_icvaction

Calculate the In-Country Value (ICV) score for a UAE company based on procurement, workforce, and investment data. Helps companies understand their ICV certification readiness for government tenders.

View tool JSON
{
  "name": "calculate_icv",
  "kind": "action",
  "impl": "imperative",
  "description": "Calculate the In-Country Value (ICV) score for a UAE company based on procurement, workforce, and investment data. Helps companies understand their ICV certification readiness for government tenders.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "total_revenue": {
        "type": "number",
        "description": "Total annual revenue in AED (e.g., 5000000)",
        "minimum": 0
      },
      "local_procurement": {
        "type": "number",
        "description": "Annual local procurement spend in AED (goods/services from UAE-based suppliers)",
        "minimum": 0
      },
      "emirati_employees": {
        "type": "number",
        "description": "Number of Emirati (UAE national) employees",
        "minimum": 0
      },
      "total_employees": {
        "type": "number",
        "description": "Total number of employees",
        "minimum": 1
      },
      "local_investment": {
        "type": "number",
        "description": "Investment in local assets/infrastructure in AED (optional)",
        "minimum": 0
      },
      "export_revenue": {
        "type": "number",
        "description": "Revenue from exports in AED (optional)",
        "minimum": 0
      }
    },
    "required": [
      "total_revenue",
      "local_procurement",
      "emirati_employees",
      "total_employees"
    ]
  },
  "page": "/"
}
get_pricing_inforead

Get pricing information for Farah Solutions compliance services. Returns available service tiers and pricing details.

View tool JSON
{
  "name": "get_pricing_info",
  "kind": "read",
  "impl": "imperative",
  "description": "Get pricing information for Farah Solutions compliance services. Returns available service tiers and pricing details.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "service": {
        "type": "string",
        "description": "The service to get pricing for (optional — returns all tiers if not specified)",
        "enum": [
          "starter",
          "professional",
          "enterprise"
        ]
      }
    }
  },
  "page": "/"
}
download_compliance_checklistaction

Subscribe with your email to download the free UAE Compliance Checklist PDF from Farah Solutions. Covers corporate tax, e-invoicing, PDPL, and ICV requirements. Returns a download link upon successful subscription.

View tool JSON
{
  "name": "download_compliance_checklist",
  "kind": "action",
  "impl": "imperative",
  "description": "Subscribe with your email to download the free UAE Compliance Checklist PDF from Farah Solutions. Covers corporate tax, e-invoicing, PDPL, and ICV requirements. Returns a download link upon successful subscription.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "Email address to subscribe and receive the compliance checklist PDF",
        "format": "email"
      }
    },
    "required": [
      "email"
    ]
  },
  "page": "/"
}
submit_contact_requestaction

Submit a contact inquiry to Farah Solutions for UAE compliance consulting — Corporate Tax, E-Invoicing, ICV, PDPL, AML, Business Setup, and Government Procurement services.

View tool JSON
{
  "name": "submit_contact_request",
  "kind": "action",
  "impl": "imperative",
  "description": "Submit a contact inquiry to Farah Solutions for UAE compliance consulting — Corporate Tax, E-Invoicing, ICV, PDPL, AML, Business Setup, and Government Procurement services.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "fullname": {
        "type": "string",
        "description": "Full name of the person submitting the inquiry"
      },
      "email": {
        "type": "string",
        "description": "Email address for follow-up communication",
        "format": "email"
      },
      "company": {
        "type": "string",
        "description": "Company or organization name (optional)"
      },
      "message": {
        "type": "string",
        "description": "The inquiry message or question about compliance services"
      }
    },
    "required": [
      "fullname",
      "email",
      "message"
    ]
  },
  "page": "/"
}
subscribe_newsletteraction

Subscribe to the Farah Solutions UAE compliance newsletter for weekly updates on corporate tax, e-invoicing, ICV, PDPL, and regulatory changes.

View tool JSON
{
  "name": "subscribe_newsletter",
  "kind": "action",
  "impl": "imperative",
  "description": "Subscribe to the Farah Solutions UAE compliance newsletter for weekly updates on corporate tax, e-invoicing, ICV, PDPL, and regulatory changes.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string",
        "description": "Email address to subscribe to the newsletter",
        "format": "email"
      }
    },
    "required": [
      "email"
    ]
  },
  "page": "/"
}