search_startup_scripts
Find Vultr startup scripts by searching their names or content using specific keywords to automate cloud server configurations.
Instructions
Search startup scripts by name or content.
Args: query: Search term to look for in script names or content
Returns: List of matching startup scripts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}