Utility tool for 'AI Optimization LLM Mentions Locations and Languages' (ai_opt_llm_ment_loc_and_lang) to get list of available locations and languages
AI agents call ai_opt_llm_ment_loc_and_lang 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 is a utility tool that queries and returns metadata about available locations and languages supported by the DataForSEO API. It performs no data modification, does not execute code, and does not delete or commit financial transactions. The action is purely informational retrieval with zero blast radius if misused by an AI agent.
From the tool's definition Tool description explicitly states it 'get list of available locations and languages' — a read-only retrieval of reference/configuration data with no side effects.
Attacks that exploit this kind of access
Utility tool for 'AI Optimization LLM Mentions Locations and Languages' (ai_opt_llm_ment_loc_and_lang) to get list of available locations and languages. 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 ai_opt_llm_ment_loc_and_lang: 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.
ai_opt_llm_ment_loc_and_lang 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 ai_opt_llm_ment_loc_and_lang 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 ai_opt_llm_ment_loc_and_lang. 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.
ai_opt_llm_ment_loc_and_lang 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.