← WebMCP Directory

Tool tree

tasklet.ai

AI & Agents
https://tasklet.ai/
Accelerate your entire company with AI agents you can delegate real work to. Connect your tools, automate workflows 24x7, and share agents & context across your team.
Explore capabilities

Tools verified

get_pricing_informationAnswer

Get Tasklet Free Trial details, subscription plans, custom pricing, one-time credit top-ups, and pricing FAQs.

View tool JSON
{
  "name": "get_pricing_information",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get Tasklet Free Trial details, subscription plans, custom pricing, one-time credit top-ups, and pricing FAQs.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
get_product_updateAnswer

Get a complete Tasklet changelog entry by its stable update slug.

View tool JSON
{
  "name": "get_product_update",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get a complete Tasklet changelog entry by its stable update slug.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "slug": {
        "type": "string",
        "description": "Update slug from list_product_updates."
      }
    },
    "required": [
      "slug"
    ],
    "additionalProperties": false
  }
}
get_tasklet_overviewAnswer

Get a current overview of Tasklet and links to its main public website pages.

View tool JSON
{
  "name": "get_tasklet_overview",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get a current overview of Tasklet and links to its main public website pages.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
list_blog_postsAnswer

Search or list current Tasklet blog posts and major product announcements, newest first.

View tool JSON
{
  "name": "list_blog_posts",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search or list current Tasklet blog posts and major product announcements, newest first.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Optional case-insensitive text to match."
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 50,
        "description": "Maximum number of results. Defaults to 10."
      }
    },
    "additionalProperties": false
  }
}
list_case_studiesAnswer

List current Tasklet customer stories, industries, outcomes, and reported metrics.

View tool JSON
{
  "name": "list_case_studies",
  "kind": "answer",
  "impl": "imperative",
  "description": "List current Tasklet customer stories, industries, outcomes, and reported metrics.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Optional case-insensitive text to match."
      }
    },
    "additionalProperties": false
  }
}
list_learn_pagesAnswer

List current Tasklet guides, help pages, reference documents, and documentation sections.

View tool JSON
{
  "name": "list_learn_pages",
  "kind": "answer",
  "impl": "imperative",
  "description": "List current Tasklet guides, help pages, reference documents, and documentation sections.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
list_open_rolesAnswer

List current Tasklet job openings, teams, locations, salary ranges, and equity.

View tool JSON
{
  "name": "list_open_roles",
  "kind": "answer",
  "impl": "imperative",
  "description": "List current Tasklet job openings, teams, locations, salary ranges, and equity.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Optional case-insensitive text to match."
      }
    },
    "additionalProperties": false
  }
}
list_product_updatesAnswer

Search or list Tasklet changelog entries. Pass next_offset as offset to continue long result lists.

View tool JSON
{
  "name": "list_product_updates",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search or list Tasklet changelog entries. Pass next_offset as offset to continue long result lists.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Optional case-insensitive text to match."
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 50,
        "description": "Maximum number of results. Defaults to 10."
      },
      "offset": {
        "type": "integer",
        "minimum": 0,
        "description": "Result offset from next_offset to continue a previous search."
      }
    },
    "additionalProperties": false
  }
}
navigate_tasklet_siteAction

Open a known Tasklet website page, blog post, customer story, job opening, or exact documentation section in the current tab.

View tool JSON
{
  "name": "navigate_tasklet_site",
  "kind": "act",
  "impl": "imperative",
  "description": "Open a known Tasklet website page, blog post, customer story, job opening, or exact documentation section in the current tab.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "destination": {
        "type": "string",
        "description": "Known page label or site-relative link returned by another Tasklet tool."
      }
    },
    "required": [
      "destination"
    ],
    "additionalProperties": false
  }
}
read_blog_postAnswer

Read published Tasklet blog post text by post ID. Pass next_offset as offset to continue long posts.

View tool JSON
{
  "name": "read_blog_post",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read published Tasklet blog post text by post ID. Pass next_offset as offset to continue long posts.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string",
        "description": "Blog post ID from list_blog_posts."
      },
      "offset": {
        "type": "integer",
        "minimum": 0,
        "description": "Character offset from next_offset to read the next page of content."
      }
    },
    "required": [
      "id"
    ],
    "additionalProperties": false
  }
}
read_case_studyAnswer

Read published Tasklet customer story text. Pass next_offset as offset to continue long stories.

View tool JSON
{
  "name": "read_case_study",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read published Tasklet customer story text. Pass next_offset as offset to continue long stories.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "slug": {
        "type": "string",
        "description": "Customer story slug from list_case_studies."
      },
      "offset": {
        "type": "integer",
        "minimum": 0,
        "description": "Character offset from next_offset to read the next page of content."
      }
    },
    "required": [
      "slug"
    ],
    "additionalProperties": false
  }
}
read_learn_pageAnswer

Read published Tasklet documentation. Pass next_offset as offset to continue long guides.

View tool JSON
{
  "name": "read_learn_page",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read published Tasklet documentation. Pass next_offset as offset to continue long guides.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Documentation page path from list_learn_pages, such as /learn/billing."
      },
      "offset": {
        "type": "integer",
        "minimum": 0,
        "description": "Character offset from next_offset to read the next page of content."
      }
    },
    "required": [
      "path"
    ],
    "additionalProperties": false
  }
}
read_open_roleAnswer

Read a current Tasklet job description. Pass next_offset as offset to continue long postings.

View tool JSON
{
  "name": "read_open_role",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read a current Tasklet job description. Pass next_offset as offset to continue long postings.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "slug": {
        "type": "string",
        "description": "Job slug from list_open_roles."
      },
      "offset": {
        "type": "integer",
        "minimum": 0,
        "description": "Character offset from next_offset to read the next page of content."
      }
    },
    "required": [
      "slug"
    ],
    "additionalProperties": false
  }
}
search_learn_topicsAnswer

Find Tasklet documentation pages and exact section links by topic or feature name.

View tool JSON
{
  "name": "search_learn_topics",
  "kind": "answer",
  "impl": "imperative",
  "description": "Find Tasklet documentation pages and exact section links by topic or feature name.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "minLength": 1,
        "description": "Documentation topic to find."
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  }
}