create_chart_report

1.Use Cases: - Create a chart report in the specified workspace for a table in Zoho Analytics. - Use this to generate visual representations of data using bar, line, pie, scatter, or bubble charts. 2.Important Notes: - A chart is a report that visually represents data from a table or multiple tab...

Server Zoho Analytics zoho-analytics-mcp-server
Category Write
Risk class Medium
Parameters 64 required

What create_chart_report does on Zoho Analytics

AI agents use create_chart_report to create or update resources in Zoho Analytics — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Zoho Analytics environment.

ParameterTypeRequiredDescription
orgId string
filters array
chart_name string Yes
table_name string Yes
workspace_id string Yes
chart_details object Yes

Parameters from the server's own tool schema.

Why create_chart_report needs a policy

This tool creates new chart report objects within Zoho Analytics, which constitutes a reversible write operation. Users can modify or delete the created chart report later. It does not execute arbitrary queries or code (Execute), does not irreversibly delete data (Destructive), does not move money (Financial), and is not a simple read operation (Read).

From the tool's definition create_chart_report is a tool that creates and generates visual reports (chart report) in Zoho Analytics workspace. The description explicitly states 'Create a chart report in the specified workspace' and 'generate visual representations of data'.

Risk signalsHigh parameter count (21 properties)

Questions about create_chart_report

What does the create_chart_report tool do? +

1.Use Cases: - Create a chart report in the specified workspace for a table in Zoho Analytics. - Use this to generate visual representations of data using bar, line, pie, scatter, or bubble charts. 2.Important Notes: - A chart is a report that visually represents data from a table or multiple tables. - If y-axis operation is "actual", only "scatter" chart is allowed. For all other chart types, use "sum" for numeric columns and "count" for string columns in y-axis. - Charts can include filters to narrow down the dataset. - A chart can be created over columns from the same table or from other tables with which a relationship is defined. - For x-axis operations for numeric columns, use "measure" or "dimension" instead of "actual", depending upon the type of the numeric column. 3.Arguments: - workspace_id (str): ID of the workspace to create the chart in. - table_name (str): The base table name for the chart. - chart_name (str): Desired name for the chart report. - chart_details (dict): Details of the chart including: - chartType (str): One of ["bar", "line", "pie", "scatter", "bubble"] - x_axis (dict): - columnName (str) - operation (str): For string:- actual, count, distinctCount For number:- sum, average, min, max, measure, dimension, count, distinctCount For dates:- year, month, week, fullDate, dateTime, range, count, distinctCount - tableName (optional [str]): If the column belongs to another table with which a relationship is defined with base table, provide the tableName. - y_axis (dict): Same structure as x_axis - filters (list[dict] | None): Optional. Filter definitions per <filters_args>. - org_id (str | None): The ID of the organization to which the workspace belongs to. If not provided, it defaults to the organization ID from the configuration. 3.1.Filter Arguments: - tableName (str): The name of the table containing the column to filter. - columnName (str): The name of the column to filter. - operation (str): Specifies the function applied to the specified column used in the filter. The accepted functions differ based on the data type of the column. Date: year, quarterYear, monthYear, weekYear, fullDate, dateTime, range, quarter, month, week, weekDay, day, hour, count, distinctCount String: actual, count, distinctCount Number: measure, dimension, sum, average, min, max, count, distinctCount - filterType (str): The type of filter to apply. Accepted values: individualValues, range, ranking, rankingPct, dateRange, year, quarterYear, monthYear, weekYear, quarter, month, week, weekDay, day, hour, dateTime - values (list): The values to filter on. Example: - For individualValues: "value1", "value2" - For range: "10 to 20", "50 and above" - For ranking: "top 10", "bottom 5" - exclude (bool): Whether to exclude or include the filtered values. Default is False. 4.Returns: - str: Chart creation status or error message. It is categorised as a Write tool in the Zoho Analytics MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does create_chart_report accept? +

create_chart_report accepts 6 parameters: orgId, filters, chart_name, table_name, workspace_id, chart_details. Required: chart_name, table_name, workspace_id, chart_details. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on create_chart_report? +

Register the Zoho Analytics MCP server in PolicyLayer and add a rule for create_chart_report: 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 Zoho Analytics. Nothing to install.

What risk level is create_chart_report? +

create_chart_report is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit create_chart_report? +

Yes. Add a rate_limit block to the create_chart_report 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.

How do I block create_chart_report completely? +

Set action: deny in the PolicyLayer policy for create_chart_report. 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.

What MCP server provides create_chart_report? +

create_chart_report is provided by the Zoho Analytics MCP server (zoho-analytics-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.