You're viewing a demo portfolio

Join the waitlist
PRSM

youtube.search_autocomplete

Active

Tool of Vee3

declared in 1.27.1

Get YouTube search autocomplete suggestions for a partial query. Returns the normalized query and an array of suggested search phrases. Optional language and location codes localize suggestions (defaults: en, US). Cost = 8 tokens.

Parameters schema

{
  "type": "object",
  "title": "get_youtube_search_autocompleteArguments",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "title": "Query",
      "maxLength": 512,
      "description": "Partial search keywords or phrase."
    },
    "language": {
      "type": "string",
      "title": "Language",
      "default": "en",
      "maxLength": 10,
      "description": "Language code for localized suggestions (for example en)."
    },
    "location": {
      "type": "string",
      "title": "Location",
      "default": "US",
      "maxLength": 10,
      "description": "Country code for localized suggestions (for example US)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →