create_query_table

Create a query table in the specified workspace with the given name and SQL query

Server Zoho Analytics zoho-analytics-mcp-server
Category Execute
Risk class High
Parameters 43 required

What create_query_table does on Zoho Analytics

AI agents invoke create_query_table to trigger actions in Zoho Analytics. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
orgId string The ID of the organization to which the workspace belongs. Defaults to config.ORGID if not provided.
query string Yes The SQL select query to create the query table
tableName string Yes The name of the query table to create
workspaceId string Yes The ID of the workspace in which to create the query table

Parameters from the server's own tool schema.

Why create_query_table needs a policy

This tool takes a user-supplied SQL query and executes it within Zoho Analytics to create a query table. Arbitrary SQL execution can read any accessible data, perform joins across sensitive tables, or (depending on the SQL dialect and permissions) trigger destructive operations.

From the tool's definition 'Create a query table ... with the given name and SQL query' — executes arbitrary SQL to define the table

Risk signalsAccepts freeform code/query input (query)

Questions about create_query_table

What does the create_query_table tool do? +

Create a query table in the specified workspace with the given name and SQL query. It is categorised as a Execute tool in the Zoho Analytics MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does create_query_table accept? +

create_query_table accepts 4 parameters: orgId, query, tableName, workspaceId. Required: query, tableName, workspaceId. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on create_query_table? +

Register the Zoho Analytics MCP server in PolicyLayer and add a rule for create_query_table: 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_query_table? +

create_query_table is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit create_query_table? +

Yes. Add a rate_limit block to the create_query_table 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_query_table completely? +

Set action: deny in the PolicyLayer policy for create_query_table. 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_query_table? +

create_query_table 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.