google-trends.suggestions
ActiveTool of Vee3
Get Google Trends suggestions for a single keyword. Returns result: an array of suggested topics and entities, each with mid (topic id), title (display name), and type (for example Topic, Software, Book). Use this to refine keywords before interest-over-time, interest-by-region, or related-queries calls. Cost = 10 tokens.
Parameters schema
{
"type": "object",
"title": "get_google_trends_suggestionsArguments",
"required": [
"keyword"
],
"properties": {
"keyword": {
"type": "string",
"title": "Keyword",
"maxLength": 512,
"description": "Keyword or phrase to get suggestions for."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries