This endpoint will provide you with data on all citations of the target keyword for the indicated date range
AI agents call content_analysis_phrase_trends 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.
| Parameter | Type | Required | Description |
|---|---|---|---|
date_to | string | — | ending date of the time range date format: "yyyy-mm-dd" |
keyword | string | Yes | target keyword Note: to match an exact phrase instead of a stand-alone keyword, use double quotes and backslashes; |
date_from | string | Yes | starting date of the time range date format: "yyyy-mm-dd" |
page_type | array | — | target page types |
date_group | string | — | date grouping type |
keyword_fields | object | — | target keyword fields and target keywords use this parameter to filter the dataset by keywords that certain fields should contain; you can indic |
internal_list_limit | number | — | maximum number of elements within internal arrays you can use this field to limit the number of elements within the following arrays |
initial_dataset_filters | array | — | Array-based initial dataset filter expression applied to Search endpoint fields. A single condition is a 3-element array: [field, operator, value]. Combine cond |
Parameters from the server's own tool schema.
This is a read-only analytics/data retrieval endpoint that fetches historical citation trend data for a keyword. It has no side effects, does not execute code, does not modify or delete data, and does not involve financial transactions. The blast radius of misuse is minimal — an agent could only over-query or request excessive historical data, which would be rate-limited by typical API controls.
From the tool's definition The tool description states it 'will provide you with data on all citations of the target keyword' — a retrieval and query operation with no modification or deletion of data.
Risk signalsHigh parameter count (12 properties)
Attacks that exploit this kind of access
This endpoint will provide you with data on all citations of the target keyword for the indicated date range. It is categorised as a Read tool in the Dataforseo MCP Server, which means it retrieves data without modifying state.
content_analysis_phrase_trends accepts 8 parameters: date_to, keyword, date_from, page_type, date_group, keyword_fields, internal_list_limit, initial_dataset_filters. Required: keyword, date_from. The full parameter table on this page comes from the server's own tool schema.
Register the Dataforseo MCP server in PolicyLayer and add a rule for content_analysis_phrase_trends: 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.
content_analysis_phrase_trends 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 content_analysis_phrase_trends 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 content_analysis_phrase_trends. 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.
content_analysis_phrase_trends 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.