← WebMCP Directory

Tool tree

cyclr.com

Developer Tools
https://cyclr.com/
Embedded integrations and workflow automation for SaaS
Explore capabilities

Tools verified

find_relevant_cyclr_resourceAnswer

Recommend relevant Cyclr product pages, reports, case studies or resources for a SaaS integration, MCP, AI orchestration or embedded iPaaS problem.

View tool JSON
{
  "name": "find_relevant_cyclr_resource",
  "kind": "answer",
  "impl": "imperative",
  "description": "Recommend relevant Cyclr product pages, reports, case studies or resources for a SaaS integration, MCP, AI orchestration or embedded iPaaS problem.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "problem": {
        "type": "string",
        "description": "The user’s problem or research goal."
      }
    },
    "required": [
      "problem"
    ],
    "additionalProperties": false
  }
}
get_current_page_markdownAnswer

Return clean Markdown for the current Cyclr page using Cyclr’s dedicated agent Markdown endpoint. Canonical page URLs remain HTML-only.

View tool JSON
{
  "name": "get_current_page_markdown",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return clean Markdown for the current Cyclr page using Cyclr’s dedicated agent Markdown endpoint. Canonical page URLs remain HTML-only.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
get_cyclr_content_indexAnswer

Return a curated index of important Cyclr product pages, reports, case studies and agent endpoints for public website research.

View tool JSON
{
  "name": "get_cyclr_content_index",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return a curated index of important Cyclr product pages, reports, case studies and agent endpoints for public website research.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "section": {
        "type": "string",
        "enum": [
          "all",
          "products",
          "reports",
          "case_studies",
          "agent_resources"
        ],
        "description": "Optional section to return."
      },
      "limit": {
        "type": "integer",
        "description": "Optional maximum number of items per section."
      }
    },
    "additionalProperties": false
  }
}
get_cyclr_page_contextAnswer

Get structured context about the current Cyclr page, including title, canonical URL, meta description, page type, headings and Markdown fallback URL.

View tool JSON
{
  "name": "get_cyclr_page_context",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get structured context about the current Cyclr page, including title, canonical URL, meta description, page type, headings and Markdown fallback URL.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
get_cyclr_public_page_contextAnswer

Get structured metadata for a specified public Cyclr page path or URL, including canonical URL, description, headings and Markdown fallback URL.

View tool JSON
{
  "name": "get_cyclr_public_page_context",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get structured metadata for a specified public Cyclr page path or URL, including canonical URL, description, headings and Markdown fallback URL.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "A public Cyclr path or URL, such as /product/mcp-paas/."
      }
    },
    "required": [
      "url"
    ],
    "additionalProperties": false
  }
}
prepare_cyclr_demo_requestAction

Open the Cyclr Get Started page with optional interest context. This does not submit a form; the user must review and submit manually.

View tool JSON
{
  "name": "prepare_cyclr_demo_request",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the Cyclr Get Started page with optional interest context. This does not submit a form; the user must review and submit manually.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "interest": {
        "type": "string",
        "description": "The area of interest, such as embedded iPaaS, MCP PaaS, AI orchestration, connector creation or integration scaling."
      }
    },
    "additionalProperties": false
  }
}
search_cyclr_connectorsAnswer

Search Cyclr connector and integration pages by app name, SaaS category or integration use case.

View tool JSON
{
  "name": "search_cyclr_connectors",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search Cyclr connector and integration pages by app name, SaaS category or integration use case.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Application, connector, API or category to search for."
      },
      "category": {
        "type": "string",
        "description": "Optional connector category such as CRM, marketing, accounting, support, ecommerce or data."
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  }
}
search_cyclr_siteAnswer

Search Cyclr public content for product pages, reports, resources, case studies and connector-related pages.

View tool JSON
{
  "name": "search_cyclr_site",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search Cyclr public content for product pages, reports, resources, case studies and connector-related pages.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search query, such as embedded iPaaS, MCP PaaS, AI orchestration, Salesforce connector or integration marketplace."
      },
      "type": {
        "type": "string",
        "enum": [
          "any",
          "product",
          "report",
          "resource",
          "case-study",
          "connector",
          "integration",
          "article",
          "page"
        ],
        "description": "Optional content type filter."
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  }
}