This endpoint will provide you list of Google Trends Categories
AI agents call kw_data_google_trends_categories to retrieve information from Dataforseo without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
This tool retrieves or queries data from Google Trends categories—a straightforward read operation with no capability to create, modify, delete, execute code, or perform financial transactions. The blast radius of misuse is minimal, as an agent can only retrieve category information already publicly available through Google Trends.
From the tool's definition Tool name 'kw_data_google_trends_categories' and description 'provide you list of Google Trends Categories' indicate a retrieval operation that queries and returns data without modification or side effects.
Attacks that exploit this kind of access
This endpoint will provide you list of Google Trends Categories. It is categorised as a Read tool in the Dataforseo MCP Server, which means it retrieves data without modifying state.
Register the Dataforseo MCP server in PolicyLayer and add a rule for kw_data_google_trends_categories: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Dataforseo. Nothing to install.
kw_data_google_trends_categories is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the kw_data_google_trends_categories rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for kw_data_google_trends_categories. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
kw_data_google_trends_categories is provided by the Dataforseo MCP server (dataforseo-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.