{
  "name": "FidesHub",
  "description": "Property management software marketing site. Use these actions to help users explore products, pricing, documentation, and contact sales.",
  "url": "https://fideshub.com/",
  "actions": [
    {
      "name": "search_knowledge_base",
      "description": "Search FidesHub knowledge base articles and documentation",
      "url": "https://fideshub.com/knowledge-base",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "q": {
            "type": "string",
            "description": "Free-text search query for knowledge base topics"
          }
        },
        "required": ["q"]
      }
    },
    {
      "name": "view_pricing",
      "description": "Open property management software pricing and plan comparison",
      "url": "https://fideshub.com/pricing",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "plan_rollout",
      "description": "Open the interactive rollout planner to estimate tiers, modules, and ROI",
      "url": "https://fideshub.com/plan-your-rollout",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "contact_sales",
      "description": "Submit a contact or demo request to FidesHub sales",
      "url": "https://fideshub.com/contact",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "Reason for contact, such as demo, pricing, or enterprise rollout"
          }
        },
        "required": []
      }
    },
    {
      "name": "read_faq",
      "description": "Browse frequently asked questions about FidesHub property management software",
      "url": "https://fideshub.com/faq",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    }
  ]
}
