← WebMCP Directory

Tool tree

clueso.io

Productivity & Business
https://clueso.io/
Clueso turns raw screen recordings into polished product videos and step-by-step documentation in minutes — with AI voiceovers, one-click translation, and effortless editing.
Explore capabilities

Tools verified

page: Every page

search_clueso_siteAnswer

Search clueso.io for pages about a topic — features, pricing, comparisons, solutions, tutorials, glossary terms and customer stories. Returns matching page titles, URLs and one-line descriptions. Use this before guessing a URL.

View tool JSON
{
  "name": "search_clueso_site",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search clueso.io for pages about a topic — features, pricing, comparisons, solutions, tutorials, glossary terms and customer stories. Returns matching page titles, URLs and one-line descriptions. Use this before guessing a URL.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "What to look for, e.g. 'translate video' or 'SOC 2'"
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
get_clueso_pageAnswer

Read any page of clueso.io as clean Markdown instead of rendered HTML. Pass a site path such as '/pricing', '/features/auto-translate' or '/blog/some-post'. Use '/' for the home page.

View tool JSON
{
  "name": "get_clueso_page",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read any page of clueso.io as clean Markdown instead of rendered HTML. Pass a site path such as '/pricing', '/features/auto-translate' or '/blog/some-post'. Use '/' for the home page.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Site-relative path, e.g. /pricing"
      }
    },
    "required": [
      "path"
    ]
  },
  "page": "/"
}
get_clueso_pricingAnswer

Get Clueso's current plans and prices — the free tier, Solo, Business and Enterprise, with the limits and features of each.

View tool JSON
{
  "name": "get_clueso_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get Clueso's current plans and prices — the free tier, Solo, Business and Enterprise, with the limits and features of each.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}