← WebMCP Directory

Tool tree

flipdish.com

Productivity & Business
https://www.flipdish.com/
Restaurant point of sale and online ordering software
Explore capabilities

Tools verified

find_flipdish_customer_storyAnswer

Search Flipdish customer stories (case studies) by business name or business type. Returns the story title, business type, outlet count, location names and a link to the full story on flipdish.com. Use this to answer questions about which restaurants or takeaways use Flipdish and what results they saw.

View tool JSON
{
  "name": "find_flipdish_customer_story",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search Flipdish customer stories (case studies) by business name or business type. Returns the story title, business type, outlet count, location names and a link to the full story on flipdish.com. Use this to answer questions about which restaurants or takeaways use Flipdish and what results they saw.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "A business name (e.g. \"Wasabi\") or a business type (e.g. \"takeaway\", \"fast casual\", \"dark kitchen\")."
      },
      "limit": {
        "type": "integer",
        "description": "Maximum number of stories to return. Default 5, maximum 20.",
        "minimum": 1,
        "maximum": 20
      }
    },
    "required": [
      "query"
    ]
  }
}
find_flipdish_pageAnswer

Find the canonical flipdish.com page for a Flipdish product, solution, pricing or company topic. Searches the site index published at /llms.txt and returns matching page titles, URLs and descriptions. Use this instead of guessing a URL: Flipdish has country-specific pages and the Spanish site uses Spanish slugs.

View tool JSON
{
  "name": "find_flipdish_page",
  "kind": "answer",
  "impl": "imperative",
  "description": "Find the canonical flipdish.com page for a Flipdish product, solution, pricing or company topic. Searches the site index published at /llms.txt and returns matching page titles, URLs and descriptions. Use this instead of guessing a URL: Flipdish has country-specific pages and the Spanish site uses Spanish slugs.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "What you are looking for, e.g. \"kiosk\", \"pricing for the UK\", \"kitchen display system\", \"careers\"."
      },
      "limit": {
        "type": "integer",
        "description": "Maximum number of pages to return. Default 5, maximum 20.",
        "minimum": 1,
        "maximum": 20
      }
    },
    "required": [
      "query"
    ]
  }
}