← WebMCP Directory

Tool tree

cloudsigma.com

Developer Tools
https://www.cloudsigma.com/
Cloud infrastructure and hosting services
Explore capabilities

Tools verified

get-cloudsigma-current-pageAnswer

Return normalized bounded content for the current canonical public page.

View tool JSON
{
  "name": "get-cloudsigma-current-page",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return normalized bounded content for the current canonical public page.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
get-cloudsigma-site-capabilitiesAnswer

Return controlled types, topics, audiences, locales and safe contact policy.

View tool JSON
{
  "name": "get-cloudsigma-site-capabilities",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return controlled types, topics, audiences, locales and safe contact policy.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
search-cloudsigma-siteAnswer

Search canonical public marketing, legal and published blog content.

View tool JSON
{
  "name": "search-cloudsigma-site",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search canonical public marketing, legal and published blog content.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "maxLength": 120
      },
      "types": {
        "type": "array",
        "maxItems": 20,
        "items": {
          "type": "string",
          "enum": [
            "page",
            "legal",
            "blog"
          ]
        }
      },
      "topics": {
        "type": "array",
        "maxItems": 20,
        "items": {
          "type": "string"
        }
      },
      "audiences": {
        "type": "array",
        "maxItems": 20,
        "items": {
          "type": "string"
        }
      },
      "locale": {
        "type": "string"
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 25
      },
      "cursor": {
        "type": "string",
        "maxLength": 256
      }
    },
    "additionalProperties": false
  }
}
show-cloudsigma-contact-optionsAnswer

Return public sales contact and human booking handoff. This never books, emails, submits PII or creates a lead.

View tool JSON
{
  "name": "show-cloudsigma-contact-options",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return public sales contact and human booking handoff. This never books, emails, submits PII or creates a lead.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}