{
  "name": "get_page_vast_ai_documentation",
  "description": "Retrieve the full content of a specific documentation page from Vast.ai Documentation – Affordable GPU Cloud Marketplace by its path. Use this tool when you already know the page path (e.g., from search results) and need the complete content of that page rather than just a snippet.",
  "arguments": {
    "type": "object",
    "properties": {
      "page": {
        "type": "string",
        "description": "The page path to retrieve"
      }
    },
    "required": [
      "page"
    ],
    "additionalProperties": false,
    "$schema": "http://json-schema.org/draft-07/schema#"
  }
}