Hostinger OpenClaw VPS

get_guide

Get the full canonical guide for how a Dplooy feature works — rules, schemas, plan limits, and embed contracts. Call this BEFORE using a feature for the first time. Topics: workflow (the full build order), forms, data, bookings, chatbot, media, limits.

Remote dplooyinc/hosting

Remote (network-hosted)

Other tools also called get_guide? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "topic": {
      "enum": [
        "workflow",
        "forms",
        "data",
        "bookings",
        "chatbot",
        "media",
        "limits"
      ],
      "type": "string",
      "description": "Which guide to fetch"
    }
  }
}