{
  "name": "search_vast_ai_documentation",
  "description": "Search across the Vast.ai Documentation – Affordable GPU Cloud Marketplace knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Vast.ai Documentation – Affordable GPU Cloud Marketplace, find specific documentation, understand how features work, or locate implementation details. The search returns contextual content with titles and direct links to the documentation pages.",
  "arguments": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search query"
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false,
    "$schema": "http://json-schema.org/draft-07/schema#"
  }
}