Back to tools

list_faqs

List all FAQs, optionally filtered by category.

Schema and Policy
{
  "name": "list_faqs",
  "description": "List all FAQs, optionally filtered by category.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "category": {
        "type": "string"
      }
    }
  },
  "category": "FAQ",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}